Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -11,13 +11,13 @@
|
|
11 |
"hidden_size": 768,
|
12 |
|
13 |
"id2label": {
|
14 |
-
"0": "
|
15 |
-
"1": "
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"label2id": {
|
19 |
-
"
|
20 |
-
"
|
21 |
},
|
22 |
"intermediate_size": 3072,
|
23 |
"layer_norm_eps": 1e-12,
|
|
|
11 |
"hidden_size": 768,
|
12 |
|
13 |
"id2label": {
|
14 |
+
"0": "Prospecting",
|
15 |
+
"1": "Judging"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"label2id": {
|
19 |
+
"Prospecting": 0,
|
20 |
+
"Judging": 1
|
21 |
},
|
22 |
"intermediate_size": 3072,
|
23 |
"layer_norm_eps": 1e-12,
|