Views
No views yet
twinkle-ai/tw-reasoning-instruct-50k dataset.The model is merged: LoRA adapters were fused into the base model before GGUF conversion. It is fully offline and compatible with llama.cpp, LM Studio, KoboldCPP, and Ollama.
| Property | Value |
|---|---|
| Base Model | unsloth/Qwen3-14B-unsloth-bnb-4bit |
| Format | GGUF |
| Precision | F16 |
| Type | Text-only LLM |
| Training Method | QLoRA (via Unsloth) |
| Dataset | twinkle-ai/tw-reasoning-instruct-50k |
| Languages | Chinese (primary), English (secondary) |
| Specialization | Reasoning, chain-of-thought, instruction |
r: 16
lora_alpha: 16
lora_dropout: 0.0
target_modules:
q_proj, k_proj, v_proj, o_proj,
gate_proj, up_proj, down_projmax_seq_length = 2048tw-reasoning-instruct-50k contains:input – user question / instructionthink – chain-of-thought reasoningoutput – final answerconvert-hf-to-gguf.py from llama.cpp, for example:python convert-hf-to-gguf.py \
./qwen3-14b-tw-reasoning-merged \
--outfile qwen3-14b.F16.gguf \
--outtype f16qwen3-14b.F16.ggufllama-cli --hf <username>/<repo> -p "為什麼天空是藍色的?"llama-cli -m qwen3-14b.F16.gguf -p "Why is the sky blue?"qwen3-14b.F16.gguf into your models directoryFROM qwen3-14b.F16.gguf
TEMPLATE "<s>[INST] {{ .Prompt }} [/INST]"ollama create lydia-qwen3-14b -f Modelfile
ollama run lydia-qwen3-14b "解釋量子糾纏"tw-reasoning-instruct-50k dataset