hf-transformers-bot commited on
Commit
e63d995
·
1 Parent(s): 2b1e751

Update tiny models for MegaForMultipleChoice

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer.json +1 -0
  3. tokenizer_config.json +1 -0
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:171af44ac726949a5a01ecebc44ffde41a4c5206a5567f770f9868d613c1a8b1
3
  size 410781
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2c32258ba3533c5fcf36c08035a62ceafba70dc18255993d1de10715dcc83e9
3
  size 410781
tokenizer.json CHANGED
@@ -82,6 +82,7 @@
82
  "continuing_subword_prefix": "",
83
  "end_of_word_suffix": "",
84
  "fuse_unk": false,
 
85
  "vocab": {
86
  "<s>": 0,
87
  "<pad>": 1,
 
82
  "continuing_subword_prefix": "",
83
  "end_of_word_suffix": "",
84
  "fuse_unk": false,
85
+ "byte_fallback": false,
86
  "vocab": {
87
  "<s>": 0,
88
  "<pad>": 1,
tokenizer_config.json CHANGED
@@ -8,6 +8,7 @@
8
  "rstrip": false,
9
  "single_word": false
10
  },
 
11
  "cls_token": {
12
  "__type": "AddedToken",
13
  "content": "<s>",
 
8
  "rstrip": false,
9
  "single_word": false
10
  },
11
+ "clean_up_tokenization_spaces": true,
12
  "cls_token": {
13
  "__type": "AddedToken",
14
  "content": "<s>",