zrowt commited on
Commit
7dbfb75
1 Parent(s): d849096

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. tokenizer.json +1 -6
  2. tokenizer_config.json +1 -1
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 2048,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -2058,6 +2058,6 @@
2058
  ],
2059
  "model_max_length": 8192,
2060
  "pad_token": "<|reserved_special_token_250|>",
2061
- "padding_side": "left",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }
 
2058
  ],
2059
  "model_max_length": 8192,
2060
  "pad_token": "<|reserved_special_token_250|>",
2061
+ "padding_side": "right",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }