sahil2801/CodeAlpaca-20k
Viewer • Updated • 20k • 24.8k • 230
How to use 94insane/Qwen3-14b-lora-codeAlpaca_20k with Unsloth Studio:
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 94insane/Qwen3-14b-lora-codeAlpaca_20k to start chatting
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 94insane/Qwen3-14b-lora-codeAlpaca_20k to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for 94insane/Qwen3-14b-lora-codeAlpaca_20k to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="94insane/Qwen3-14b-lora-codeAlpaca_20k",
max_seq_length=2048,
)This model is a fine-tuned version of Qwen3-14B on codeAlpaca20k dataset.
Qwen3-14b-lora-codeAlpaca_20k has the following features:
The following hyperparameters were used during training:
@misc{qwen3technicalreport,
title={Qwen3 Technical Report},
author={Qwen Team},
year={2025},
eprint={2505.09388},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2505.09388},
}