yeye776 commited on
Commit
ce27c03
·
verified ·
1 Parent(s): 130d4a6

Training in progress, epoch 1

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "qanastek/XLMRoberta-Alexa-Intents-Classification",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "audio_volume_other",
15
+ "1": "play_music",
16
+ "2": "iot_hue_lighton",
17
+ "3": "general_greet",
18
+ "4": "calendar_set",
19
+ "5": "audio_volume_down",
20
+ "6": "social_query",
21
+ "7": "audio_volume_mute",
22
+ "8": "iot_wemo_on",
23
+ "9": "iot_hue_lightup",
24
+ "10": "audio_volume_up",
25
+ "11": "iot_coffee",
26
+ "12": "takeaway_query",
27
+ "13": "qa_maths",
28
+ "14": "play_game",
29
+ "15": "cooking_query",
30
+ "16": "iot_hue_lightdim",
31
+ "17": "iot_wemo_off",
32
+ "18": "music_settings",
33
+ "19": "weather_query",
34
+ "20": "news_query",
35
+ "21": "alarm_remove",
36
+ "22": "social_post",
37
+ "23": "recommendation_events",
38
+ "24": "transport_taxi",
39
+ "25": "takeaway_order",
40
+ "26": "music_query",
41
+ "27": "calendar_query",
42
+ "28": "lists_query",
43
+ "29": "qa_currency",
44
+ "30": "recommendation_movies",
45
+ "31": "general_joke",
46
+ "32": "recommendation_locations",
47
+ "33": "email_querycontact",
48
+ "34": "lists_remove",
49
+ "35": "play_audiobook",
50
+ "36": "email_addcontact",
51
+ "37": "lists_createoradd",
52
+ "38": "play_radio",
53
+ "39": "qa_stock",
54
+ "40": "alarm_query",
55
+ "41": "email_sendemail",
56
+ "42": "general_quirky",
57
+ "43": "music_likeness",
58
+ "44": "cooking_recipe",
59
+ "45": "email_query",
60
+ "46": "datetime_query",
61
+ "47": "transport_traffic",
62
+ "48": "play_podcasts",
63
+ "49": "iot_hue_lightchange",
64
+ "50": "calendar_remove",
65
+ "51": "transport_query",
66
+ "52": "transport_ticket",
67
+ "53": "qa_factoid",
68
+ "54": "iot_cleaning",
69
+ "55": "alarm_set",
70
+ "56": "datetime_convert",
71
+ "57": "iot_hue_lightoff",
72
+ "58": "qa_definition",
73
+ "59": "music_dislikeness"
74
+ },
75
+ "initializer_range": 0.02,
76
+ "intermediate_size": 3072,
77
+ "label2id": {
78
+ "alarm_query": 40,
79
+ "alarm_remove": 21,
80
+ "alarm_set": 55,
81
+ "audio_volume_down": 5,
82
+ "audio_volume_mute": 7,
83
+ "audio_volume_other": 0,
84
+ "audio_volume_up": 10,
85
+ "calendar_query": 27,
86
+ "calendar_remove": 50,
87
+ "calendar_set": 4,
88
+ "cooking_query": 15,
89
+ "cooking_recipe": 44,
90
+ "datetime_convert": 56,
91
+ "datetime_query": 46,
92
+ "email_addcontact": 36,
93
+ "email_query": 45,
94
+ "email_querycontact": 33,
95
+ "email_sendemail": 41,
96
+ "general_greet": 3,
97
+ "general_joke": 31,
98
+ "general_quirky": 42,
99
+ "iot_cleaning": 54,
100
+ "iot_coffee": 11,
101
+ "iot_hue_lightchange": 49,
102
+ "iot_hue_lightdim": 16,
103
+ "iot_hue_lightoff": 57,
104
+ "iot_hue_lighton": 2,
105
+ "iot_hue_lightup": 9,
106
+ "iot_wemo_off": 17,
107
+ "iot_wemo_on": 8,
108
+ "lists_createoradd": 37,
109
+ "lists_query": 28,
110
+ "lists_remove": 34,
111
+ "music_dislikeness": 59,
112
+ "music_likeness": 43,
113
+ "music_query": 26,
114
+ "music_settings": 18,
115
+ "news_query": 20,
116
+ "play_audiobook": 35,
117
+ "play_game": 14,
118
+ "play_music": 1,
119
+ "play_podcasts": 48,
120
+ "play_radio": 38,
121
+ "qa_currency": 29,
122
+ "qa_definition": 58,
123
+ "qa_factoid": 53,
124
+ "qa_maths": 13,
125
+ "qa_stock": 39,
126
+ "recommendation_events": 23,
127
+ "recommendation_locations": 32,
128
+ "recommendation_movies": 30,
129
+ "social_post": 22,
130
+ "social_query": 6,
131
+ "takeaway_order": 25,
132
+ "takeaway_query": 12,
133
+ "transport_query": 51,
134
+ "transport_taxi": 24,
135
+ "transport_ticket": 52,
136
+ "transport_traffic": 47,
137
+ "weather_query": 19
138
+ },
139
+ "layer_norm_eps": 1e-05,
140
+ "max_position_embeddings": 514,
141
+ "model_type": "xlm-roberta",
142
+ "num_attention_heads": 12,
143
+ "num_hidden_layers": 12,
144
+ "output_past": true,
145
+ "pad_token_id": 1,
146
+ "position_embedding_type": "absolute",
147
+ "problem_type": "single_label_classification",
148
+ "torch_dtype": "float32",
149
+ "transformers_version": "4.37.2",
150
+ "type_vocab_size": 1,
151
+ "use_cache": true,
152
+ "vocab_size": 250002
153
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d85b68bdd59f5a9e855913f0c9de580bb6362cef5562c74b2b3b43c6c1f945
3
+ size 1112383416
runs/Feb21_07-03-03_314b4a0e773c/events.out.tfevents.1708499012.314b4a0e773c.1827.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50ffc8f600388f3ce93d9694b1d17fdc29be218bd978bc183db4af29cf92f422
3
+ size 8398
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,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a4661b2cb6b8a1007906509fe18cbfbc03062a086102bf7b80cfedb80f16c37
3
+ size 17082854
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "max_length": 512,
50
+ "model_max_length": 512,
51
+ "pad_token": "<pad>",
52
+ "sep_token": "</s>",
53
+ "stride": 0,
54
+ "tokenizer_class": "XLMRobertaTokenizer",
55
+ "truncation_side": "right",
56
+ "truncation_strategy": "longest_first",
57
+ "unk_token": "<unk>"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eddbe9f160a4e35270f6435eba1677164b58ecd6e60c52a187674a558df80403
3
+ size 4728