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

10
generation_config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"do_sample": true,
"eos_token_id": 128009,
"max_new_tokens": 2048,
"pad_token_id": 128009,
"temperature": 0.3,
"top_k": 20,
"top_p": 0.7,
"transformers_version": "4.43.1"
}