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
Commit ·
76a0219
1
Parent(s): 1159435
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,14 +34,16 @@ model-index:
|
|
| 34 |
- name: F1
|
| 35 |
type: f1
|
| 36 |
value: 0.866779089376054
|
|
|
|
|
|
|
|
|
|
| 37 |
- name: combined_score
|
| 38 |
type: combined_score
|
| 39 |
value: 0.864264544688027
|
| 40 |
|
| 41 |
widget:
|
| 42 |
|
| 43 |
-
- text: "Tinc un amic a Manresa. A Manresa hi viu un amic meu."
|
| 44 |
-
|
| 45 |
- text: "La dona va anar a l'hotel en moto. Ella va agafar el cotxe per anar a l'hotel."
|
| 46 |
|
| 47 |
---
|
|
|
|
| 34 |
- name: F1
|
| 35 |
type: f1
|
| 36 |
value: 0.866779089376054
|
| 37 |
+
- name: Accuracy
|
| 38 |
+
type: accuracy
|
| 39 |
+
value: 0.86175
|
| 40 |
- name: combined_score
|
| 41 |
type: combined_score
|
| 42 |
value: 0.864264544688027
|
| 43 |
|
| 44 |
widget:
|
| 45 |
|
| 46 |
+
- text: "Tinc un amic a Manresa. A Manresa hi viu un amic meu."
|
|
|
|
| 47 |
- text: "La dona va anar a l'hotel en moto. Ella va agafar el cotxe per anar a l'hotel."
|
| 48 |
|
| 49 |
---
|