Update config.json
Browse files- config.json +3 -25
config.json
CHANGED
|
@@ -23,36 +23,14 @@
|
|
| 23 |
"type_vocab_size": 2,
|
| 24 |
"use_cache": true,
|
| 25 |
"vocab_size": 30522,
|
| 26 |
-
|
| 27 |
"0": "LABEL_0",
|
| 28 |
"1": "LABEL_1",
|
| 29 |
-
"
|
| 30 |
-
"11": "Named Groups [M]",
|
| 31 |
-
"12": "Health Care [N]",
|
| 32 |
-
"13": "Geographicals [Z]",
|
| 33 |
-
"2": "Diseases [C]",
|
| 34 |
-
"3": "Chemicals and Drugs [D]",
|
| 35 |
-
"4": "Analytical, Diagnostic and Therapeutic Techniques, and Equipment [E]",
|
| 36 |
-
"5": "Psychiatry and Psychology [F]",
|
| 37 |
-
"6": "Phenomena and Processes [G]",
|
| 38 |
-
"7": "Disciplines and Occupations [H]",
|
| 39 |
-
"8": "Anthropology, Education, Sociology, and Social Phenomena [I]",
|
| 40 |
-
"9": "Technology, Industry, and Agriculture [J]"
|
| 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,
|
| 48 |
-
"Diseases [C]": 2,
|
| 49 |
-
"Geographicals [Z]": 13,
|
| 50 |
-
"Health Care [N]": 12,
|
| 51 |
-
"Information Science [L]": 10,
|
| 52 |
-
"Named Groups [M]": 11,
|
| 53 |
"LABEL_1": 1,
|
| 54 |
-
"
|
| 55 |
-
"Psychiatry and Psychology [F]": 5,
|
| 56 |
-
"Technology, Industry, and Agriculture [J]": 9
|
| 57 |
}
|
| 58 |
}
|
|
|
|
| 23 |
"type_vocab_size": 2,
|
| 24 |
"use_cache": true,
|
| 25 |
"vocab_size": 30522,
|
| 26 |
+
"id2label": {
|
| 27 |
"0": "LABEL_0",
|
| 28 |
"1": "LABEL_1",
|
| 29 |
+
"2": "LABEL_2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
},
|
| 31 |
"label2id": {
|
|
|
|
| 32 |
"LABEL_0": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
"LABEL_1": 1,
|
| 34 |
+
"LABEL_2": 2
|
|
|
|
|
|
|
| 35 |
}
|
| 36 |
}
|