Upload folder using huggingface_hub

This commit is contained in:
ai-modelscope
2024-11-27 10:36:10 +08:00
parent be176d6a52
commit a0d39e80fc
18 changed files with 91314 additions and 65 deletions

23
special_tokens_map.json Normal file
View File

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