bsc-temu commited on
Commit
9777f8c
1 Parent(s): 31ce393
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -8,18 +8,16 @@ license: apache-2.0
8
  ---
9
  # BERTa: RoBERTa-based Catalan language model
10
 
11
- <span style="color:red">
12
- 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 load the model using the new path:
13
- </span>
14
 
15
  ```python
16
  from transformers import AutoModel
17
  model = AutoModel.from_pretrained("BSC-TeMU/roberta-base-ca-cased")
18
  ```
19
 
20
- <span style="color:red">
21
- From now on, all models and datasets from the BSC's Text Mining Unit will be published on the [official organization account](https://huggingface.co/BSC-TeMU).
22
- </span>
23
 
24
  ## BibTeX citation
25
 
 
8
  ---
9
  # BERTa: RoBERTa-based Catalan language model
10
 
11
+ <span style="color:red"> WARNING: This repository is now superseded by </span> [BSC-TeMU/roberta-base-ca-cased](https://huggingface.co/BSC-TeMU/roberta-base-ca-cased). <span style="color:red"> Future updates will be released in the new repository, so it is highly recommended to load the model using the new path: </span>
12
+
 
13
 
14
  ```python
15
  from transformers import AutoModel
16
  model = AutoModel.from_pretrained("BSC-TeMU/roberta-base-ca-cased")
17
  ```
18
 
19
+ <span style="color:red"> From now on, all models and datasets from the BSC's Text Mining Unit will be published on the </span> [official organization account](https://huggingface.co/BSC-TeMU).
20
+
 
21
 
22
  ## BibTeX citation
23