Upload folder using huggingface_hub

This commit is contained in:
ai-modelscope
2024-10-07 02:22:54 +08:00
parent 5d14daeb41
commit 0b6ef4af13
13 changed files with 458 additions and 57 deletions

23
special_tokens_map.json Normal file
View File

@@ -0,0 +1,23 @@
{
"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
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}