bobbyw commited on
Commit
65d0fc0
·
verified ·
1 Parent(s): d35f09d

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -5
tokenizer_config.json CHANGED
@@ -2053,7 +2053,6 @@
2053
  "bos_token": "<|begin_of_text|>",
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|end_of_text|>",
2056
- "max_length": 12288,
2057
  "model_input_names": [
2058
  "input_ids",
2059
  "attention_mask"
@@ -2061,8 +2060,5 @@
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|end_of_text|>",
2063
  "padding_side": "left",
2064
- "stride": 0,
2065
- "tokenizer_class": "PreTrainedTokenizerFast",
2066
- "truncation_side": "right",
2067
- "truncation_strategy": "longest_first"
2068
  }
 
2053
  "bos_token": "<|begin_of_text|>",
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|end_of_text|>",
 
2056
  "model_input_names": [
2057
  "input_ids",
2058
  "attention_mask"
 
2060
  "model_max_length": 131072,
2061
  "pad_token": "<|end_of_text|>",
2062
  "padding_side": "left",
2063
+ "tokenizer_class": "PreTrainedTokenizerFast"
 
 
 
2064
  }