We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04c27b commit 97257adCopy full SHA for 97257ad
1 file changed
packages/react-native-executorch/src/constants/modelUrls.ts
@@ -587,6 +587,7 @@ const QWEN3_5_VL_0_8B_TOKENIZER_CONFIG = `${URL_PREFIX}-qwen-3.5/${NEXT_VERSION_
587
const QWEN3_5_VL_0_8B_GENERATION_CONFIG = {
588
temperature: 0.6,
589
topP: 0.95,
590
+ repetitionPenalty: 1.2,
591
} as const;
592
593
/**
@@ -608,6 +609,7 @@ const QWEN3_5_VL_2B_TOKENIZER_CONFIG = `${URL_PREFIX}-qwen-3.5/${NEXT_VERSION_TA
608
609
const QWEN3_5_VL_2B_GENERATION_CONFIG = {
610
611
612
613
614
615
0 commit comments