sdfprotocol/sdf-classify
0101
SDF Classify
Content type classifier for the SDF Protocol. Fine-tuned from Qwen2.5-1.5B-Instruct using QLoRA.
Purpose
Classifies web content into SDF's hierarchical type system: 10 parent types and 50+ subtypes (e.g., article.news, commerce.product, documentation.api_docs).
Training
- Base model: Qwen2.5-1.5B-Instruct
- Method: QLoRA (rank 32, alpha 64, dropout 0.05)
- Training data: 2,335 classified web documents
- Accuracy: 95.2% exact type match
Files
Usage with Ollama
# Download the Q4_K_M file, then:
ollama create sdf-classify -f ModelfilePart of SDF Protocol
- Protocol: sdfprotocol.org
- Specification: github.com/sdfprotocol/sdf
- Whitepaper: DOI 10.5281/zenodo.18559223
- Extractor model: pranab2050/sdf-extract
Citation
@article{sarkar2026sdf,
title={Convert Once, Consume Many: SDF for Cacheable, Typed Semantic Extraction from Web Pages},
author={Sarkar, Pranab},
year={2026},
doi={10.5281/zenodo.18559223},
publisher={Zenodo}
}