Thomas Lemberger
commited on
Commit
·
c96136c
1
Parent(s):
848b96f
new models
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",
|
|
@@ -53,6 +54,9 @@
|
|
| 53 |
"num_hidden_layers": 12,
|
| 54 |
"pad_token_id": 1,
|
| 55 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
| 56 |
"type_vocab_size": 1,
|
|
|
|
| 57 |
"vocab_size": 50265
|
| 58 |
}
|
|
|
|
| 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",
|
|
|
|
| 54 |
"num_hidden_layers": 12,
|
| 55 |
"pad_token_id": 1,
|
| 56 |
"position_embedding_type": "absolute",
|
| 57 |
+
"torch_dtype": "float32",
|
| 58 |
+
"transformers_version": "4.15.0",
|
| 59 |
"type_vocab_size": 1,
|
| 60 |
+
"use_cache": true,
|
| 61 |
"vocab_size": 50265
|
| 62 |
}
|
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:009f7094e7eba2203b3c3dd3a5f5802bf1593d7e4680934eb55fc5ff8d5371f4
|
| 3 |
+
size 496350961
|
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:47800dd08f2ad75f04ac160678e7dffb31b4e03c21fca86a6a9d03cd1764f6cb
|
| 3 |
+
size 3055
|