desothier2 commited on
Commit
d6aab09
·
verified ·
1 Parent(s): 3d7d434

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -2060,9 +2060,9 @@
2060
  "legacy": true,
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
- "padding_side": "left",
2064
  "sp_model_kwargs": {},
2065
- "tokenizer_class": "LlamaTokenizer",
2066
  "unk_token": null,
2067
  "use_default_system_prompt": false
2068
  }
 
2060
  "legacy": true,
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
+ "padding_side": "right",
2064
  "sp_model_kwargs": {},
2065
+ "tokenizer_class": "LlamaTokenizerFast",
2066
  "unk_token": null,
2067
  "use_default_system_prompt": false
2068
  }