rehmatsg commited on
Commit
03f01c0
·
verified ·
1 Parent(s): c3e9ee0

Update config.json to fix labels

Browse files
Files changed (1) hide show
  1. 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": "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,
 
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,