Update config.json to fix labels
Browse files- config.json +7 -7
config.json
CHANGED
|
@@ -21,13 +21,13 @@
|
|
| 21 |
"initializer_range": 0.02,
|
| 22 |
"intermediate_size": 3072,
|
| 23 |
"label2id": {
|
| 24 |
-
"DICTIONARY_SEARCH":
|
| 25 |
-
"LOCAL_BUSINESS_SEARCH":
|
| 26 |
-
"MOVIE_SEARCH":
|
| 27 |
-
"PRODUCT_SEARCH":
|
| 28 |
-
"RECIPE_SEARCH":
|
| 29 |
-
"TIMEZONE_INFO":
|
| 30 |
-
"WEATHER_INFO":
|
| 31 |
},
|
| 32 |
"layer_norm_eps": 1e-12,
|
| 33 |
"max_position_embeddings": 512,
|
|
|
|
| 21 |
"initializer_range": 0.02,
|
| 22 |
"intermediate_size": 3072,
|
| 23 |
"label2id": {
|
| 24 |
+
"DICTIONARY_SEARCH": 0,
|
| 25 |
+
"LOCAL_BUSINESS_SEARCH": 1,
|
| 26 |
+
"MOVIE_SEARCH": 2,
|
| 27 |
+
"PRODUCT_SEARCH": 3,
|
| 28 |
+
"RECIPE_SEARCH": 4,
|
| 29 |
+
"TIMEZONE_INFO": 5,
|
| 30 |
+
"WEATHER_INFO": 6
|
| 31 |
},
|
| 32 |
"layer_norm_eps": 1e-12,
|
| 33 |
"max_position_embeddings": 512,
|