Add link to tech report. Fix typo in usage example #2

This commit is contained in:
ai-modelscope
2024-08-24 11:07:58 +08:00
parent 95b68409da
commit c384c7fe48
13 changed files with 2598 additions and 60 deletions

16
special_tokens_map.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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
}
}