Upload to Qwen/Qwen3.6-35B-A3B on ModelScope hub (batch 1/1)

This commit is contained in:
VoyagerX
2026-04-16 13:04:14 +00:00
parent ca8b7eb399
commit 1a5ae24e86
38 changed files with 2835 additions and 45 deletions

12
generation_config.json Normal file
View File

@ -0,0 +1,12 @@
{
"bos_token_id": 248044,
"do_sample": true,
"eos_token_id": [
248046,
248044
],
"pad_token_id": 248044,
"temperature": 1.0,
"top_k": 20,
"top_p": 0.95
}