tom192180 commited on
Commit
c1e79d0
1 Parent(s): 49d6bb7

Training in progress, step 40

Browse files
config.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "plug_type",
13
+ "1": "travel_notification",
14
+ "2": "translate",
15
+ "3": "flight_status",
16
+ "4": "international_visa",
17
+ "5": "timezone",
18
+ "6": "exchange_rate",
19
+ "7": "travel_suggestion",
20
+ "8": "travel_alert",
21
+ "9": "vaccines",
22
+ "10": "lost_luggage",
23
+ "11": "book_flight",
24
+ "12": "book_hotel",
25
+ "13": "carry_on",
26
+ "14": "car_rental",
27
+ "15": "weather",
28
+ "16": "alarm",
29
+ "17": "date",
30
+ "18": "find_phone",
31
+ "19": "share_location",
32
+ "20": "timer",
33
+ "21": "make_call",
34
+ "22": "calculator",
35
+ "23": "definition",
36
+ "24": "measurement_conversion",
37
+ "25": "flip_coin",
38
+ "26": "spelling",
39
+ "27": "time",
40
+ "28": "roll_dice",
41
+ "29": "text",
42
+ "30": "pto_request_status",
43
+ "31": "next_holiday",
44
+ "32": "insurance_change",
45
+ "33": "insurance",
46
+ "34": "meeting_schedule",
47
+ "35": "payday",
48
+ "36": "taxes",
49
+ "37": "income",
50
+ "38": "rollover_401k",
51
+ "39": "pto_balance",
52
+ "40": "pto_request",
53
+ "41": "w2",
54
+ "42": "schedule_meeting",
55
+ "43": "direct_deposit",
56
+ "44": "pto_used",
57
+ "45": "who_made_you",
58
+ "46": "meaning_of_life",
59
+ "47": "who_do_you_work_for",
60
+ "48": "do_you_have_pets",
61
+ "49": "what_are_your_hobbies",
62
+ "50": "fun_fact",
63
+ "51": "what_is_your_name",
64
+ "52": "where_are_you_from",
65
+ "53": "goodbye",
66
+ "54": "thank_you",
67
+ "55": "greeting",
68
+ "56": "tell_joke",
69
+ "57": "are_you_a_bot",
70
+ "58": "how_old_are_you",
71
+ "59": "what_can_i_ask_you"
72
+ },
73
+ "initializer_range": 0.02,
74
+ "label2id": {
75
+ "alarm": 16,
76
+ "are_you_a_bot": 57,
77
+ "book_flight": 11,
78
+ "book_hotel": 12,
79
+ "calculator": 22,
80
+ "car_rental": 14,
81
+ "carry_on": 13,
82
+ "date": 17,
83
+ "definition": 23,
84
+ "direct_deposit": 43,
85
+ "do_you_have_pets": 48,
86
+ "exchange_rate": 6,
87
+ "find_phone": 18,
88
+ "flight_status": 3,
89
+ "flip_coin": 25,
90
+ "fun_fact": 50,
91
+ "goodbye": 53,
92
+ "greeting": 55,
93
+ "how_old_are_you": 58,
94
+ "income": 37,
95
+ "insurance": 33,
96
+ "insurance_change": 32,
97
+ "international_visa": 4,
98
+ "lost_luggage": 10,
99
+ "make_call": 21,
100
+ "meaning_of_life": 46,
101
+ "measurement_conversion": 24,
102
+ "meeting_schedule": 34,
103
+ "next_holiday": 31,
104
+ "payday": 35,
105
+ "plug_type": 0,
106
+ "pto_balance": 39,
107
+ "pto_request": 40,
108
+ "pto_request_status": 30,
109
+ "pto_used": 44,
110
+ "roll_dice": 28,
111
+ "rollover_401k": 38,
112
+ "schedule_meeting": 42,
113
+ "share_location": 19,
114
+ "spelling": 26,
115
+ "taxes": 36,
116
+ "tell_joke": 56,
117
+ "text": 29,
118
+ "thank_you": 54,
119
+ "time": 27,
120
+ "timer": 20,
121
+ "timezone": 5,
122
+ "translate": 2,
123
+ "travel_alert": 8,
124
+ "travel_notification": 1,
125
+ "travel_suggestion": 7,
126
+ "vaccines": 9,
127
+ "w2": 41,
128
+ "weather": 15,
129
+ "what_are_your_hobbies": 49,
130
+ "what_can_i_ask_you": 59,
131
+ "what_is_your_name": 51,
132
+ "where_are_you_from": 52,
133
+ "who_do_you_work_for": 47,
134
+ "who_made_you": 45
135
+ },
136
+ "max_position_embeddings": 512,
137
+ "model_type": "distilbert",
138
+ "n_heads": 12,
139
+ "n_layers": 6,
140
+ "pad_token_id": 0,
141
+ "problem_type": "single_label_classification",
142
+ "qa_dropout": 0.1,
143
+ "seq_classif_dropout": 0.2,
144
+ "sinusoidal_pos_embds": false,
145
+ "tie_weights_": true,
146
+ "torch_dtype": "float32",
147
+ "transformers_version": "4.35.2",
148
+ "vocab_size": 30522
149
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3822e8c5478df789798e9b7d147a32153b1124c01cac71b282909bae249f19e9
3
+ size 268010984
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c7602168e5db4f0bc7ceb99f1c7276fbbd3ff0cde0f33f37af6e344896e0cd7
3
+ size 4335
vocab.txt ADDED
The diff for this file is too large to render. See raw diff