New model
Browse files- config.json +3 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -4,8 +4,10 @@
|
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"bert_model_name": "roberta-large",
|
|
|
7 |
"entity_emb_size": 256,
|
8 |
"entity_vocab_size": 500000,
|
|
|
9 |
"gradient_checkpointing": false,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
@@ -18,7 +20,7 @@
|
|
18 |
"num_attention_heads": 16,
|
19 |
"num_hidden_layers": 24,
|
20 |
"output_past": true,
|
21 |
-
"pad_token_id":
|
22 |
"position_embedding_type": "absolute",
|
23 |
"transformers_version": "4.4.0.dev0",
|
24 |
"type_vocab_size": 1,
|
|
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"bert_model_name": "roberta-large",
|
7 |
+
"bos_token_id": 0,
|
8 |
"entity_emb_size": 256,
|
9 |
"entity_vocab_size": 500000,
|
10 |
+
"eos_token_id": 2,
|
11 |
"gradient_checkpointing": false,
|
12 |
"hidden_act": "gelu",
|
13 |
"hidden_dropout_prob": 0.1,
|
|
|
20 |
"num_attention_heads": 16,
|
21 |
"num_hidden_layers": 24,
|
22 |
"output_past": true,
|
23 |
+
"pad_token_id": 1,
|
24 |
"position_embedding_type": "absolute",
|
25 |
"transformers_version": "4.4.0.dev0",
|
26 |
"type_vocab_size": 1,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2239114911
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cbf22221540500d0af4402390cbd481334e1e34246d9fe07b03d90ef5d3d18a
|
3 |
size 2239114911
|