mimba commited on
Commit
4afe0b6
·
verified ·
1 Parent(s): b0a30a5

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +8 -0
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "PreTrainedTokenizerFast",
3
+ "model_max_length": 1000,
4
+ "pad_token": " ",
5
+ "pad_token_id": 0,
6
+ "unk_token": "́",
7
+ "unk_token_id": 119
8
+ }