Text Classification
Transformers
Safetensors
English
qwen3
text-generation
content-safety
content-moderation
safety
lora
fine-tuned
nvidia-aegis
text-embeddings-inference
Instructions to use ahczhg/qwen3-0.6b-aegis-safety-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahczhg/qwen3-0.6b-aegis-safety-lora with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ahczhg/qwen3-0.6b-aegis-safety-lora")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ahczhg/qwen3-0.6b-aegis-safety-lora") model = AutoModelForCausalLM.from_pretrained("ahczhg/qwen3-0.6b-aegis-safety-lora", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K