add model
Browse files- config.json +8 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"architectures": [
|
4 |
"RobertaForTokenClassification"
|
5 |
],
|
@@ -416,7 +422,7 @@
|
|
416 |
"pad_token_id": 1,
|
417 |
"position_embedding_type": "absolute",
|
418 |
"torch_dtype": "float32",
|
419 |
-
"transformers_version": "4.
|
420 |
"type_vocab_size": 1,
|
421 |
"use_cache": true,
|
422 |
"vocab_size": 50265
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "roberta-large-bionlp2004",
|
3 |
+
"adapters": {
|
4 |
+
"adapters": {},
|
5 |
+
"config_map": {},
|
6 |
+
"fusion_config_map": {},
|
7 |
+
"fusions": {}
|
8 |
+
},
|
9 |
"architectures": [
|
10 |
"RobertaForTokenClassification"
|
11 |
],
|
|
|
422 |
"pad_token_id": 1,
|
423 |
"position_embedding_type": "absolute",
|
424 |
"torch_dtype": "float32",
|
425 |
+
"transformers_version": "4.11.3",
|
426 |
"type_vocab_size": 1,
|
427 |
"use_cache": true,
|
428 |
"vocab_size": 50265
|
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:802acb90d2d1d1bcc7caf6e595c694369ac7b00dce206b522778ddc2d39d5a4c
|
3 |
+
size 1417456241
|