add weights for LM
Browse files- config.json +4 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"bert_model_name": "roberta-large",
|
@@ -22,7 +23,8 @@
|
|
22 |
"output_past": true,
|
23 |
"pad_token_id": 1,
|
24 |
"position_embedding_type": "absolute",
|
25 |
-
"
|
|
|
26 |
"type_vocab_size": 1,
|
27 |
"use_cache": true,
|
28 |
"use_entity_aware_attention": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "studio-ousia/luke-large",
|
3 |
"architectures": [
|
4 |
+
"LukeForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bert_model_name": "roberta-large",
|
|
|
23 |
"output_past": true,
|
24 |
"pad_token_id": 1,
|
25 |
"position_embedding_type": "absolute",
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.15.0",
|
28 |
"type_vocab_size": 1,
|
29 |
"use_cache": true,
|
30 |
"use_entity_aware_attention": true,
|
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:9ea73dbb7e0625e88c646f26230902c3df000e71320139e99b0703e1654f7bcc
|
3 |
+
size 2246566835
|