How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF:F16
Use pre-built binary
# 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 sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF:F16
# Run inference directly in the terminal:
./llama-cli -hf sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF:F16
Build from source code
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 sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF:F16
Use Docker
docker model run hf.co/sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF:F16
Quick Links

Llamacpp imatrix Quantizations of Qwen2.5-14B-CIC-ACLARC

Using llama.cpp for quantization.

Original model: https://huggingface.co/sknow-lab/Qwen2.5-14B-CIC-ACLARC

Prompt format

<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

Citation

@misc{koloveas2025llmspredictcitationintent,
      title={Can LLMs Predict Citation Intent? An Experimental Analysis of In-context Learning and Fine-tuning on Open LLMs}, 
      author={Paris Koloveas and Serafeim Chatzopoulos and Thanasis Vergoulis and Christos Tryfonopoulos},
      year={2025},
      eprint={2502.14561},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2502.14561}, 
}
Downloads last month
25
GGUF
Model size
15B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF

Base model

Qwen/Qwen2.5-14B
Quantized
(155)
this model

Dataset used to train sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF

Collection including sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF

Paper for sknow-lab/Qwen2.5-14B-CIC-ACLARC-GGUF