Upload BioLinkBERTForClassification
Browse files- config.json +6 -6
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "michiyasunaga/BioLinkBERT-
|
3 |
"architectures": [
|
4 |
"BioLinkBERTForClassification"
|
5 |
],
|
@@ -7,8 +7,8 @@
|
|
7 |
"classifier_dropout": null,
|
8 |
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
-
"hidden_dropout_prob": 0.
|
11 |
-
"hidden_size":
|
12 |
"id2label": {
|
13 |
"0": "403",
|
14 |
"1": "486",
|
@@ -1275,7 +1275,7 @@
|
|
1275 |
"1262": "915"
|
1276 |
},
|
1277 |
"initializer_range": 0.02,
|
1278 |
-
"intermediate_size":
|
1279 |
"label2id": {
|
1280 |
"003": 1149,
|
1281 |
"004": 847,
|
@@ -2544,8 +2544,8 @@
|
|
2544 |
"layer_norm_eps": 1e-12,
|
2545 |
"max_position_embeddings": 512,
|
2546 |
"model_type": "bert",
|
2547 |
-
"num_attention_heads":
|
2548 |
-
"num_hidden_layers":
|
2549 |
"pad_token_id": 0,
|
2550 |
"position_embedding_type": "absolute",
|
2551 |
"torch_dtype": "float32",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "michiyasunaga/BioLinkBERT-large",
|
3 |
"architectures": [
|
4 |
"BioLinkBERTForClassification"
|
5 |
],
|
|
|
7 |
"classifier_dropout": null,
|
8 |
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 1024,
|
12 |
"id2label": {
|
13 |
"0": "403",
|
14 |
"1": "486",
|
|
|
1275 |
"1262": "915"
|
1276 |
},
|
1277 |
"initializer_range": 0.02,
|
1278 |
+
"intermediate_size": 4096,
|
1279 |
"label2id": {
|
1280 |
"003": 1149,
|
1281 |
"004": 847,
|
|
|
2544 |
"layer_norm_eps": 1e-12,
|
2545 |
"max_position_embeddings": 512,
|
2546 |
"model_type": "bert",
|
2547 |
+
"num_attention_heads": 16,
|
2548 |
+
"num_hidden_layers": 24,
|
2549 |
"pad_token_id": 0,
|
2550 |
"position_embedding_type": "absolute",
|
2551 |
"torch_dtype": "float32",
|
model.safetensors
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:e03516e55f122bdb744b45ff1f1f086dcbad08b5125c5227918a8239c74b1e0a
|
3 |
+
size 1343327268
|