cointegrated commited on
Commit
1604554
1 Parent(s): 66314fb

Upload tokenizer

Browse files
special_tokens_map.json CHANGED
@@ -1 +1,3 @@
1
- {}
 
 
 
1
+ {
2
+ "pad_token": "<pad>"
3
+ }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af92423c95b2c6089fc2285a4c02b0cb83f10bffbf7f3f151214b6c51a1c77bb
3
- size 17330965
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aed3564ca375759e44a4dc9c6c4b772c36a277f95f424f3c79dccb5a0906c73a
3
+ size 17331449
tokenizer_config.json CHANGED
@@ -1659,5 +1659,6 @@
1659
  },
1660
  "clean_up_tokenization_spaces": true,
1661
  "model_max_length": 1000000000000000019884624838656,
 
1662
  "tokenizer_class": "PreTrainedTokenizerFast"
1663
  }
 
1659
  },
1660
  "clean_up_tokenization_spaces": true,
1661
  "model_max_length": 1000000000000000019884624838656,
1662
+ "pad_token": "<pad>",
1663
  "tokenizer_class": "PreTrainedTokenizerFast"
1664
  }