Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ tags:
|
|
6 |
license: mit
|
7 |
language:
|
8 |
- tr
|
|
|
9 |
---
|
10 |
|
11 |
## Example Usage
|
@@ -34,5 +35,19 @@ results = rag.search(query, k= 1)
|
|
34 |
print(results[0]['content']) # "Marie Curie, radyoaktivite üzerine yaptığı çalışmalarla bilim dünyasına büyük katkılar sağlamıştır. Polonyum ve radyum elementlerini keşfetmiştir. İki farklı dalda Nobel Ödülü alan ilk kişi olmuştur."
|
35 |
```
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
license: mit
|
38 |
|
|
|
6 |
license: mit
|
7 |
language:
|
8 |
- tr
|
9 |
+
base_model: ytu-ce-cosmos/turkish-base-bert-uncased
|
10 |
---
|
11 |
|
12 |
## Example Usage
|
|
|
35 |
print(results[0]['content']) # "Marie Curie, radyoaktivite üzerine yaptığı çalışmalarla bilim dünyasına büyük katkılar sağlamıştır. Polonyum ve radyum elementlerini keşfetmiştir. İki farklı dalda Nobel Ödülü alan ilk kişi olmuştur."
|
36 |
```
|
37 |
|
38 |
+
# Acknowledgments
|
39 |
+
- Research supported with Cloud TPUs from [Google's TensorFlow Research Cloud](https://sites.research.google/trc/about/) (TFRC). Thanks for providing access to the TFRC ❤️
|
40 |
+
- Thanks to the generous support from the Hugging Face team, it is possible to download models from their S3 storage 🤗
|
41 |
+
|
42 |
+
# Citations
|
43 |
+
```bibtex
|
44 |
+
@article{kesgin2023developing,
|
45 |
+
title={Developing and Evaluating Tiny to Medium-Sized Turkish BERT Models},
|
46 |
+
author={Kesgin, Himmet Toprak and Yuce, Muzaffer Kaan and Amasyali, Mehmet Fatih},
|
47 |
+
journal={arXiv preprint arXiv:2307.14134},
|
48 |
+
year={2023}
|
49 |
+
}
|
50 |
+
```
|
51 |
+
|
52 |
license: mit
|
53 |
|