shareit commited on
Commit
dabceaa
·
verified ·
1 Parent(s): 9f1bcdb

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -7,7 +7,7 @@
7
  "is_local": false,
8
  "model_max_length": 32768,
9
  "pad_token": "<|dummy_85|>",
10
- "padding_side": "right",
11
  "tokenizer_class": "TokenizersBackend",
12
  "unk_token": "�"
13
  }
 
7
  "is_local": false,
8
  "model_max_length": 32768,
9
  "pad_token": "<|dummy_85|>",
10
+ "padding_side": "left",
11
  "tokenizer_class": "TokenizersBackend",
12
  "unk_token": "�"
13
  }