Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
-
emoji:
|
4 |
colorFrom: pink
|
5 |
colorTo: indigo
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
-
thumbnail: >-
|
9 |
-
https://cdn-uploads.huggingface.co/production/uploads/64676c81e7a6a374fd181110/ZBvnUnA3xAmioBE0szoBT.png
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: README
|
3 |
+
emoji: π
|
4 |
colorFrom: pink
|
5 |
colorTo: indigo
|
6 |
sdk: static
|
7 |
pinned: false
|
|
|
|
|
8 |
---
|
9 |
|
10 |
+
YourBench is an open-source framework for generating zero-shot benchmarks from your own documents.
|
11 |
+
It helps you test language models on custom domains using automated pipelines for ingestion, summarization, and question generation.
|
12 |
+
|
13 |
+
- π Build benchmarks from PDFs, HTML, or text files
|
14 |
+
- π§ Generate both single-hop and multi-hop questions
|
15 |
+
- π Evaluate top models and deploy leaderboards instantly
|
16 |
+
- π οΈ Fully configurable via a single YAML file
|
17 |
+
|
18 |
+
Built with π€ by the [OpenEvals team](https://huggingface.co/OpenEvals) β [GitHub](https://github.com/huggingface/yourbench)
|