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

6
special_tokens_map.json Normal file
View File

@@ -0,0 +1,6 @@
{
"bos_token": "</s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "</s>"
}