SarahMars commited on
Commit
b90e6ac
1 Parent(s): 620ddc8

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": 512,
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
@@ -76,7 +76,7 @@
76
  "mask_token": "<MASK|LLM-jp>",
77
  "model_max_length": 4096,
78
  "pad_token": "<PAD|LLM-jp>",
79
- "padding_side": "right",
80
  "sep_token": "<SEP|LLM-jp>",
81
  "sp_model_kwargs": {},
82
  "tokenizer_class": "PreTrainedTokenizerFast",
 
76
  "mask_token": "<MASK|LLM-jp>",
77
  "model_max_length": 4096,
78
  "pad_token": "<PAD|LLM-jp>",
79
+ "padding_side": "left",
80
  "sep_token": "<SEP|LLM-jp>",
81
  "sp_model_kwargs": {},
82
  "tokenizer_class": "PreTrainedTokenizerFast",