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/Gemma3-12B-CIC-SciCite-GGUF:BF16
# Run inference directly in the terminal:
llama cli -hf sknow-lab/Gemma3-12B-CIC-SciCite-GGUF:BF16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf sknow-lab/Gemma3-12B-CIC-SciCite-GGUF:BF16
# Run inference directly in the terminal:
llama cli -hf sknow-lab/Gemma3-12B-CIC-SciCite-GGUF:BF16
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/Gemma3-12B-CIC-SciCite-GGUF:BF16
# Run inference directly in the terminal:
./llama-cli -hf sknow-lab/Gemma3-12B-CIC-SciCite-GGUF:BF16
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/Gemma3-12B-CIC-SciCite-GGUF:BF16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf sknow-lab/Gemma3-12B-CIC-SciCite-GGUF:BF16
Use Docker
docker model run hf.co/sknow-lab/Gemma3-12B-CIC-SciCite-GGUF:BF16
Quick Links

Llamacpp imatrix Quantizations of Gemma3-12B-CIC-SciCite-GGUF

Using llama.cpp for quantization.

Original model: https://huggingface.co/sknow-lab/Gemma3-12B-CIC-SciCite

Prompt format

<bos><start_of_turn>user
{system_prompt}

{prompt}<end_of_turn>
<start_of_turn>model
<end_of_turn>
<start_of_turn>model

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
13
GGUF
Model size
12B params
Architecture
gemma3
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/Gemma3-12B-CIC-SciCite-GGUF

Quantized
(144)
this model

Dataset used to train sknow-lab/Gemma3-12B-CIC-SciCite-GGUF

Collection including sknow-lab/Gemma3-12B-CIC-SciCite-GGUF

Paper for sknow-lab/Gemma3-12B-CIC-SciCite-GGUF