first commit

This commit is contained in:
Jintao Huang
2023-10-20 23:38:22 +08:00
parent 692b1db444
commit f9199225e8
12 changed files with 93924 additions and 43 deletions

10
generation_config.json Executable file
View File

@@ -0,0 +1,10 @@
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"pad_token_id": 0,
"temperature": 0.6,
"max_length": 4096,
"top_p": 0.9,
"transformers_version": "4.31.0.dev0"
}