BlacqTangent commited on
Commit
88150af
·
verified ·
1 Parent(s): 5a0e62c

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 +7 -1
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7666402c0617d170e6b0a985b3130c3fb0795393aa0970600994a5d9aae12351
3
- size 33384822
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4201e7b539fef153e1fe3058db39e600717b3323fee690d37e92fa52fb2b5af2
3
+ size 33384667
tokenizer_config.json CHANGED
@@ -51334,13 +51334,19 @@
51334
  "image_token": "<image_soft_token>"
51335
  },
51336
  "image_token": "<image_soft_token>",
 
51337
  "model_max_length": 131072,
 
51338
  "pad_token": "<pad>",
51339
- "padding_side": "right",
 
51340
  "processor_class": "Gemma3Processor",
51341
  "sp_model_kwargs": null,
51342
  "spaces_between_special_tokens": false,
 
51343
  "tokenizer_class": "GemmaTokenizer",
 
 
51344
  "unk_token": "<unk>",
51345
  "use_default_system_prompt": false
51346
  }
 
51334
  "image_token": "<image_soft_token>"
51335
  },
51336
  "image_token": "<image_soft_token>",
51337
+ "max_length": 2048,
51338
  "model_max_length": 131072,
51339
+ "pad_to_multiple_of": null,
51340
  "pad_token": "<pad>",
51341
+ "pad_token_type_id": 0,
51342
+ "padding_side": "left",
51343
  "processor_class": "Gemma3Processor",
51344
  "sp_model_kwargs": null,
51345
  "spaces_between_special_tokens": false,
51346
+ "stride": 0,
51347
  "tokenizer_class": "GemmaTokenizer",
51348
+ "truncation_side": "right",
51349
+ "truncation_strategy": "longest_first",
51350
  "unk_token": "<unk>",
51351
  "use_default_system_prompt": false
51352
  }