Commit
·
72e3301
1
Parent(s):
553eabd
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ This repository contains the DistilBERT version for Romanian. Teacher model used
|
|
4 |
|
5 |
## Usage
|
6 |
|
7 |
-
```
|
8 |
from transformers import AutoTokenizer, AutoModel
|
9 |
|
10 |
# load the tokenizer and the model
|
|
|
4 |
|
5 |
## Usage
|
6 |
|
7 |
+
```python
|
8 |
from transformers import AutoTokenizer, AutoModel
|
9 |
|
10 |
# load the tokenizer and the model
|