add model
Browse files- config.json +4 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "roberta-large",
|
3 |
"architectures": [
|
4 |
"RobertaModel"
|
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",
|
@@ -24,7 +25,8 @@
|
|
24 |
"template": "I wasn\u2019t aware of this relationship, but I just read in the encyclopedia that <subj> is the <mask> of <obj>",
|
25 |
"template_mode": "manual"
|
26 |
},
|
27 |
-
"
|
|
|
28 |
"type_vocab_size": 1,
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 50265
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "relbert_output/models/d.nce_logout.average.roberta-large.0.000005.8.0.05.640/best_model",
|
3 |
"architectures": [
|
4 |
"RobertaModel"
|
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",
|
|
|
25 |
"template": "I wasn\u2019t aware of this relationship, but I just read in the encyclopedia that <subj> is the <mask> of <obj>",
|
26 |
"template_mode": "manual"
|
27 |
},
|
28 |
+
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.20.1",
|
30 |
"type_vocab_size": 1,
|
31 |
"use_cache": true,
|
32 |
"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:91e4b567259d9fdaa8b8a2f01bacf34b837eae0b7edcd1a7ba619d883492e457
|
3 |
+
size 1421566897
|