Simran KC commited on
Commit
294acf7
·
1 Parent(s): 0443d57

Add id to label mapping

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -11,11 +11,11 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "LABEL_0",
15
- "1": "LABEL_1",
16
- "2": "LABEL_2",
17
- "3": "LABEL_3",
18
- "4": "LABEL_4"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "Astrophysics",
15
+ "1": "Biological and Physical Sciences",
16
+ "2": "Earth Science",
17
+ "3": "Heliophysics",
18
+ "4": "Planetary Science"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,