Instructions to use Qwen/Qwen3Guard-Stream-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen3Guard-Stream-8B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Qwen/Qwen3Guard-Stream-8B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card: Add pipeline tag, project page, and update paper link
#1
by nielsr HF Staff - opened
This PR enhances the model card for Qwen3Guard-Stream-8B by:
- Adding the
pipeline_tag: text-classificationto the metadata, which helps users discover this model more easily for safety classification tasks on the Hugging Face Hub. - Updating the link to the Technical Report in the model card content to point to the official Hugging Face paper page: https://huggingface.co/papers/2510.14276.
- Adding the project's official blog page as
project_pageto the metadata, providing an additional valuable resource for users.