Text Classification
Transformers
PyTorch
Catalan
roberta
catalan
paraphrase
textual entailment
Eval Results (legacy)
text-embeddings-inference
Instructions to use projecte-aina/roberta-large-ca-paraphrase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use projecte-aina/roberta-large-ca-paraphrase with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="projecte-aina/roberta-large-ca-paraphrase")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("projecte-aina/roberta-large-ca-paraphrase") model = AutoModelForSequenceClassification.from_pretrained("projecte-aina/roberta-large-ca-paraphrase") - Notebooks
- Google Colab
- Kaggle
Ctrl+K