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

SemanticCite-Refiner-Qwen3-1B

A fine-tuned Qwen3-1.7B model specialized for preprocessing citation text. This model removes reference markers, author names, and publication identifiers while converting author-centered statements to fact-centered statements for improved citation verification.

Model Details

Model Description

This model is designed to preprocess citation text by cleaning and standardizing it for downstream verification tasks. It removes reference markers (e.g., [1], Smith 2020, et al.), converts author-centered statements to fact-centered statements using passive voice, while maintaining all numerical values and factual details.

  • Developed by: Sebastian Haan
  • Model type: Causal Language Model (Fine-tuned)
  • Language(s) (NLP): English
  • License: MIT
  • Finetuned from model: unsloth/Qwen3-1.7B-unsloth-bnb-4bit

Uses

Direct Use

This model is intended for:

  • Preprocessing citation text for academic verification systems
  • Cleaning and standardizing citation statements
  • Converting author-centric to fact-centric statements
  • First stage in citation verification pipelines

Out-of-Scope Use

This model should not be used for:

  • General text summarization or rewriting
  • Legal document processing
  • Medical text processing
  • Creative writing or content generation
Downloads last month
49
Safetensors
Model size
2B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for sebsigma/SemanticCite-Refiner-Qwen3-1B

Finetuned
Qwen/Qwen3-1.7B
Adapter
(18)
this model

Space using sebsigma/SemanticCite-Refiner-Qwen3-1B 1