Fill-Mask
Transformers
PyTorch
Catalan
roberta
catalan
masked-lm
RoBERTa-base-ca-v2
CaText
Catalan Textual Corpus
Instructions to use projecte-aina/roberta-base-ca-v2 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 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="projecte-aina/roberta-base-ca-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("projecte-aina/roberta-base-ca-v2") model = AutoModelForMaskedLM.from_pretrained("projecte-aina/roberta-base-ca-v2") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -229,10 +229,16 @@ If you use any of these resources (datasets or models) in your work, please cite
|
|
| 229 |
}
|
| 230 |
```
|
| 231 |
|
|
|
|
| 232 |
### Disclaimer
|
| 233 |
|
|
|
|
|
|
|
|
|
|
| 234 |
The models published in this repository are intended for a generalist purpose and are available to third parties. These models may have bias and/or any other undesirable distortions.
|
| 235 |
|
| 236 |
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.
|
| 237 |
|
| 238 |
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.
|
|
|
|
|
|
|
|
|
| 229 |
}
|
| 230 |
```
|
| 231 |
|
| 232 |
+
|
| 233 |
### Disclaimer
|
| 234 |
|
| 235 |
+
<details>
|
| 236 |
+
<summary>Click to expand</summary>
|
| 237 |
+
|
| 238 |
The models published in this repository are intended for a generalist purpose and are available to third parties. These models may have bias and/or any other undesirable distortions.
|
| 239 |
|
| 240 |
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.
|
| 241 |
|
| 242 |
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.
|
| 243 |
+
|
| 244 |
+
</details>
|