Khu1998 commited on
Commit
43ff7d5
1 Parent(s): d078276

config.json: updated labels

Browse files
Files changed (1) hide show
  1. config.json +26 -26
config.json CHANGED
@@ -11,36 +11,36 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": 1,
15
- "1": 2,
16
- "2": 3,
17
- "3": 4,
18
- "4": 5,
19
- "5": 6,
20
- "6": 7,
21
- "7": 8,
22
- "8": 9,
23
- "9": 10,
24
- "10": 11,
25
- "11": 12,
26
- "12": 13
27
  },
28
  "initializer_range": 0.02,
29
  "intermediate_size": 3072,
30
  "label2id": {
31
- "1": 0,
32
- "10": 9,
33
- "11": 10,
34
- "12": 11,
35
- "13": 12,
36
- "2": 1,
37
- "3": 2,
38
- "4": 3,
39
- "5": 4,
40
- "6": 5,
41
- "7": 6,
42
- "8": 7,
43
- "9": 8
44
  },
45
  "layer_norm_eps": 1e-12,
46
  "max_position_embeddings": 512,
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "Class participation",
15
+ "1": "Essay",
16
+ "2": "Final exam",
17
+ "3": "Lab",
18
+ "4": "Class participation",
19
+ "5": "Portfolio",
20
+ "6": "Presentation",
21
+ "7": "Group assignment",
22
+ "8": "Report",
23
+ "9": "Class test",
24
+ "10": "Class participation",
25
+ "11": "?",
26
+ "12": "Assignment"
27
  },
28
  "initializer_range": 0.02,
29
  "intermediate_size": 3072,
30
  "label2id": {
31
+ "Class participation": 0,
32
+ "Class test": 9,
33
+ "Class participation": 10,
34
+ "?": 11,
35
+ "Assignment": 12,
36
+ "Essay": 1,
37
+ "Final exam": 2,
38
+ "Lab": 3,
39
+ "Class participation": 4,
40
+ "Portfolio": 5,
41
+ "Presentation": 6,
42
+ "Group assignment": 7,
43
+ "Report": 8
44
  },
45
  "layer_norm_eps": 1e-12,
46
  "max_position_embeddings": 512,