owaiskha9654
commited on
Commit
•
a5ae6e5
1
Parent(s):
5d94690
add model
Browse files- config.json +2 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
-
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
@@ -54,5 +53,5 @@
|
|
54 |
"transformers_version": "4.18.0",
|
55 |
"type_vocab_size": 2,
|
56 |
"use_cache": true,
|
57 |
-
"vocab_size":
|
58 |
}
|
|
|
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,
|
|
|
53 |
"transformers_version": "4.18.0",
|
54 |
"type_vocab_size": 2,
|
55 |
"use_cache": true,
|
56 |
+
"vocab_size": 28996
|
57 |
}
|
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:2859ff915b511f137665619835bfd548faabc855ae2f7a389b1134865249efef
|
3 |
+
size 433355117
|