linsonfas commited on
Commit
8ba1217
·
verified ·
1 Parent(s): 3733fc2

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:ffd5718e37227303a408c365b2546e6eb360dc49a503b89b77a0843bb8bdf9a8
3
- size 17210339
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c3afeff06e2c7a3ae5ce07d14157f2b014ef8d52c6ce107dfcc89677c9c6976
3
+ size 9086076
tokenizer_config.json CHANGED
@@ -2075,6 +2075,6 @@
2075
  ],
2076
  "model_max_length": 8192,
2077
  "pad_token": "<|end_of_text|>",
2078
- "padding_side": "right",
2079
  "tokenizer_class": "PreTrainedTokenizerFast"
2080
  }
 
2075
  ],
2076
  "model_max_length": 8192,
2077
  "pad_token": "<|end_of_text|>",
2078
+ "padding_side": "left",
2079
  "tokenizer_class": "PreTrainedTokenizerFast"
2080
  }