lxyuan commited on
Commit
fbe3816
1 Parent(s): 1ab1cdb

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-cased",
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": "acq",
13
+ "1": "alum",
14
+ "2": "austdlr",
15
+ "3": "barley",
16
+ "4": "bop",
17
+ "5": "can",
18
+ "6": "carcass",
19
+ "7": "cocoa",
20
+ "8": "coconut",
21
+ "9": "coconut-oil",
22
+ "10": "coffee",
23
+ "11": "copper",
24
+ "12": "copra-cake",
25
+ "13": "corn",
26
+ "14": "cornglutenfeed",
27
+ "15": "cotton",
28
+ "16": "cpi",
29
+ "17": "cpu",
30
+ "18": "crude",
31
+ "19": "dfl",
32
+ "20": "dlr",
33
+ "21": "dmk",
34
+ "22": "earn",
35
+ "23": "fishmeal",
36
+ "24": "fuel",
37
+ "25": "gas",
38
+ "26": "gnp",
39
+ "27": "gold",
40
+ "28": "grain",
41
+ "29": "groundnut",
42
+ "30": "heat",
43
+ "31": "hog",
44
+ "32": "housing",
45
+ "33": "income",
46
+ "34": "instal-debt",
47
+ "35": "interest",
48
+ "36": "inventories",
49
+ "37": "ipi",
50
+ "38": "iron-steel",
51
+ "39": "jet",
52
+ "40": "jobs",
53
+ "41": "l-cattle",
54
+ "42": "lead",
55
+ "43": "lei",
56
+ "44": "linseed",
57
+ "45": "livestock",
58
+ "46": "lumber",
59
+ "47": "meal-feed",
60
+ "48": "money-fx",
61
+ "49": "money-supply",
62
+ "50": "naphtha",
63
+ "51": "nat-gas",
64
+ "52": "nickel",
65
+ "53": "nzdlr",
66
+ "54": "oat",
67
+ "55": "oilseed",
68
+ "56": "orange",
69
+ "57": "palladium",
70
+ "58": "palm-oil",
71
+ "59": "palmkernel",
72
+ "60": "pet-chem",
73
+ "61": "platinum",
74
+ "62": "plywood",
75
+ "63": "pork-belly",
76
+ "64": "potato",
77
+ "65": "propane",
78
+ "66": "rand",
79
+ "67": "rape-oil",
80
+ "68": "rapeseed",
81
+ "69": "reserves",
82
+ "70": "retail",
83
+ "71": "rice",
84
+ "72": "rubber",
85
+ "73": "saudriyal",
86
+ "74": "ship",
87
+ "75": "silver",
88
+ "76": "sorghum",
89
+ "77": "soy-meal",
90
+ "78": "soy-oil",
91
+ "79": "soybean",
92
+ "80": "stg",
93
+ "81": "strategic-metal",
94
+ "82": "sugar",
95
+ "83": "sun-oil",
96
+ "84": "sunseed",
97
+ "85": "tapioca",
98
+ "86": "tea",
99
+ "87": "tin",
100
+ "88": "trade",
101
+ "89": "veg-oil",
102
+ "90": "wheat",
103
+ "91": "wool",
104
+ "92": "wpi",
105
+ "93": "yen",
106
+ "94": "zinc"
107
+ },
108
+ "initializer_range": 0.02,
109
+ "label2id": {
110
+ "acq": 0,
111
+ "alum": 1,
112
+ "austdlr": 2,
113
+ "barley": 3,
114
+ "bop": 4,
115
+ "can": 5,
116
+ "carcass": 6,
117
+ "cocoa": 7,
118
+ "coconut": 8,
119
+ "coconut-oil": 9,
120
+ "coffee": 10,
121
+ "copper": 11,
122
+ "copra-cake": 12,
123
+ "corn": 13,
124
+ "cornglutenfeed": 14,
125
+ "cotton": 15,
126
+ "cpi": 16,
127
+ "cpu": 17,
128
+ "crude": 18,
129
+ "dfl": 19,
130
+ "dlr": 20,
131
+ "dmk": 21,
132
+ "earn": 22,
133
+ "fishmeal": 23,
134
+ "fuel": 24,
135
+ "gas": 25,
136
+ "gnp": 26,
137
+ "gold": 27,
138
+ "grain": 28,
139
+ "groundnut": 29,
140
+ "heat": 30,
141
+ "hog": 31,
142
+ "housing": 32,
143
+ "income": 33,
144
+ "instal-debt": 34,
145
+ "interest": 35,
146
+ "inventories": 36,
147
+ "ipi": 37,
148
+ "iron-steel": 38,
149
+ "jet": 39,
150
+ "jobs": 40,
151
+ "l-cattle": 41,
152
+ "lead": 42,
153
+ "lei": 43,
154
+ "linseed": 44,
155
+ "livestock": 45,
156
+ "lumber": 46,
157
+ "meal-feed": 47,
158
+ "money-fx": 48,
159
+ "money-supply": 49,
160
+ "naphtha": 50,
161
+ "nat-gas": 51,
162
+ "nickel": 52,
163
+ "nzdlr": 53,
164
+ "oat": 54,
165
+ "oilseed": 55,
166
+ "orange": 56,
167
+ "palladium": 57,
168
+ "palm-oil": 58,
169
+ "palmkernel": 59,
170
+ "pet-chem": 60,
171
+ "platinum": 61,
172
+ "plywood": 62,
173
+ "pork-belly": 63,
174
+ "potato": 64,
175
+ "propane": 65,
176
+ "rand": 66,
177
+ "rape-oil": 67,
178
+ "rapeseed": 68,
179
+ "reserves": 69,
180
+ "retail": 70,
181
+ "rice": 71,
182
+ "rubber": 72,
183
+ "saudriyal": 73,
184
+ "ship": 74,
185
+ "silver": 75,
186
+ "sorghum": 76,
187
+ "soy-meal": 77,
188
+ "soy-oil": 78,
189
+ "soybean": 79,
190
+ "stg": 80,
191
+ "strategic-metal": 81,
192
+ "sugar": 82,
193
+ "sun-oil": 83,
194
+ "sunseed": 84,
195
+ "tapioca": 85,
196
+ "tea": 86,
197
+ "tin": 87,
198
+ "trade": 88,
199
+ "veg-oil": 89,
200
+ "wheat": 90,
201
+ "wool": 91,
202
+ "wpi": 92,
203
+ "yen": 93,
204
+ "zinc": 94
205
+ },
206
+ "max_position_embeddings": 512,
207
+ "model_type": "distilbert",
208
+ "n_heads": 12,
209
+ "n_layers": 6,
210
+ "output_past": true,
211
+ "pad_token_id": 0,
212
+ "problem_type": "multi_label_classification",
213
+ "qa_dropout": 0.1,
214
+ "seq_classif_dropout": 0.2,
215
+ "sinusoidal_pos_embds": false,
216
+ "tie_weights_": true,
217
+ "torch_dtype": "float32",
218
+ "transformers_version": "4.33.0.dev0",
219
+ "vocab_size": 28996
220
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:873e37fd0032a5b3193d242420cfea19358d79ac2353b2e59b2273f3c0ce5f9d
3
+ size 263453741
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
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
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:0cb10aebfceb4aaf0793ee1fc45a6576f17634479c7e3b49ad8b134556f4d73c
3
+ size 4091
vocab.txt ADDED
The diff for this file is too large to render. See raw diff