YuE2-3B / yue2_generation_config.json
a43992899's picture
Release YuE2-3B
1a96eca
Raw
History Blame Contribute Delete
466 Bytes
{
"abc": {
"temperature": 0.7,
"top_p": 0.9,
"top_k": 30,
"repetition_penalty": 1.005,
"penalty_window": 100,
"min_tokens": 32,
"max_tokens": 4096
},
"semantic": {
"temperature": 1.0,
"top_p": 0.95,
"top_k": 100,
"repetition_penalty": 1.2,
"penalty_window": 50,
"min_tokens": 200,
"max_tokens": 9000
},
"ode_steps": 32,
"ode_method": "midpoint",
"context": 24576,
"version": "yue2-native-v1"
}