We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a60f3e commit 64b5410Copy full SHA for 64b5410
1 file changed
unsloth-scripts/config.yaml
@@ -2,7 +2,7 @@
2
3
# Model Configuration
4
model:
5
- model_name: "unsloth/Qwen1.5-3B" # Options: Qwen3-4B, Qwen3-8B, Qwen3-14B, Qwen3-32B
+ model_name: "unsloth/Qwen2.5-3B" # Options: Qwen3-4B, Qwen3-8B, Qwen3-14B, Qwen3-32B
6
max_seq_length: 2048 # Sequence length (adjust based on your needs)
7
dtype: null # Auto-detect best dtype
8
load_in_4bit: true # Use 4-bit quantization for memory efficiency
0 commit comments