readme: fix model name
Browse files
README.md
CHANGED
@@ -43,9 +43,9 @@ using their model name.
|
|
43 |
Example usage with 🤗/Transformers:
|
44 |
|
45 |
```python
|
46 |
-
tokenizer = AutoTokenizer.from_pretrained("dbmdz/electra-
|
47 |
|
48 |
-
model = AutoModel.from_pretrained("dbmdz/electra-
|
49 |
```
|
50 |
|
51 |
# Citation
|
|
|
43 |
Example usage with 🤗/Transformers:
|
44 |
|
45 |
```python
|
46 |
+
tokenizer = AutoTokenizer.from_pretrained("dbmdz/electra-base-turkish-mc4-cased-discriminator")
|
47 |
|
48 |
+
model = AutoModel.from_pretrained("dbmdz/electra-base-turkish-mc4-cased-discriminator")
|
49 |
```
|
50 |
|
51 |
# Citation
|