Text Classification
Transformers
PyTorch
Catalan
roberta
catalan
text classification
tecla
CaText
Catalan Textual Corpus
Eval Results (legacy)
text-embeddings-inference
Instructions to use projecte-aina/roberta-base-ca-v2-cased-tc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use projecte-aina/roberta-base-ca-v2-cased-tc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="projecte-aina/roberta-base-ca-v2-cased-tc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("projecte-aina/roberta-base-ca-v2-cased-tc") model = AutoModelForSequenceClassification.from_pretrained("projecte-aina/roberta-base-ca-v2-cased-tc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,7 @@ widget:
|
|
| 50 |
|
| 51 |
---
|
| 52 |
|
| 53 |
-
# Catalan BERTa-v2 (roberta-base-ca-v2) finetuned for Text Classification.
|
| 54 |
|
| 55 |
## Table of Contents
|
| 56 |
<details>
|
|
|
|
| 50 |
|
| 51 |
---
|
| 52 |
|
| 53 |
+
# Catalan BERTa-v2 (roberta-base-ca-v2) finetuned for TeCla-based Text Classification.
|
| 54 |
|
| 55 |
## Table of Contents
|
| 56 |
<details>
|