tkesgin AbdulkaderSaoud commited on
Commit
aeb7e50
·
verified ·
1 Parent(s): 695b604

Update README.md (#3)

Browse files

- Update README.md (7b5f21083568ac3a6907b92f9dae7595a6f1a81b)


Co-authored-by: Abdulkader Saoud <AbdulkaderSaoud@users.noreply.huggingface.co>

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 🤗