ZarahShibli commited on
Commit
1f31544
·
verified ·
1 Parent(s): 678d1ae

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +33 -1
config.json CHANGED
@@ -22,5 +22,37 @@
22
  "transformers_version": "4.36.0",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
- "vocab_size": 30522
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
 
22
  "transformers_version": "4.36.0",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
+ "vocab_size": 30522,
26
+ "id2label": {
27
+ "0": "Anatomy [A]",
28
+ "1": "Organisms [B]",
29
+ "10": "Information Science [L]",
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
+ "Anatomy [A]": 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
+ "Organisms [B]": 1,
54
+ "Phenomena and Processes [G]": 6,
55
+ "Psychiatry and Psychology [F]": 5,
56
+ "Technology, Industry, and Agriculture [J]": 9
57
+ }
58
  }