Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- tr
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
- f1
|
| 8 |
+
pipeline_tag: question-answering
|
| 9 |
+
tags:
|
| 10 |
+
- qa
|
| 11 |
+
- question answering
|
| 12 |
+
- squad
|
| 13 |
+
- bert
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
### Information
|
| 17 |
+
This model was developed/finetuned for QA task for the Turkish Language. This model was finetuned via [Turkish SQuAD](https://github.com/boun-tabi/SQuAD-TR) dataset.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
### Model Sources
|
| 21 |
+
- **Dataset:** https://github.com/boun-tabi/SQuAD-TR
|
| 22 |
+
- **Paper:** peer review (Springer)
|
| 23 |
+
- **Finetuned from model:** https://huggingface.co/dbmdz/bert-base-turkish-uncased
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
### Results
|
| 27 |
+
- Accuracy: %72.37
|
| 28 |
+
|
| 29 |
+
### Citation
|
| 30 |
+
BibTeX:
|
| 31 |
+
Peer review process
|