abhinavkulkarni commited on
Commit
18ef2ec
1 Parent(s): 9e0ab8b

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -4
tokenizer_config.json CHANGED
@@ -2,10 +2,6 @@
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
  }
 
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
  }