cxgood commited on
Commit
45b8104
·
verified ·
1 Parent(s): 1d83965

Create config.json

Browse files

{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"model_max_length": 4096,
"tokenizer_class": "GPT2TokenizerFast",
"unk_token": "<|endoftext|>"
}

Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 4096,
7
+ "tokenizer_class": "GPT2TokenizerFast",
8
+ "unk_token": "<|endoftext|>"
9
+ }