AnmolSharma21 commited on
Commit
d25342e
·
1 Parent(s): 76ace0f
Files changed (1) hide show
  1. tokenizer_config.json +3 -6
tokenizer_config.json CHANGED
@@ -4,11 +4,8 @@
4
  "clean_up_tokenization_spaces": true,
5
  "eos_token": "<|eot_id|>",
6
  "is_local": false,
7
- "model_input_names": [
8
- "input_ids",
9
- "attention_mask"
10
- ],
11
  "model_max_length": 131072,
12
  "pad_token": "<|end_of_text|>",
13
- "tokenizer_class": "TokenizersBackend"
14
- }
 
4
  "clean_up_tokenization_spaces": true,
5
  "eos_token": "<|eot_id|>",
6
  "is_local": false,
7
+ "model_input_names": ["input_ids", "attention_mask"],
 
 
 
8
  "model_max_length": 131072,
9
  "pad_token": "<|end_of_text|>",
10
+ "tokenizer_class": "PreTrainedTokenizerFast"
11
+ }