Text Classification
Transformers
Safetensors
Portuguese
qwen3
chat
filter
quality
classification
instruct
qwen
portuguese
text-embeddings-inference
Instructions to use Polygl0t/portuguese-qwen3-4b-instruct-quality-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Polygl0t/portuguese-qwen3-4b-instruct-quality-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Polygl0t/portuguese-qwen3-4b-instruct-quality-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Polygl0t/portuguese-qwen3-4b-instruct-quality-classifier") model = AutoModelForSequenceClassification.from_pretrained("Polygl0t/portuguese-qwen3-4b-instruct-quality-classifier") - Notebooks
- Google Colab
- Kaggle
Ctrl+K