Instructions to use UofTCSSLab/SIREN-Qwen3-0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UofTCSSLab/SIREN-Qwen3-0.6B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("UofTCSSLab/SIREN-Qwen3-0.6B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag and links to paper and code
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
text-classificationpipeline tag to the metadata for better discoverability. - Including links to the official paper and the GitHub repository.
- Maintaining the clear installation and usage instructions for the
llm-sirenruntime.