Upload special_tokens_map.json with huggingface_hub

This commit is contained in:
Ray 2023-08-28 14:57:00 +00:00 committed by huggingface-web
parent 37b0ab2a23
commit 3e1391b004
1 changed files with 24 additions and 0 deletions

24
special_tokens_map.json Normal file
View File

@ -0,0 +1,24 @@
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}