Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,17 @@ I fine-tuned Turkish-Bert-Model for Question-Answering problem with Turkish vers
|
|
| 7 |
* BERT-base: https://huggingface.co/dbmdz/bert-base-turkish-uncased
|
| 8 |
* TQuAD dataset: https://github.com/TQuad/turkish-nlp-qa-dataset
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# Training Code
|
| 12 |
|
|
|
|
| 7 |
* BERT-base: https://huggingface.co/dbmdz/bert-base-turkish-uncased
|
| 8 |
* TQuAD dataset: https://github.com/TQuad/turkish-nlp-qa-dataset
|
| 9 |
|
| 10 |
+
# Citation
|
| 11 |
+
Please cite if you use it in your study
|
| 12 |
+
```
|
| 13 |
+
@book{yildirim2021mastering,
|
| 14 |
+
title={Mastering Transformers: Build state-of-the-art models from scratch with advanced natural language processing techniques},
|
| 15 |
+
author={Yildirim, Savas and Asgari-Chenaghlu, Meysam},
|
| 16 |
+
year={2021},
|
| 17 |
+
publisher={Packt Publishing Ltd}
|
| 18 |
+
}
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
|
| 22 |
# Training Code
|
| 23 |
|