Training in progress, epoch 5

This commit is contained in:
Cherrytest
2025-02-28 18:01:07 +00:00
parent 1ab9d81cc5
commit 557cab4256
13 changed files with 2443 additions and 47 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|>"
}