alozowski HF Staff commited on
Commit
1db8b94
Β·
verified Β·
1 Parent(s): 6b53c07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
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
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
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)