Rocketknight1 HF staff commited on
Commit
5a369cf
1 Parent(s): 9a1d1e6

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -0
tokenizer_config.json CHANGED
@@ -2,6 +2,10 @@
2
  "add_prefix_space": false,
3
  "clean_up_tokenization_spaces": true,
4
  "eos_token": "<|endoftext|>",
 
 
 
 
5
  "model_max_length": 2048,
6
  "tokenizer_class": "PreTrainedTokenizerFast"
7
  }
 
2
  "add_prefix_space": false,
3
  "clean_up_tokenization_spaces": true,
4
  "eos_token": "<|endoftext|>",
5
+ "model_input_names": [
6
+ "input_ids",
7
+ "attention_mask"
8
+ ],
9
  "model_max_length": 2048,
10
  "tokenizer_class": "PreTrainedTokenizerFast"
11
  }