max tokens "Qwen/Qwen2.5-Coder-32B-Instruct": 32768
Browse files
src/lib/components/InferencePlayground/InferencePlaygroundGenerationConfig.svelte
CHANGED
@@ -51,6 +51,7 @@
|
|
51 |
"bigcode/octocoder": 8192,
|
52 |
"vwxyzjn/starcoderbase-triviaqa": 8192,
|
53 |
"lvwerra/starcoderbase-gsm8k": 8192,
|
|
|
54 |
} as const;
|
55 |
|
56 |
$: modelMaxLength = customMaxTokens[conversation.model.id] ?? conversation.model.tokenizerConfig.model_max_length;
|
|
|
51 |
"bigcode/octocoder": 8192,
|
52 |
"vwxyzjn/starcoderbase-triviaqa": 8192,
|
53 |
"lvwerra/starcoderbase-gsm8k": 8192,
|
54 |
+
"Qwen/Qwen2.5-Coder-32B-Instruct": 32768,
|
55 |
} as const;
|
56 |
|
57 |
$: modelMaxLength = customMaxTokens[conversation.model.id] ?? conversation.model.tokenizerConfig.model_max_length;
|