lvwerra HF Staff commited on
Commit
843f5c4
·
verified ·
1 Parent(s): 6850b6b

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +8 -2
  2. tokenizer_config.json +1 -0
special_tokens_map.json CHANGED
@@ -1,3 +1,9 @@
1
  {
2
- "pad_token": "[PAD]",
3
- }
 
 
 
 
 
 
 
1
  {
2
+ "pad_token": {
3
+ "content": "[PAD]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ }
9
+ }
tokenizer_config.json CHANGED
@@ -43,5 +43,6 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "model_max_length": 1000000000000000019884624838656,
 
46
  "tokenizer_class": "PreTrainedTokenizerFast"
47
  }
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "model_max_length": 1000000000000000019884624838656,
46
+ "pad_token": "[PAD]",
47
  "tokenizer_class": "PreTrainedTokenizerFast"
48
  }