bsc-temu commited on
Commit ·
fd25f0c
1
Parent(s): d480e1f
add warning message
Browse files
README.md
CHANGED
|
@@ -7,6 +7,15 @@ tags:
|
|
| 7 |
license: apache-2.0
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
# BERTa: RoBERTa-based Catalan language model
|
| 11 |
|
| 12 |
## BibTeX citation
|
|
|
|
| 7 |
license: apache-2.0
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# WARNING: This repository is now superseded by [BSC-TeMU/roberta-base-ca-cased](https://huggingface.co/BSC-TeMU/roberta-base-ca-cased). Future updates will be released in the new repository, so it is highly recommended to update to load the model using the new path:
|
| 11 |
+
|
| 12 |
+
```python
|
| 13 |
+
from transformers import AutoModel
|
| 14 |
+
model = AutoModel.from_pretrained("BSC-TeMU/roberta-base-ca-cased")
|
| 15 |
+
```
|
| 16 |
+
|
| 17 |
+
# From now on, all models and datasets from the BSC's Text Mining Unit will be published in the [official organization account](https://huggingface.co/BSC-TeMU).
|
| 18 |
+
|
| 19 |
# BERTa: RoBERTa-based Catalan language model
|
| 20 |
|
| 21 |
## BibTeX citation
|