Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
|
@@ -24,8 +24,8 @@
|
|
| 24 |
"use_cache": true,
|
| 25 |
"vocab_size": 30522,
|
| 26 |
"id2label": {
|
| 27 |
-
"0": "
|
| 28 |
-
"1": "
|
| 29 |
"10": "Information Science [L]",
|
| 30 |
"11": "Named Groups [M]",
|
| 31 |
"12": "Health Care [N]",
|
|
@@ -41,7 +41,7 @@
|
|
| 41 |
},
|
| 42 |
"label2id": {
|
| 43 |
"Analytical, Diagnostic and Therapeutic Techniques, and Equipment [E]": 4,
|
| 44 |
-
"
|
| 45 |
"Anthropology, Education, Sociology, and Social Phenomena [I]": 8,
|
| 46 |
"Chemicals and Drugs [D]": 3,
|
| 47 |
"Disciplines and Occupations [H]": 7,
|
|
@@ -50,7 +50,7 @@
|
|
| 50 |
"Health Care [N]": 12,
|
| 51 |
"Information Science [L]": 10,
|
| 52 |
"Named Groups [M]": 11,
|
| 53 |
-
"
|
| 54 |
"Phenomena and Processes [G]": 6,
|
| 55 |
"Psychiatry and Psychology [F]": 5,
|
| 56 |
"Technology, Industry, and Agriculture [J]": 9
|
|
|
|
| 24 |
"use_cache": true,
|
| 25 |
"vocab_size": 30522,
|
| 26 |
"id2label": {
|
| 27 |
+
"0": "LABEL_0",
|
| 28 |
+
"1": "LABEL_1",
|
| 29 |
"10": "Information Science [L]",
|
| 30 |
"11": "Named Groups [M]",
|
| 31 |
"12": "Health Care [N]",
|
|
|
|
| 41 |
},
|
| 42 |
"label2id": {
|
| 43 |
"Analytical, Diagnostic and Therapeutic Techniques, and Equipment [E]": 4,
|
| 44 |
+
"LABEL_0": 0,
|
| 45 |
"Anthropology, Education, Sociology, and Social Phenomena [I]": 8,
|
| 46 |
"Chemicals and Drugs [D]": 3,
|
| 47 |
"Disciplines and Occupations [H]": 7,
|
|
|
|
| 50 |
"Health Care [N]": 12,
|
| 51 |
"Information Science [L]": 10,
|
| 52 |
"Named Groups [M]": 11,
|
| 53 |
+
"LABEL_1": 1,
|
| 54 |
"Phenomena and Processes [G]": 6,
|
| 55 |
"Psychiatry and Psychology [F]": 5,
|
| 56 |
"Technology, Industry, and Agriculture [J]": 9
|