Upload tokenizer

This commit is contained in:
Aleksey Korshuk
2023-04-05 03:30:25 +00:00
committed by huggingface-web
parent d268cdbb0d
commit 482263cf87
3 changed files with 18 additions and 0 deletions

9
tokenizer_config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"bos_token": "",
"eos_token": "",
"model_max_length": 2048,
"padding_side": "right",
"special_tokens_map_file": "models/decapoda-research_llama-7b-hf/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": ""
}