James-WYang commited on
Commit
f1c6931
1 Parent(s): 7948456

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +10 -0
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "model_max_length": 1024,
5
+ "padding_side": "right",
6
+ "special_tokens_map_file": "./special_tokens_map.json",
7
+ "tokenizer_class": "LLaMATokenizer",
8
+ "unk_token": "<unk>",
9
+ "use_fast": false
10
+ }