How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "sebsigma/SemanticCite-Refiner-Qwen3-1B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "sebsigma/SemanticCite-Refiner-Qwen3-1B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
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
60
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
(21)
this model

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