KoichiYasuoka commited on
Commit
052598d
·
1 Parent(s): cf7a2f2

model improved

Browse files
Files changed (2) hide show
  1. config.json +6 -3
  2. 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": null,
22
- "position_biased_input": true,
23
- "relative_attention": false,
 
 
 
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:e62658c30ba60e956f8958c6c44bddc57db9dbf85b38235f040e38afbb711f47
3
- size 426001005
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1375aee8f801821a0fc6af2744d7d3d4d259293cfdbc89e8012f050b1e976f5c
3
+ size 484286797