Instructions to use qingy2024/Qwen2.6-14B-Math-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qingy2024/Qwen2.6-14B-Math-LoRA with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("qingy2024/Qwen2.6-14B-Math-LoRA", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio new
How to use qingy2024/Qwen2.6-14B-Math-LoRA with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for qingy2024/Qwen2.6-14B-Math-LoRA to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for qingy2024/Qwen2.6-14B-Math-LoRA to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for qingy2024/Qwen2.6-14B-Math-LoRA to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="qingy2024/Qwen2.6-14B-Math-LoRA", max_seq_length=2048, )
Uploaded model
- Developed by: qingy2024
- License: apache-2.0
- Finetuned from model : unsloth/qwen2.5-14b-bnb-4bit
Trained on qingy2024/metamathqa-30k for 500 steps.
| Parameter | Value | Description |
|---|---|---|
| per_device_train_batch_size | 4 | Number of samples per batch on each device during training. |
| gradient_accumulation_steps | 3 | Number of steps to accumulate gradients before updating. |
| warmup_steps | 5 | Number of steps for learning rate warmup. |
| max_steps | 500 | Total number of training steps. |
| learning_rate | 2e-4 | Initial learning rate for training. |
| logging_steps | 1 | Frequency of logging updates (in steps). |
| optim | adamw_8bit | Optimizer used for training. |
| weight_decay | 0.01 | Weight decay regularization coefficient. |
| lr_scheduler_type | cosine | Type of learning rate scheduler. |
| seed | 3407 | Random seed for reproducibility. |
| packing | True | Enables sequence packing for faster training. |
| max_seq_length | 2048 | Maximum token length per sequence. |
| dataset_num_proc` | 2 | Number of processes for dataset preparation. |
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
