include 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-base",
|
@@ -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-base",
|
3 |
"architectures": [
|
4 |
+
"LukeForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bert_model_name": "roberta-base",
|
|
|
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:da673eb0629dd709ae947555f1085c5a3285ec5ad0a676e64d3d6551463b781a
|
3 |
+
size 1103475907
|