Instructions to use yingfeng64/QwenTox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yingfeng64/QwenTox with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("/home/fwm/projects/Toxic-comment-classification/models/Qwen3-0.6B-Base") model = PeftModel.from_pretrained(base_model, "yingfeng64/QwenTox") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!