Instructions to use UofTCSSLab/SIREN-Qwen3-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UofTCSSLab/SIREN-Qwen3-4B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("UofTCSSLab/SIREN-Qwen3-4B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 476 Bytes
f6c2efc | 1 2 3 4 5 6 7 8 9 10 11 | {
"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."
}
|