AbdulkaderSaoud commited on
Commit
7b5f210
1 Parent(s): 695b604

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -50,6 +50,12 @@ results = rag.search(query, k= 1)
50
  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. i̇ki farklı dalda nobel ödülü alan ilk kişi olmuştur."
51
  ```
52
 
 
 
 
 
 
 
53
  # Acknowledgments
54
  - 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 ❤️
55
  - Thanks to the generous support from the Hugging Face team, it is possible to download models from their S3 storage 🤗
 
50
  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. i̇ki farklı dalda nobel ödülü alan ilk kişi olmuştur."
51
  ```
52
 
53
+ # Evaluation
54
+ | Dataset | R@1 | R@5 | R@10 | MRR@10 |
55
+ |-------------|--------------|--------------|--------------|---------------|
56
+ | [Scifact-tr](https://huggingface.co/datasets/AbdulkaderSaoud/scifact-tr) | 48.38 | 67.85 | 75.52 | 56.88 |
57
+ | [WikiRAG-TR](https://huggingface.co/datasets/Metin/WikiRAG-TR) | 31.21 | 75.63 | 79.63 | 49.08 |
58
+
59
  # Acknowledgments
60
  - 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 ❤️
61
  - Thanks to the generous support from the Hugging Face team, it is possible to download models from their S3 storage 🤗