Upload 8 files

This commit is contained in:
Tom
2023-10-24 10:56:51 +00:00
committed by huggingface-web
parent dd14403c5f
commit df13da34ff
8 changed files with 691 additions and 0 deletions

11
special_tokens_map.json Normal file
View File

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