yangwooko commited on
Commit
2d3b731
·
1 Parent(s): bd98259

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "32bit",
13
+ "1": "admin",
14
+ "2": "algos",
15
+ "3": "api - consistency",
16
+ "4": "api design",
17
+ "5": "apply",
18
+ "6": "arm",
19
+ "7": "arraymanager",
20
+ "8": "benchmark",
21
+ "9": "blocker",
22
+ "10": "bug",
23
+ "11": "build",
24
+ "12": "categorical",
25
+ "13": "ci",
26
+ "14": "clean",
27
+ "15": "closing candidate",
28
+ "16": "code style",
29
+ "17": "community",
30
+ "18": "compat",
31
+ "19": "complex",
32
+ "20": "constructors",
33
+ "21": "copy / view semantics",
34
+ "22": "cut",
35
+ "23": "dataframe",
36
+ "24": "dependencies",
37
+ "25": "deprecate",
38
+ "26": "docs",
39
+ "27": "dtype conversions",
40
+ "28": "duplicate report",
41
+ "29": "enhancement",
42
+ "30": "error reporting",
43
+ "31": "expressions",
44
+ "32": "extensionarray",
45
+ "33": "frequency",
46
+ "34": "good first issue",
47
+ "35": "groupby",
48
+ "36": "ideas",
49
+ "37": "index",
50
+ "38": "indexing",
51
+ "39": "internals",
52
+ "40": "interval",
53
+ "41": "io csv",
54
+ "42": "io data",
55
+ "43": "io excel",
56
+ "44": "io google",
57
+ "45": "io hdf5",
58
+ "46": "io html",
59
+ "47": "io json",
60
+ "48": "io latex",
61
+ "49": "io network",
62
+ "50": "io parquet",
63
+ "51": "io pickle",
64
+ "52": "io sas",
65
+ "53": "io sql",
66
+ "54": "io stata",
67
+ "55": "io xml",
68
+ "56": "master tracker",
69
+ "57": "metadata",
70
+ "58": "missing-data",
71
+ "59": "mothballed",
72
+ "60": "multiindex",
73
+ "61": "multithreading",
74
+ "62": "na - maskedarrays",
75
+ "63": "needs discussion",
76
+ "64": "needs info",
77
+ "65": "needs review",
78
+ "66": "needs tests",
79
+ "67": "numba",
80
+ "68": "numeric operations",
81
+ "69": "output-formatting",
82
+ "70": "performance",
83
+ "71": "period",
84
+ "72": "python 3.10",
85
+ "73": "python 3.8",
86
+ "74": "python 3.9",
87
+ "75": "quantile",
88
+ "76": "reduction operations",
89
+ "77": "refactor",
90
+ "78": "regression",
91
+ "79": "release",
92
+ "80": "replace",
93
+ "81": "resample",
94
+ "82": "reshaping",
95
+ "83": "roadmap",
96
+ "84": "segfault",
97
+ "85": "series",
98
+ "86": "sparse",
99
+ "87": "stale",
100
+ "88": "strings",
101
+ "89": "styler",
102
+ "90": "testing",
103
+ "91": "timedelta",
104
+ "92": "timeseries",
105
+ "93": "timezones",
106
+ "94": "typing",
107
+ "95": "unicode",
108
+ "96": "unreliable test",
109
+ "97": "upstream issue",
110
+ "98": "usage question",
111
+ "99": "visualization",
112
+ "100": "warnings",
113
+ "101": "web",
114
+ "102": "window",
115
+ "103": "windows"
116
+ },
117
+ "initializer_range": 0.02,
118
+ "label2id": {
119
+ "32bit": 0,
120
+ "admin": 1,
121
+ "algos": 2,
122
+ "api - consistency": 3,
123
+ "api design": 4,
124
+ "apply": 5,
125
+ "arm": 6,
126
+ "arraymanager": 7,
127
+ "benchmark": 8,
128
+ "blocker": 9,
129
+ "bug": 10,
130
+ "build": 11,
131
+ "categorical": 12,
132
+ "ci": 13,
133
+ "clean": 14,
134
+ "closing candidate": 15,
135
+ "code style": 16,
136
+ "community": 17,
137
+ "compat": 18,
138
+ "complex": 19,
139
+ "constructors": 20,
140
+ "copy / view semantics": 21,
141
+ "cut": 22,
142
+ "dataframe": 23,
143
+ "dependencies": 24,
144
+ "deprecate": 25,
145
+ "docs": 26,
146
+ "dtype conversions": 27,
147
+ "duplicate report": 28,
148
+ "enhancement": 29,
149
+ "error reporting": 30,
150
+ "expressions": 31,
151
+ "extensionarray": 32,
152
+ "frequency": 33,
153
+ "good first issue": 34,
154
+ "groupby": 35,
155
+ "ideas": 36,
156
+ "index": 37,
157
+ "indexing": 38,
158
+ "internals": 39,
159
+ "interval": 40,
160
+ "io csv": 41,
161
+ "io data": 42,
162
+ "io excel": 43,
163
+ "io google": 44,
164
+ "io hdf5": 45,
165
+ "io html": 46,
166
+ "io json": 47,
167
+ "io latex": 48,
168
+ "io network": 49,
169
+ "io parquet": 50,
170
+ "io pickle": 51,
171
+ "io sas": 52,
172
+ "io sql": 53,
173
+ "io stata": 54,
174
+ "io xml": 55,
175
+ "master tracker": 56,
176
+ "metadata": 57,
177
+ "missing-data": 58,
178
+ "mothballed": 59,
179
+ "multiindex": 60,
180
+ "multithreading": 61,
181
+ "na - maskedarrays": 62,
182
+ "needs discussion": 63,
183
+ "needs info": 64,
184
+ "needs review": 65,
185
+ "needs tests": 66,
186
+ "numba": 67,
187
+ "numeric operations": 68,
188
+ "output-formatting": 69,
189
+ "performance": 70,
190
+ "period": 71,
191
+ "python 3.10": 72,
192
+ "python 3.8": 73,
193
+ "python 3.9": 74,
194
+ "quantile": 75,
195
+ "reduction operations": 76,
196
+ "refactor": 77,
197
+ "regression": 78,
198
+ "release": 79,
199
+ "replace": 80,
200
+ "resample": 81,
201
+ "reshaping": 82,
202
+ "roadmap": 83,
203
+ "segfault": 84,
204
+ "series": 85,
205
+ "sparse": 86,
206
+ "stale": 87,
207
+ "strings": 88,
208
+ "styler": 89,
209
+ "testing": 90,
210
+ "timedelta": 91,
211
+ "timeseries": 92,
212
+ "timezones": 93,
213
+ "typing": 94,
214
+ "unicode": 95,
215
+ "unreliable test": 96,
216
+ "upstream issue": 97,
217
+ "usage question": 98,
218
+ "visualization": 99,
219
+ "warnings": 100,
220
+ "web": 101,
221
+ "window": 102,
222
+ "windows": 103
223
+ },
224
+ "max_position_embeddings": 512,
225
+ "model_type": "distilbert",
226
+ "n_heads": 12,
227
+ "n_layers": 6,
228
+ "pad_token_id": 0,
229
+ "problem_type": "single_label_classification",
230
+ "qa_dropout": 0.1,
231
+ "seq_classif_dropout": 0.2,
232
+ "sinusoidal_pos_embds": false,
233
+ "tie_weights_": true,
234
+ "torch_dtype": "float32",
235
+ "transformers_version": "4.27.2",
236
+ "vocab_size": 30522
237
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:596e925dfdb1d671caed25ee2f83f80963bf0863bc5afac71b78287c13fca2c2
3
+ size 268169261
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "special_tokens_map_file": null,
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fde7ee6b16adbbcb1d65c2bcef56aef3d17657b290f620847379794dd534a68a
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff