muverqqw commited on
Commit
e0ca692
·
1 Parent(s): 29760ed

Finished 2000 Steps

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json CHANGED
@@ -77,8 +77,15 @@
77
  "clean_up_tokenization_spaces": true,
78
  "eos_token": "<EOS>",
79
  "extra_special_tokens": {},
 
80
  "model_max_length": 1000000000000000019884624838656,
 
81
  "pad_token": "<PAD>",
 
 
 
82
  "tokenizer_class": "PreTrainedTokenizerFast",
 
 
83
  "unk_token": "<UNK>"
84
  }
 
77
  "clean_up_tokenization_spaces": true,
78
  "eos_token": "<EOS>",
79
  "extra_special_tokens": {},
80
+ "max_length": 2048,
81
  "model_max_length": 1000000000000000019884624838656,
82
+ "pad_to_multiple_of": null,
83
  "pad_token": "<PAD>",
84
+ "pad_token_type_id": 0,
85
+ "padding_side": "right",
86
+ "stride": 0,
87
  "tokenizer_class": "PreTrainedTokenizerFast",
88
+ "truncation_side": "right",
89
+ "truncation_strategy": "longest_first",
90
  "unk_token": "<UNK>"
91
  }