burakaytan
commited on
Commit
·
af54a5e
1
Parent(s):
9272e20
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,6 @@ tokenizer = AutoTokenizer.from_pretrained("burakaytan/roberta-small-turkish-clea
|
|
24 |
model = AutoModelForMaskedLM.from_pretrained("burakaytan/roberta-small-turkish-clean-uncased")
|
25 |
```
|
26 |
|
27 |
-
|
28 |
# Fill Mask Usage
|
29 |
|
30 |
```python
|
|
|
24 |
model = AutoModelForMaskedLM.from_pretrained("burakaytan/roberta-small-turkish-clean-uncased")
|
25 |
```
|
26 |
|
|
|
27 |
# Fill Mask Usage
|
28 |
|
29 |
```python
|