chavinlo commited on
Commit
eca4c40
1 Parent(s): 68d951f

Upload checkpoint-200/tokenizer_config.json with huggingface_hub

Browse files
checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "",
3
+ "eos_token": "",
4
+ "model_max_length": 512,
5
+ "padding_side": "right",
6
+ "special_tokens_map_file": "/workspace/llama-7b-hf/special_tokens_map.json",
7
+ "tokenizer_class": "LLaMATokenizer",
8
+ "unk_token": ""
9
+ }