Upload ./train_results.json with huggingface_hub

This commit is contained in:
ai-modelscope
2025-02-07 12:50:20 +08:00
parent 6b66061628
commit 5ddaf615b2
25 changed files with 413438 additions and 64 deletions

17
special_tokens_map.json Normal file
View File

@@ -0,0 +1,17 @@
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|end_of_text|>"
}