Text Classification
Transformers
PyTorch
Catalan
roberta
catalan
textual entailment
teca
CaText
Catalan Textual Corpus
Eval Results (legacy)
text-embeddings-inference
Instructions to use projecte-aina/roberta-base-ca-v2-cased-te 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-te 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-te")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("projecte-aina/roberta-base-ca-v2-cased-te") model = AutoModelForSequenceClassification.from_pretrained("projecte-aina/roberta-base-ca-v2-cased-te") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,6 @@ widget:
|
|
| 54 |
|
| 55 |
# Catalan BERTa-v2 (roberta-base-ca-v2) finetuned for Textual Entailment.
|
| 56 |
|
| 57 |
-
## Table of Contents
|
| 58 |
<details>
|
| 59 |
<summary>Click to expand</summary>
|
| 60 |
|
|
@@ -182,3 +181,5 @@ The models published in this repository are intended for a generalist purpose an
|
|
| 182 |
When third parties, deploy or provide systems and/or services to other parties using any of these models (or using systems based on these models) or become users of the models, they should note that it is their responsibility to mitigate the risks arising from their use and, in any event, to comply with applicable regulations, including regulations regarding the use of Artificial Intelligence.
|
| 183 |
|
| 184 |
In no event shall the owner and creator of the models (BSC – Barcelona Supercomputing Center) be liable for any results arising from the use made by third parties of these models.
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
# Catalan BERTa-v2 (roberta-base-ca-v2) finetuned for Textual Entailment.
|
| 56 |
|
|
|
|
| 57 |
<details>
|
| 58 |
<summary>Click to expand</summary>
|
| 59 |
|
|
|
|
| 181 |
When third parties, deploy or provide systems and/or services to other parties using any of these models (or using systems based on these models) or become users of the models, they should note that it is their responsibility to mitigate the risks arising from their use and, in any event, to comply with applicable regulations, including regulations regarding the use of Artificial Intelligence.
|
| 182 |
|
| 183 |
In no event shall the owner and creator of the models (BSC – Barcelona Supercomputing Center) be liable for any results arising from the use made by third parties of these models.
|
| 184 |
+
|
| 185 |
+
</details>
|