qingy2024/QwQ-LongCoT-Verified-130K
Viewer • Updated • 467k • 228 • 31
How to use QuantFactory/QwQ-14B-Math-v0.2-GGUF with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("QuantFactory/QwQ-14B-Math-v0.2-GGUF", device_map="auto")How to use QuantFactory/QwQ-14B-Math-v0.2-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M
docker model run hf.co/QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M
How to use QuantFactory/QwQ-14B-Math-v0.2-GGUF with Ollama:
ollama run hf.co/QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M
How to use QuantFactory/QwQ-14B-Math-v0.2-GGUF with Docker Model Runner:
docker model run hf.co/QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M
How to use QuantFactory/QwQ-14B-Math-v0.2-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull QuantFactory/QwQ-14B-Math-v0.2-GGUF:Q4_K_M
lemonade run user.QwQ-14B-Math-v0.2-GGUF-Q4_K_M
lemonade list
This is quantized version of qingy2024/QwQ-14B-Math-v0.2 created using llama.cpp
This model is a fine-tuned version of Qwen 2.5-14B, trained on QwQ 32B Preview's responses to questions from the NuminaMathCoT dataset.
Note: This model uses the standard ChatML template.
At 500 steps, the loss was plateauing so I decided to stop training to prevent excessive overfitting.
sharegpt-verified-cleaned subset from my dataset).2-bit
3-bit
4-bit
5-bit
6-bit
8-bit