cartesinus commited on
Commit
6d70081
1 Parent(s): e1f66a7

Training in progress, epoch 1

Browse files
.gitattributes CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/Multilingual-MiniLM-L12-H384",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "id2label": {
12
+ "0": "datetime_query",
13
+ "1": "iot_hue_lightchange",
14
+ "10": "qa_currency",
15
+ "11": "transport_traffic",
16
+ "12": "general_quirky",
17
+ "13": "weather_query",
18
+ "14": "audio_volume_up",
19
+ "15": "email_addcontact",
20
+ "16": "takeaway_order",
21
+ "17": "email_querycontact",
22
+ "18": "iot_hue_lightup",
23
+ "19": "recommendation_locations",
24
+ "2": "transport_ticket",
25
+ "20": "play_audiobook",
26
+ "21": "lists_createoradd",
27
+ "22": "news_query",
28
+ "23": "alarm_query",
29
+ "24": "iot_wemo_on",
30
+ "25": "general_joke",
31
+ "26": "qa_definition",
32
+ "27": "social_query",
33
+ "28": "music_settings",
34
+ "29": "audio_volume_other",
35
+ "3": "takeaway_query",
36
+ "30": "calendar_remove",
37
+ "31": "iot_hue_lightdim",
38
+ "32": "calendar_query",
39
+ "33": "email_sendemail",
40
+ "34": "iot_cleaning",
41
+ "35": "audio_volume_down",
42
+ "36": "play_radio",
43
+ "37": "cooking_query",
44
+ "38": "datetime_convert",
45
+ "39": "qa_maths",
46
+ "4": "qa_stock",
47
+ "40": "iot_hue_lightoff",
48
+ "41": "iot_hue_lighton",
49
+ "42": "transport_query",
50
+ "43": "music_likeness",
51
+ "44": "email_query",
52
+ "45": "play_music",
53
+ "46": "audio_volume_mute",
54
+ "47": "social_post",
55
+ "48": "alarm_set",
56
+ "49": "qa_factoid",
57
+ "5": "general_greet",
58
+ "50": "calendar_set",
59
+ "51": "play_game",
60
+ "52": "alarm_remove",
61
+ "53": "lists_remove",
62
+ "54": "transport_taxi",
63
+ "55": "recommendation_movies",
64
+ "56": "iot_coffee",
65
+ "57": "music_query",
66
+ "58": "play_podcasts",
67
+ "59": "lists_query",
68
+ "6": "recommendation_events",
69
+ "7": "music_dislikeness",
70
+ "8": "iot_wemo_off",
71
+ "9": "cooking_recipe"
72
+ },
73
+ "initializer_range": 0.02,
74
+ "intermediate_size": 1536,
75
+ "label2id": {
76
+ "alarm_query": "23",
77
+ "alarm_remove": "52",
78
+ "alarm_set": "48",
79
+ "audio_volume_down": "35",
80
+ "audio_volume_mute": "46",
81
+ "audio_volume_other": "29",
82
+ "audio_volume_up": "14",
83
+ "calendar_query": "32",
84
+ "calendar_remove": "30",
85
+ "calendar_set": "50",
86
+ "cooking_query": "37",
87
+ "cooking_recipe": "9",
88
+ "datetime_convert": "38",
89
+ "datetime_query": "0",
90
+ "email_addcontact": "15",
91
+ "email_query": "44",
92
+ "email_querycontact": "17",
93
+ "email_sendemail": "33",
94
+ "general_greet": "5",
95
+ "general_joke": "25",
96
+ "general_quirky": "12",
97
+ "iot_cleaning": "34",
98
+ "iot_coffee": "56",
99
+ "iot_hue_lightchange": "1",
100
+ "iot_hue_lightdim": "31",
101
+ "iot_hue_lightoff": "40",
102
+ "iot_hue_lighton": "41",
103
+ "iot_hue_lightup": "18",
104
+ "iot_wemo_off": "8",
105
+ "iot_wemo_on": "24",
106
+ "lists_createoradd": "21",
107
+ "lists_query": "59",
108
+ "lists_remove": "53",
109
+ "music_dislikeness": "7",
110
+ "music_likeness": "43",
111
+ "music_query": "57",
112
+ "music_settings": "28",
113
+ "news_query": "22",
114
+ "play_audiobook": "20",
115
+ "play_game": "51",
116
+ "play_music": "45",
117
+ "play_podcasts": "58",
118
+ "play_radio": "36",
119
+ "qa_currency": "10",
120
+ "qa_definition": "26",
121
+ "qa_factoid": "49",
122
+ "qa_maths": "39",
123
+ "qa_stock": "4",
124
+ "recommendation_events": "6",
125
+ "recommendation_locations": "19",
126
+ "recommendation_movies": "55",
127
+ "social_post": "47",
128
+ "social_query": "27",
129
+ "takeaway_order": "16",
130
+ "takeaway_query": "3",
131
+ "transport_query": "42",
132
+ "transport_taxi": "54",
133
+ "transport_ticket": "2",
134
+ "transport_traffic": "11",
135
+ "weather_query": "13"
136
+ },
137
+ "layer_norm_eps": 1e-12,
138
+ "max_position_embeddings": 512,
139
+ "model_type": "bert",
140
+ "num_attention_heads": 12,
141
+ "num_hidden_layers": 12,
142
+ "pad_token_id": 0,
143
+ "position_embedding_type": "absolute",
144
+ "problem_type": "single_label_classification",
145
+ "tokenizer_class": "XLMRobertaTokenizer",
146
+ "torch_dtype": "float32",
147
+ "transformers_version": "4.25.1",
148
+ "type_vocab_size": 2,
149
+ "use_cache": true,
150
+ "vocab_size": 250037
151
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0c8ddd034d82abd0a4513f91a6e7bc69e500b8d966c640f3ad701867fd6a782
3
+ size 470780213
runs/Jan21_19-56-42_1b4edd8c6b78/1674331017.135299/events.out.tfevents.1674331017.1b4edd8c6b78.3759.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf1e5b9d6908c76c95223c723e4e5f421aff2e5a5e7dd3ecc90cbb561c3dee40
3
+ size 5599
runs/Jan21_19-56-42_1b4edd8c6b78/events.out.tfevents.1674331017.1b4edd8c6b78.3759.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4fe756fe3861bbd641d5ba55cab7df763da69263251fe3a2e5fa692aa4f8a1b
3
+ size 8772
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "</s>",
8
+ "unk_token": "<unk>"
9
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bae0289b9bb66bfbf85d834f6313ebd8e40f484df2bd0351539e74a0e4ddeb4
3
+ size 17098081
tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "__type": "AddedToken",
7
+ "content": "<mask>",
8
+ "lstrip": true,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "model_max_length": 1000000000000000019884624838656,
14
+ "name_or_path": "microsoft/Multilingual-MiniLM-L12-H384",
15
+ "pad_token": "<pad>",
16
+ "sep_token": "</s>",
17
+ "sp_model_kwargs": {},
18
+ "special_tokens_map_file": "/root/.cache/huggingface/hub/models--microsoft--Multilingual-MiniLM-L12-H384/snapshots/6e8c1ec6b4ec4e3fc6eb7d2cd834fcd582b61daf/special_tokens_map.json",
19
+ "tokenizer_class": "XLMRobertaTokenizer",
20
+ "unk_token": "<unk>"
21
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e4e7f68000708774fb8db10c3c1f31b85793a759ec01a36424bacbac4ffdb4
3
+ size 3451