Text Classification
Transformers
Safetensors
Catalan
roberta
eamt-2026
catalan
valencian
translationese
reward-model
text-embeddings-inference
Instructions to use guerreropaula/ht_mt_classifier_best with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use guerreropaula/ht_mt_classifier_best with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="guerreropaula/ht_mt_classifier_best")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("guerreropaula/ht_mt_classifier_best") model = AutoModelForSequenceClassification.from_pretrained("guerreropaula/ht_mt_classifier_best") - Notebooks
- Google Colab
- Kaggle
Ctrl+K