Thomas Lemberger
commited on
Commit
·
bfd2fa2
1
Parent(s):
fe92f13
new model
Browse files- config.json +5 -1
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"RobertaForTokenClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
|
|
8 |
"eos_token_id": 2,
|
9 |
"gradient_checkpointing": false,
|
10 |
"hidden_act": "gelu",
|
@@ -19,6 +20,9 @@
|
|
19 |
"num_hidden_layers": 12,
|
20 |
"pad_token_id": 1,
|
21 |
"position_embedding_type": "absolute",
|
|
|
|
|
22 |
"type_vocab_size": 1,
|
|
|
23 |
"vocab_size": 50265
|
24 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "EMBO/bio-lm",
|
3 |
"architectures": [
|
4 |
"RobertaForTokenClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
"eos_token_id": 2,
|
10 |
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
|
|
20 |
"num_hidden_layers": 12,
|
21 |
"pad_token_id": 1,
|
22 |
"position_embedding_type": "absolute",
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.15.0",
|
25 |
"type_vocab_size": 1,
|
26 |
+
"use_cache": true,
|
27 |
"vocab_size": 50265
|
28 |
}
|
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:70b610bdfe678e74736c398d117642f66bba18e857a45b3551141ac16b39bc23
|
3 |
+
size 496311025
|
training_args.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:2280d1754fe09f3f546bd156a40d47620bd4f0446435eb2e8b5c3429ee0b2406
|
3 |
+
size 3055
|