SIREN-Qwen3-4B / config.json
difanjiao's picture
Add minimal config.json to enable HF download tracking
f6c2efc verified
raw
history blame contribute delete
476 Bytes
{
"model_type": "siren",
"siren_id": "siren-qwen3-4b",
"base_model": "Qwen/Qwen3-4B",
"base_model_revision": "1cfa9a7208912126459214e8b04321603b3df60c",
"base_model_type": "qwen3",
"num_parameters": 14000000,
"library_runtime": "llm-siren",
"_note": "Lightweight SIREN classifier head. Load via `from siren_guard import SirenGuard` (pip install llm-siren). This file exists to enable Hugging Face download tracking; the runtime config is siren_config.json."
}