Instructions to use leofn3/modelo_racismo_16_out with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use leofn3/modelo_racismo_16_out with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="leofn3/modelo_racismo_16_out")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("leofn3/modelo_racismo_16_out") model = AutoModelForSequenceClassification.from_pretrained("leofn3/modelo_racismo_16_out") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 1