update config.json to fit with a task in xai
Browse files- config.json +3 -3
config.json
CHANGED
@@ -16,9 +16,9 @@
|
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
},
|
23 |
"layer_norm_eps": 1e-12,
|
24 |
"max_position_embeddings": 512,
|
|
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
+
"\u0633\u064a\u0627\u0633\u0629": 0,
|
20 |
+
"\u0627\u0642\u062a\u0635\u0627\u062f": 1,
|
21 |
+
"\u0635\u062d\u0629": 2
|
22 |
},
|
23 |
"layer_norm_eps": 1e-12,
|
24 |
"max_position_embeddings": 512,
|