moneco commited on
Commit
acede8d
·
verified ·
1 Parent(s): 21e80e4

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. tokenizer.json +2 -2
  2. tokenizer_config.json +1 -1
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:831d4437a9079b11134730535fb0c9ed4a597145dc9a22dedccda0eae0399abe
3
- size 17210956
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97259a2ef98adbd9197e93d7931212a327b6b0a496e1308e287d8766d90866ff
3
+ size 17210857
tokenizer_config.json CHANGED
@@ -2098,6 +2098,6 @@
2098
  ],
2099
  "model_max_length": 131072,
2100
  "pad_token": "<|finetune_right_pad_id|>",
2101
- "padding_side": "right",
2102
  "tokenizer_class": "PreTrainedTokenizerFast"
2103
  }
 
2098
  ],
2099
  "model_max_length": 131072,
2100
  "pad_token": "<|finetune_right_pad_id|>",
2101
+ "padding_side": "left",
2102
  "tokenizer_class": "PreTrainedTokenizerFast"
2103
  }