first commit

This commit is contained in:
lir87
2024-07-25 08:08:29 +00:00
parent dbda0c5796
commit 2e044bdfa8
13 changed files with 413071 additions and 21 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": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|eot_id|>"
}