pere commited on
Commit
e99a20d
·
verified ·
1 Parent(s): 42f8fb8

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 +2 -3
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abd08b46c9c01a903788030f36d9731aad064d0c420e66b88e3e143cda9e4e9a
3
- size 17210268
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9816d43bd5347d64bccc66b7710947fb18e9818cc660215b1462061d4a44e449
3
+ size 17210088
tokenizer_config.json CHANGED
@@ -2068,8 +2068,7 @@
2068
  ],
2069
  "model_max_length": 131072,
2070
  "pad_token": "<|finetune_right_pad_id|>",
2071
- "padding_side": "right",
2072
  "processor_class": "MllamaProcessor",
2073
- "tokenizer_class": "PreTrainedTokenizerFast",
2074
- "unk_token": null
2075
  }
 
2068
  ],
2069
  "model_max_length": 131072,
2070
  "pad_token": "<|finetune_right_pad_id|>",
2071
+ "padding_side": "left",
2072
  "processor_class": "MllamaProcessor",
2073
+ "tokenizer_class": "PreTrainedTokenizerFast"
 
2074
  }