bsc-temu
commited on
Commit
·
a42d89c
1
Parent(s):
4efdceb
Update README.md
Browse files
README.md
CHANGED
@@ -10,10 +10,12 @@ license: apache-2.0
|
|
10 |
<span style="color:red">
|
11 |
# 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:
|
12 |
</span>
|
|
|
13 |
```python
|
14 |
from transformers import AutoModel
|
15 |
model = AutoModel.from_pretrained("BSC-TeMU/roberta-base-ca-cased")
|
16 |
```
|
|
|
17 |
<span style="color:red">
|
18 |
# 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).
|
19 |
</span>
|
|
|
10 |
<span style="color:red">
|
11 |
# 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:
|
12 |
</span>
|
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">
|
20 |
# 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).
|
21 |
</span>
|