Upload tokenizer

This commit is contained in:
Cherrytest
2025-03-18 07:24:41 +00:00
parent cf5ecc57e5
commit 30b56f5ff1
13 changed files with 2666 additions and 44 deletions

10
generation_config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"_from_model_config": true,
"bos_token_id": 128256,
"do_sample": true,
"eos_token_id": 128257,
"pad_token_id": 128257,
"temperature": 0.6,
"top_p": 0.9,
"transformers_version": "4.43.1"
}