nimendraai commited on
Commit
c109df6
·
verified ·
1 Parent(s): 8581edb

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 +16 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|endoftext|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [],
9
+ "is_local": false,
10
+ "model_max_length": 8192,
11
+ "pad_token": "<|endoftext|>",
12
+ "padding_side": "left",
13
+ "tokenizer_class": "GPT2Tokenizer",
14
+ "unk_token": "<|endoftext|>",
15
+ "vocab_size": 49152
16
+ }