Kagermanov commited on
Commit
67f0d5d
1 Parent(s): 87e43f0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +22 -22
config.json CHANGED
@@ -9,32 +9,32 @@
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9",
22
- "10": "LABEL_10"
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 3072,
26
  "label2id": {
27
- "LABEL_0": 0,
28
- "LABEL_1": 1,
29
- "LABEL_10": 10,
30
- "LABEL_2": 2,
31
- "LABEL_3": 3,
32
- "LABEL_4": 4,
33
- "LABEL_5": 5,
34
- "LABEL_6": 6,
35
- "LABEL_7": 7,
36
- "LABEL_8": 8,
37
- "LABEL_9": 9
38
  },
39
  "layer_norm_eps": 1e-12,
40
  "max_position_embeddings": 512,
 
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "rating",
13
+ "1": "type",
14
+ "2": "years in business",
15
+ "3": "service options",
16
+ "4": "hours",
17
+ "5": "reviews",
18
+ "6": "address",
19
+ "7": "description",
20
+ "8": "price",
21
+ "9": "button text",
22
+ "10": "phone"
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 3072,
26
  "label2id": {
27
+ "rating": 0,
28
+ "type": 1,
29
+ "years in business": 2,
30
+ "service options": 3,
31
+ "hours": 4,
32
+ "reviews": 5,
33
+ "address": 6,
34
+ "description": 7,
35
+ "price": 8,
36
+ "button text": 9,
37
+ "phone": 10
38
  },
39
  "layer_norm_eps": 1e-12,
40
  "max_position_embeddings": 512,