Update config.json
Browse files- config.json +17 -17
config.json
CHANGED
|
@@ -23,23 +23,23 @@
|
|
| 23 |
"type_vocab_size": 2,
|
| 24 |
"use_cache": true,
|
| 25 |
"vocab_size": 30522,
|
| 26 |
-
"id2label": {
|
| 27 |
-
"0": "
|
| 28 |
-
"1": "
|
| 29 |
-
"2": "
|
| 30 |
-
"3": "
|
| 31 |
-
"4": "
|
| 32 |
-
"5": "
|
| 33 |
-
"6": "
|
| 34 |
},
|
| 35 |
-
"label2id": {
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
|
| 44 |
}
|
|
|
|
| 45 |
}
|
|
|
|
| 23 |
"type_vocab_size": 2,
|
| 24 |
"use_cache": true,
|
| 25 |
"vocab_size": 30522,
|
| 26 |
+
"id2label" : {
|
| 27 |
+
"0": "Classreferences",
|
| 28 |
+
"1": "Collaborators",
|
| 29 |
+
"2": "Example",
|
| 30 |
+
"3": "Intent",
|
| 31 |
+
"4": "Keyimplementationpoints",
|
| 32 |
+
"5": "Keymessages",
|
| 33 |
+
"6": "Responsibilities"
|
| 34 |
},
|
| 35 |
+
"label2id" : {
|
| 36 |
+
"Classreferences": 0,
|
| 37 |
+
"Collaborators": 1,
|
| 38 |
+
"Example": 2,
|
| 39 |
+
"Intent": 3,
|
| 40 |
+
"Keyimplementationpoints": 4,
|
| 41 |
+
"Keymessages": 5,
|
| 42 |
+
"Responsibilities": 6
|
|
|
|
| 43 |
}
|
| 44 |
+
|
| 45 |
}
|