AtharvaMalvade2
commited on
Commit
•
07158ea
1
Parent(s):
d8061c0
Upload BertForSequenceClassification
Browse files- config.json +57 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dmis-lab/biobert-base-cased-v1.2",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Anatomy [A]",
|
13 |
+
"1": "Organisms [B]",
|
14 |
+
"10": "Information Science [L]",
|
15 |
+
"11": "Named Groups [M]",
|
16 |
+
"12": "Health Care [N]",
|
17 |
+
"13": "Geographicals [Z]",
|
18 |
+
"2": "Diseases [C]",
|
19 |
+
"3": "Chemicals and Drugs [D]",
|
20 |
+
"4": "Analytical, Diagnostic and Therapeutic Techniques, and Equipment [E]",
|
21 |
+
"5": "Psychiatry and Psychology [F]",
|
22 |
+
"6": "Phenomena and Processes [G]",
|
23 |
+
"7": "Disciplines and Occupations [H]",
|
24 |
+
"8": "Anthropology, Education, Sociology, and Social Phenomena [I]",
|
25 |
+
"9": "Technology, Industry, and Agriculture [J]"
|
26 |
+
},
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 3072,
|
29 |
+
"label2id": {
|
30 |
+
"Analytical, Diagnostic and Therapeutic Techniques, and Equipment [E]": 4,
|
31 |
+
"Anatomy [A]": 0,
|
32 |
+
"Anthropology, Education, Sociology, and Social Phenomena [I]": 8,
|
33 |
+
"Chemicals and Drugs [D]": 3,
|
34 |
+
"Disciplines and Occupations [H]": 7,
|
35 |
+
"Diseases [C]": 2,
|
36 |
+
"Geographicals [Z]": 13,
|
37 |
+
"Health Care [N]": 12,
|
38 |
+
"Information Science [L]": 10,
|
39 |
+
"Named Groups [M]": 11,
|
40 |
+
"Organisms [B]": 1,
|
41 |
+
"Phenomena and Processes [G]": 6,
|
42 |
+
"Psychiatry and Psychology [F]": 5,
|
43 |
+
"Technology, Industry, and Agriculture [J]": 9
|
44 |
+
},
|
45 |
+
"layer_norm_eps": 1e-12,
|
46 |
+
"max_position_embeddings": 512,
|
47 |
+
"model_type": "bert",
|
48 |
+
"num_attention_heads": 12,
|
49 |
+
"num_hidden_layers": 12,
|
50 |
+
"pad_token_id": 0,
|
51 |
+
"position_embedding_type": "absolute",
|
52 |
+
"torch_dtype": "float32",
|
53 |
+
"transformers_version": "4.24.0",
|
54 |
+
"type_vocab_size": 2,
|
55 |
+
"use_cache": true,
|
56 |
+
"vocab_size": 28996
|
57 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40f827163e0bd938abe9af3252dbb0000f240791421a80731a3a112d23442486
|
3 |
+
size 433356917
|