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-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-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-cased-tc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("projecte-aina/roberta-base-ca-cased-tc") model = AutoModelForSequenceClassification.from_pretrained("projecte-aina/roberta-base-ca-cased-tc") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 688048a
update readme 8b48c21
Update README.md 59f67a7
Update README.md 9e639bc
Update README.md eaeaef6
Update README.md e46b4ba
bsc-temu commited on
Update README.md e973df7
bsc-temu commited on
Update README.md 866d02f
bsc-temu commited on
Update README.md 423bf1e
bsc-temu commited on
Update README.md 1a98edd
bsc-temu commited on
Update README.md 3e89010
bsc-temu commited on
Update README.md d5b7386
bsc-temu commited on
Update README.md 88a0bbd
bsc-temu commited on
Update README.md 352d77e
bsc-temu commited on
Update README.md b184bd5
bsc-temu commited on
added widgets 31126f3
bsc-temu commited on
Delete all_results.json 48cc698
bsc-temu commited on
Delete train_results.json c37e2ff
bsc-temu commited on
Create README.md 33f4bef
Update config.json 25e31f7
bsc-temu commited on
Update config.json 17242ea
bsc-temu commited on
Update config.json a2a32b2
bsc-temu commited on
Update all_results.json 86f09d2
bsc-temu commited on