When using the QwQen-3B-LCoT-R1 model, you might notice that it can sometimes produce repetitive outputs, especially in certain contexts or with specific prompts. This is a common behavior in language models, but don’t worry—it can be managed effectively by tweaking the model’s repetition parameters.

To reduce repetition, you can experiment with the following settings:

  • Repetition Penalty: This parameter discourages the model from repeating the same words or phrases by applying a penalty. A higher value (e.g., 1.2) will push the model to avoid repetition more aggressively.
  • Temperature: This controls the randomness of the output. Lowering the temperature (e.g., 0.7) makes the model more focused and less likely to repeat itself, though it may reduce creativity slightly.

System Prompt:

Think about the reasoning process in the mind first, then provide the answer.

The reasoning process should be wrapped within <think> </think> tags, then provide the answer after that, i.e., <think> reasoning process here </think> answer here.

Configuration

The following YAML configuration was used to produce this model:


base_model: bunnycore/QwQen-3B-LCoT+bunnycore/Qwen-2.5-3b-R1-lora_model-v.1
dtype: bfloat16
merge_method: passthrough
models:
  - model: bunnycore/QwQen-3B-LCoT+bunnycore/Qwen-2.5-3b-R1-lora_model-v.1
tokenizer_source: bunnycore/QwQen-3B-LCoT
Downloads last month
0
Safetensors
Model size
3.09B params
Tensor type
BF16
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Model tree for bunnycore/QwQen-3B-LCoT-R1