austenem commited on
Commit
cb1ebed
1 Parent(s): 5bb0600

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/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": "0",
13
+ "1": "1",
14
+ "2": "2",
15
+ "3": "3",
16
+ "4": "4",
17
+ "5": "5",
18
+ "6": "6",
19
+ "7": "7",
20
+ "8": "8",
21
+ "9": "9",
22
+ "10": "10",
23
+ "11": "11",
24
+ "12": "12",
25
+ "13": "13",
26
+ "14": "14",
27
+ "15": "15",
28
+ "16": "16",
29
+ "17": "17",
30
+ "18": "18",
31
+ "19": "19",
32
+ "20": "20",
33
+ "21": "21",
34
+ "22": "22",
35
+ "23": "23",
36
+ "24": "24",
37
+ "25": "25",
38
+ "26": "26",
39
+ "27": "27",
40
+ "28": "28",
41
+ "29": "29",
42
+ "30": "30",
43
+ "31": "31",
44
+ "32": "32",
45
+ "33": "33",
46
+ "34": "34",
47
+ "35": "35",
48
+ "36": "36",
49
+ "37": "37",
50
+ "38": "38",
51
+ "39": "39",
52
+ "40": "40",
53
+ "41": "41",
54
+ "42": "42",
55
+ "43": "43",
56
+ "44": "44",
57
+ "45": "45",
58
+ "46": "46",
59
+ "47": "47",
60
+ "48": "48",
61
+ "49": "49",
62
+ "50": "50",
63
+ "51": "51",
64
+ "52": "52",
65
+ "53": "53",
66
+ "54": "54",
67
+ "55": "55",
68
+ "56": "56",
69
+ "57": "57",
70
+ "58": "58",
71
+ "59": "59",
72
+ "60": "60",
73
+ "61": "61",
74
+ "62": "62",
75
+ "63": "63",
76
+ "64": "64",
77
+ "65": "65",
78
+ "66": "66",
79
+ "67": "67",
80
+ "68": "68",
81
+ "69": "69",
82
+ "70": "70",
83
+ "71": "71",
84
+ "72": "72",
85
+ "73": "73",
86
+ "74": "74",
87
+ "75": "75",
88
+ "76": "76",
89
+ "77": "77",
90
+ "78": "78",
91
+ "79": "79",
92
+ "80": "80",
93
+ "81": "81",
94
+ "82": "82",
95
+ "83": "83",
96
+ "84": "84",
97
+ "85": "85",
98
+ "86": "86",
99
+ "87": "87",
100
+ "88": "88",
101
+ "89": "89",
102
+ "90": "90",
103
+ "91": "91",
104
+ "92": "92",
105
+ "93": "93",
106
+ "94": "94",
107
+ "95": "95",
108
+ "96": "96",
109
+ "97": "97",
110
+ "98": "98",
111
+ "99": "99",
112
+ "100": "100"
113
+ },
114
+ "initializer_range": 0.02,
115
+ "label2id": {
116
+ "0": 0,
117
+ "1": 1,
118
+ "10": 10,
119
+ "100": 100,
120
+ "11": 11,
121
+ "12": 12,
122
+ "13": 13,
123
+ "14": 14,
124
+ "15": 15,
125
+ "16": 16,
126
+ "17": 17,
127
+ "18": 18,
128
+ "19": 19,
129
+ "2": 2,
130
+ "20": 20,
131
+ "21": 21,
132
+ "22": 22,
133
+ "23": 23,
134
+ "24": 24,
135
+ "25": 25,
136
+ "26": 26,
137
+ "27": 27,
138
+ "28": 28,
139
+ "29": 29,
140
+ "3": 3,
141
+ "30": 30,
142
+ "31": 31,
143
+ "32": 32,
144
+ "33": 33,
145
+ "34": 34,
146
+ "35": 35,
147
+ "36": 36,
148
+ "37": 37,
149
+ "38": 38,
150
+ "39": 39,
151
+ "4": 4,
152
+ "40": 40,
153
+ "41": 41,
154
+ "42": 42,
155
+ "43": 43,
156
+ "44": 44,
157
+ "45": 45,
158
+ "46": 46,
159
+ "47": 47,
160
+ "48": 48,
161
+ "49": 49,
162
+ "5": 5,
163
+ "50": 50,
164
+ "51": 51,
165
+ "52": 52,
166
+ "53": 53,
167
+ "54": 54,
168
+ "55": 55,
169
+ "56": 56,
170
+ "57": 57,
171
+ "58": 58,
172
+ "59": 59,
173
+ "6": 6,
174
+ "60": 60,
175
+ "61": 61,
176
+ "62": 62,
177
+ "63": 63,
178
+ "64": 64,
179
+ "65": 65,
180
+ "66": 66,
181
+ "67": 67,
182
+ "68": 68,
183
+ "69": 69,
184
+ "7": 7,
185
+ "70": 70,
186
+ "71": 71,
187
+ "72": 72,
188
+ "73": 73,
189
+ "74": 74,
190
+ "75": 75,
191
+ "76": 76,
192
+ "77": 77,
193
+ "78": 78,
194
+ "79": 79,
195
+ "8": 8,
196
+ "80": 80,
197
+ "81": 81,
198
+ "82": 82,
199
+ "83": 83,
200
+ "84": 84,
201
+ "85": 85,
202
+ "86": 86,
203
+ "87": 87,
204
+ "88": 88,
205
+ "89": 89,
206
+ "9": 9,
207
+ "90": 90,
208
+ "91": 91,
209
+ "92": 92,
210
+ "93": 93,
211
+ "94": 94,
212
+ "95": 95,
213
+ "96": 96,
214
+ "97": 97,
215
+ "98": 98,
216
+ "99": 99
217
+ },
218
+ "max_position_embeddings": 512,
219
+ "model_type": "distilbert",
220
+ "n_heads": 12,
221
+ "n_layers": 6,
222
+ "pad_token_id": 0,
223
+ "problem_type": "single_label_classification",
224
+ "qa_dropout": 0.1,
225
+ "seq_classif_dropout": 0.2,
226
+ "sinusoidal_pos_embds": false,
227
+ "tie_weights_": true,
228
+ "torch_dtype": "float32",
229
+ "transformers_version": "4.40.1",
230
+ "vocab_size": 30522
231
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e5f1544017ce2f71cec6d01e3e2eedecdaeddb099b8acbb939bce42d5f18a89
3
+ size 268137100
runs/May06_18-26-22_c3a236ac6d08/events.out.tfevents.1715019983.c3a236ac6d08.250.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db81d2e5592826443003b5c6ad7a8069fcf0b6288a680a5950b415d9eb4856a7
3
+ size 8792
runs/May06_18-29-06_c3a236ac6d08/events.out.tfevents.1715020147.c3a236ac6d08.250.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:191f98fb8a796d89f93e335db86f6aac180c810cc5b6ffacd0fe7def75be5c4e
3
+ size 7580
runs/May06_18-32-42_c3a236ac6d08/events.out.tfevents.1715020363.c3a236ac6d08.250.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:946122853ca09285793d6fdf67aaad47fea593143eec0ef1f0260eb76c43792c
3
+ size 7580
runs/May06_18-35-20_c3a236ac6d08/events.out.tfevents.1715020520.c3a236ac6d08.250.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2f8928cfc82c9a0790b350264e2c1ae5a8a35fd142c7254f2cb9de4b250d556
3
+ size 7580
runs/May06_18-36-48_c3a236ac6d08/events.out.tfevents.1715020609.c3a236ac6d08.250.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd69a733aef5525b5c5988a43a4433ae8875f67ed547f15354cbcc3d4458e447
3
+ size 8536
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:77280ee62e8706d98359c829aa4eccb8c0dd2dc33805f8671e377f3fa9e52e4d
3
+ size 4984
vocab.txt ADDED
The diff for this file is too large to render. See raw diff