KoichiYasuoka
commited on
Commit
Β·
a73f027
1
Parent(s):
bf5a102
model improved
Browse files- config.json +6 -3
- pytorch_model.bin +2 -2
- training_args.bin +0 -3
config.json
CHANGED
@@ -633,9 +633,12 @@
|
|
633 |
"pooler_dropout": 0,
|
634 |
"pooler_hidden_act": "gelu",
|
635 |
"pooler_hidden_size": 768,
|
636 |
-
"pos_att_type":
|
637 |
-
|
638 |
-
|
|
|
|
|
|
|
639 |
"tokenizer_class": "BertTokenizerFast",
|
640 |
"torch_dtype": "float32",
|
641 |
"transformers_version": "4.22.1",
|
|
|
633 |
"pooler_dropout": 0,
|
634 |
"pooler_hidden_act": "gelu",
|
635 |
"pooler_hidden_size": 768,
|
636 |
+
"pos_att_type": [
|
637 |
+
"p2c",
|
638 |
+
"c2p"
|
639 |
+
],
|
640 |
+
"position_biased_input": false,
|
641 |
+
"relative_attention": true,
|
642 |
"tokenizer_class": "BertTokenizerFast",
|
643 |
"torch_dtype": "float32",
|
644 |
"transformers_version": "4.22.1",
|
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:1bbe66a460b00b9c0372b1537b0ef7eef29ed1b0d28a0a2b16a3b8da2729d087
|
3 |
+
size 482746259
|
training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ac0f8d31ec72d2827f2b886d25741ee95c1c2e46a8bd40dcf2750da715743407
|
3 |
-
size 3311
|
|
|
|
|
|
|
|