Commit ·
139be99
1
Parent(s): 79dd255
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,8 @@ The model can be found at:
|
|
| 27 |
#### How to use
|
| 28 |
|
| 29 |
```python
|
| 30 |
-
from transformers import AutoTokenizer, AutoModel
|
|
|
|
| 31 |
```
|
| 32 |
|
| 33 |
### BibTeX entry and citation info
|
|
|
|
| 27 |
#### How to use
|
| 28 |
|
| 29 |
```python
|
| 30 |
+
from transformers import AutoTokenizer, AutoModel
|
| 31 |
+
tokenizer = AutoTokenizer.from_pretrained("alexanderfalk/danbert-small-cased") model = AutoModel.from_pretrained("alexanderfalk/danbert-small-cased")
|
| 32 |
```
|
| 33 |
|
| 34 |
### BibTeX entry and citation info
|