| { | |
| "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" | |
| } | |