OrangeMoon0711 commited on
Commit
3177d65
·
verified ·
1 Parent(s): 52c2f58

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +15 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": null,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|begin▁of▁sentence|>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|end▁of▁sentence|>",
7
+ "is_local": false,
8
+ "model_max_length": 4096,
9
+ "pad_token": "<|PAD_TOKEN|>",
10
+ "padding_side": "left",
11
+ "sp_model_kwargs": {},
12
+ "tokenizer_class": "LlamaTokenizer",
13
+ "unk_token": null,
14
+ "use_default_system_prompt": false
15
+ }