Text Classification
Transformers
PyTorch
Catalan
roberta
catalan
multi-class-classification
natural-language-understanding
intent-classificaiton
Eval Results (legacy)
text-embeddings-inference
Instructions to use projecte-aina/roberta-base-ca-v2-massive 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-massive 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-massive")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("projecte-aina/roberta-base-ca-v2-massive") model = AutoModelForSequenceClassification.from_pretrained("projecte-aina/roberta-base-ca-v2-massive") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 86d085a
Update README.md 3bef465
Merge branch 'main' of https://huggingface.co/projecte-aina/roberta-base-ca-v2-massive into main 733d31a
muxitox commited on
Update model 05d4aed
muxitox commited on
Update README.md 25ca543
Update README.md 691017c
Update README.md fbe5ea4
Update README.md 2f009d9
Update README.md 9d05d14
Update README.md 4e2fd96
Update README.md 574fc2d
Update README.md bff921f
Update README.md 39fd427
Upload model 6dbc0aa
muxitox commited on