owaiskha9654
commited on
Commit
•
4522100
1
Parent(s):
307c02a
add model
Browse files- config.json +29 -29
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -10,38 +10,38 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
},
|
28 |
"initializer_range": 0.02,
|
29 |
"intermediate_size": 3072,
|
30 |
"label2id": {
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abb83354a0191de6359c4e6b269353c2048348bee87547e7e5d384bb02e06b54
|
3 |
+
size 438040173
|