Update LM-Studio guide

This commit is contained in:
Cherrytest
2025-03-18 05:36:41 +00:00
parent ae1d939204
commit eb16a8aa4f
28 changed files with 315059 additions and 41 deletions

11
generation_config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"_from_model_config": true,
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 361,
"pad_token_id": 0,
"repetition_penalty": 1.0,
"temperature": 0.6,
"top_p": 0.95,
"transformers_version": "4.43.1"
}