burakaytan
commited on
Commit
•
d83086d
1
Parent(s):
a861e5e
Update README.md
Browse files
README.md
CHANGED
@@ -18,3 +18,20 @@ from transformers import AutoTokenizer, AutoModelForMaskedLM
|
|
18 |
tokenizer = AutoTokenizer.from_pretrained("burakaytan/roberta-base-turkish-uncased")
|
19 |
model = AutoModelForMaskedLM.from_pretrained("burakaytan/roberta-base-turkish-uncased")
|
20 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
tokenizer = AutoTokenizer.from_pretrained("burakaytan/roberta-base-turkish-uncased")
|
19 |
model = AutoModelForMaskedLM.from_pretrained("burakaytan/roberta-base-turkish-uncased")
|
20 |
```
|
21 |
+
|
22 |
+
|
23 |
+
## Citation and Related Information
|
24 |
+
|
25 |
+
To cite this model:
|
26 |
+
```bibtex
|
27 |
+
|
28 |
+
@INPROCEEDINGS{9509771,
|
29 |
+
author={Aytan, Burak and Sakar, C. Okan},
|
30 |
+
booktitle={2022 30th Signal Processing and Communications Applications Conference (SIU)},
|
31 |
+
title={Comparison of Transformer-Based Models Trained in Turkish and Different Languages on Turkish Natural Language Processing Problems},
|
32 |
+
year={2022},
|
33 |
+
volume={},
|
34 |
+
number={},
|
35 |
+
pages={},
|
36 |
+
doi={}}
|
37 |
+
```
|