Upload folder using huggingface_hub

This commit is contained in:
ai-modelscope
2025-02-14 14:41:46 +08:00
parent 6bbb70e2b9
commit 2034c2c386
14 changed files with 151729 additions and 69 deletions

15
generation_config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"max_length": 32768,
"pad_token_id": 151643,
"repetition_penalty": 1.05,
"temperature": 0.7,
"top_k": 20,
"top_p": 0.8,
"transformers_version": "4.48.3"
}