owaiskha9654 commited on
Commit
4522100
1 Parent(s): 307c02a
Files changed (2) hide show
  1. config.json +29 -29
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -10,38 +10,38 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3",
17
- "4": "LABEL_4",
18
- "5": "LABEL_5",
19
- "6": "LABEL_6",
20
- "7": "LABEL_7",
21
- "8": "LABEL_8",
22
- "9": "LABEL_9",
23
- "10": "LABEL_10",
24
- "11": "LABEL_11",
25
- "12": "LABEL_12",
26
- "13": "LABEL_13"
27
  },
28
  "initializer_range": 0.02,
29
  "intermediate_size": 3072,
30
  "label2id": {
31
- "LABEL_0": 0,
32
- "LABEL_1": 1,
33
- "LABEL_10": 10,
34
- "LABEL_11": 11,
35
- "LABEL_12": 12,
36
- "LABEL_13": 13,
37
- "LABEL_2": 2,
38
- "LABEL_3": 3,
39
- "LABEL_4": 4,
40
- "LABEL_5": 5,
41
- "LABEL_6": 6,
42
- "LABEL_7": 7,
43
- "LABEL_8": 8,
44
- "LABEL_9": 9
45
  },
46
  "layer_norm_eps": 1e-12,
47
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "owaiskha9654/Multi-Label-Classification-of-PubMed-Articles",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "Anatomy [A]",
14
+ "1": "Organisms [B]",
15
+ "10": "Information Science [L]",
16
+ "11": "Named Groups [M]",
17
+ "12": "Health Care [N]",
18
+ "13": "Geographicals [Z]",
19
+ "2": "Diseases [C]",
20
+ "3": "Chemicals and Drugs [D]",
21
+ "4": "Analytical, Diagnostic and Therapeutic Techniques, and Equipment [E]",
22
+ "5": "Psychiatry and Psychology [F]",
23
+ "6": "Phenomena and Processes [G]",
24
+ "7": "Disciplines and Occupations [H]",
25
+ "8": "Anthropology, Education, Sociology, and Social Phenomena [I]",
26
+ "9": "Technology, Industry, and Agriculture [J]"
27
  },
28
  "initializer_range": 0.02,
29
  "intermediate_size": 3072,
30
  "label2id": {
31
+ "Analytical, Diagnostic and Therapeutic Techniques, and Equipment [E]": 4,
32
+ "Anatomy [A]": 0,
33
+ "Anthropology, Education, Sociology, and Social Phenomena [I]": 8,
34
+ "Chemicals and Drugs [D]": 3,
35
+ "Disciplines and Occupations [H]": 7,
36
+ "Diseases [C]": 2,
37
+ "Geographicals [Z]": 13,
38
+ "Health Care [N]": 12,
39
+ "Information Science [L]": 10,
40
+ "Named Groups [M]": 11,
41
+ "Organisms [B]": 1,
42
+ "Phenomena and Processes [G]": 6,
43
+ "Psychiatry and Psychology [F]": 5,
44
+ "Technology, Industry, and Agriculture [J]": 9
45
  },
46
  "layer_norm_eps": 1e-12,
47
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e001993bd7013d81ca08ba5a6c87a0b847b6f38fbf1cbc64d3ce818e8527309
3
- size 438042989
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abb83354a0191de6359c4e6b269353c2048348bee87547e7e5d384bb02e06b54
3
+ size 438040173