gokuls commited on
Commit
9b807c7
·
1 Parent(s): d8bc6c6

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/bert_uncased_L-2_H-128_A-2",
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": 128,
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": 512,
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": 2,
141
+ "num_hidden_layers": 2,
142
+ "pad_token_id": 0,
143
+ "position_embedding_type": "absolute",
144
+ "problem_type": "single_label_classification",
145
+ "torch_dtype": "float32",
146
+ "transformers_version": "4.22.1",
147
+ "type_vocab_size": 2,
148
+ "use_cache": true,
149
+ "vocab_size": 30522
150
+ }
logs/1663960776.3205633/events.out.tfevents.1663960776.bf5406322ee0.68.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6736cfceb70c231b6852d0ab904f1b45d0d9d157e22e33e87c4151aa26013361
3
+ size 5557
logs/events.out.tfevents.1663960776.bf5406322ee0.68.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83659941141efd6d5c35f0423f2930a86ab4b9a4d2eb7b2ff182f8da68c33c4f
3
+ size 7509
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bb158ce5db90e3925abcf3a38b9192232c6335b0ca98d8db62ed06a291eaf23
3
+ size 17591719
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "gokuls/bert-base-Massive-intent",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0803abac752332353113716045114de8c059a378cc1605adf185ca55861b3c0f
3
+ size 3439
vocab.txt ADDED
The diff for this file is too large to render. See raw diff