elozano commited on
Commit
fbdaa11
1 Parent(s): dcc3965

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -14
config.json CHANGED
@@ -10,24 +10,24 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "automobile",
14
- "1": "entertainment",
15
- "2": "politics",
16
- "3": "science",
17
- "4": "sports",
18
- "5": "technology",
19
- "6": "world"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
- "automobile": 0,
25
- "entertainment": 1,
26
- "politics": 2,
27
- "science": 3,
28
- "sports": 4,
29
- "technology": 5,
30
- "world": 6
31
  },
32
  "layer_norm_eps": 1e-12,
33
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "Automobile",
14
+ "1": "Entertainment",
15
+ "2": "Politics",
16
+ "3": "Science",
17
+ "4": "Sports",
18
+ "5": "Technology",
19
+ "6": "World"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
+ "Automobile": 0,
25
+ "Entertainment": 1,
26
+ "Politics": 2,
27
+ "Science": 3,
28
+ "Sports": 4,
29
+ "Technology": 5,
30
+ "World": 6
31
  },
32
  "layer_norm_eps": 1e-12,
33
  "max_position_embeddings": 512,