KoichiYasuoka
commited on
Commit
·
052598d
1
Parent(s):
cf7a2f2
model improved
Browse files- config.json +6 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -18,9 +18,12 @@
|
|
18 |
"pooler_dropout": 0,
|
19 |
"pooler_hidden_act": "gelu",
|
20 |
"pooler_hidden_size": 768,
|
21 |
-
"pos_att_type":
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
24 |
"tokenizer_class": "BertTokenizerFast",
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.22.1",
|
|
|
18 |
"pooler_dropout": 0,
|
19 |
"pooler_hidden_act": "gelu",
|
20 |
"pooler_hidden_size": 768,
|
21 |
+
"pos_att_type": [
|
22 |
+
"p2c",
|
23 |
+
"c2p"
|
24 |
+
],
|
25 |
+
"position_biased_input": false,
|
26 |
+
"relative_attention": true,
|
27 |
"tokenizer_class": "BertTokenizerFast",
|
28 |
"torch_dtype": "float32",
|
29 |
"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:1375aee8f801821a0fc6af2744d7d3d4d259293cfdbc89e8012f050b1e976f5c
|
3 |
+
size 484286797
|