bigpang commited on
Commit
183b55d
1 Parent(s): 2d8f53f

Upload XLMRobertaForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +58 -96
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -55,54 +55,35 @@
55
  "41": "my",
56
  "42": "ne",
57
  "43": "nl",
58
- "44": "or",
59
- "45": "other",
60
- "46": "other0",
61
- "47": "other12000",
62
- "48": "other16000",
63
- "49": "other20000",
64
- "50": "other24000",
65
- "51": "other28000",
66
- "52": "other32000",
67
- "53": "other36000",
68
- "54": "other4000",
69
- "55": "other40000",
70
- "56": "other44000",
71
- "57": "other48000",
72
- "58": "other52000",
73
- "59": "other56000",
74
- "60": "other60000",
75
- "61": "other64000",
76
- "62": "other68000",
77
- "63": "other72000",
78
- "64": "other76000",
79
- "65": "other8000",
80
- "66": "other80000",
81
- "67": "pa",
82
- "68": "pl",
83
- "69": "pt",
84
- "70": "ro",
85
- "71": "ru",
86
- "72": "rw",
87
- "73": "si",
88
- "74": "sk",
89
- "75": "sl",
90
- "76": "so",
91
- "77": "sq",
92
- "78": "sv",
93
- "79": "sw",
94
- "80": "ta",
95
- "81": "te",
96
- "82": "th",
97
- "83": "tl",
98
- "84": "tr",
99
- "85": "ug",
100
- "86": "uk",
101
- "87": "ur",
102
- "88": "uz",
103
- "89": "vi",
104
- "90": "zh",
105
- "91": "zu"
106
  },
107
  "initializer_range": 0.02,
108
  "intermediate_size": 3072,
@@ -151,54 +132,35 @@
151
  "my": 41,
152
  "ne": 42,
153
  "nl": 43,
154
- "or": 44,
155
- "other": 45,
156
- "other0": 46,
157
- "other12000": 47,
158
- "other16000": 48,
159
- "other20000": 49,
160
- "other24000": 50,
161
- "other28000": 51,
162
- "other32000": 52,
163
- "other36000": 53,
164
- "other4000": 54,
165
- "other40000": 55,
166
- "other44000": 56,
167
- "other48000": 57,
168
- "other52000": 58,
169
- "other56000": 59,
170
- "other60000": 60,
171
- "other64000": 61,
172
- "other68000": 62,
173
- "other72000": 63,
174
- "other76000": 64,
175
- "other8000": 65,
176
- "other80000": 66,
177
- "pa": 67,
178
- "pl": 68,
179
- "pt": 69,
180
- "ro": 70,
181
- "ru": 71,
182
- "rw": 72,
183
- "si": 73,
184
- "sk": 74,
185
- "sl": 75,
186
- "so": 76,
187
- "sq": 77,
188
- "sv": 78,
189
- "sw": 79,
190
- "ta": 80,
191
- "te": 81,
192
- "th": 82,
193
- "tl": 83,
194
- "tr": 84,
195
- "ug": 85,
196
- "uk": 86,
197
- "ur": 87,
198
- "uz": 88,
199
- "vi": 89,
200
- "zh": 90,
201
- "zu": 91
202
  },
203
  "layer_norm_eps": 1e-05,
204
  "max_position_embeddings": 514,
 
55
  "41": "my",
56
  "42": "ne",
57
  "43": "nl",
58
+ "44": "no",
59
+ "45": "or",
60
+ "46": "other",
61
+ "47": "pa",
62
+ "48": "pl",
63
+ "49": "ps",
64
+ "50": "pt",
65
+ "51": "ro",
66
+ "52": "ru",
67
+ "53": "rw",
68
+ "54": "si",
69
+ "55": "sk",
70
+ "56": "sl",
71
+ "57": "so",
72
+ "58": "sq",
73
+ "59": "sv",
74
+ "60": "sw",
75
+ "61": "ta",
76
+ "62": "te",
77
+ "63": "th",
78
+ "64": "tl",
79
+ "65": "tr",
80
+ "66": "ug",
81
+ "67": "uk",
82
+ "68": "ur",
83
+ "69": "uz",
84
+ "70": "vi",
85
+ "71": "zh",
86
+ "72": "zu"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  },
88
  "initializer_range": 0.02,
89
  "intermediate_size": 3072,
 
132
  "my": 41,
133
  "ne": 42,
134
  "nl": 43,
135
+ "no": 44,
136
+ "or": 45,
137
+ "other": 46,
138
+ "pa": 47,
139
+ "pl": 48,
140
+ "ps": 49,
141
+ "pt": 50,
142
+ "ro": 51,
143
+ "ru": 52,
144
+ "rw": 53,
145
+ "si": 54,
146
+ "sk": 55,
147
+ "sl": 56,
148
+ "so": 57,
149
+ "sq": 58,
150
+ "sv": 59,
151
+ "sw": 60,
152
+ "ta": 61,
153
+ "te": 62,
154
+ "th": 63,
155
+ "tl": 64,
156
+ "tr": 65,
157
+ "ug": 66,
158
+ "uk": 67,
159
+ "ur": 68,
160
+ "uz": 69,
161
+ "vi": 70,
162
+ "zh": 71,
163
+ "zu": 72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  },
165
  "layer_norm_eps": 1e-05,
166
  "max_position_embeddings": 514,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16831d16f82636a2db2a9e07a4b15f61e8e497acc089663fa64737c06c45abaa
3
- size 1112530997
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f812ce358d44b721656ea7c0897066c91f1b224df33b34bf308e9d0b23a12a3
3
+ size 1112472501