config.json: updated labels
Browse files- 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":
|
| 15 |
-
"1":
|
| 16 |
-
"2":
|
| 17 |
-
"3":
|
| 18 |
-
"4":
|
| 19 |
-
"5":
|
| 20 |
-
"6":
|
| 21 |
-
"7":
|
| 22 |
-
"8":
|
| 23 |
-
"9":
|
| 24 |
-
"10":
|
| 25 |
-
"11":
|
| 26 |
-
"12":
|
| 27 |
},
|
| 28 |
"initializer_range": 0.02,
|
| 29 |
"intermediate_size": 3072,
|
| 30 |
"label2id": {
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 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,
|