Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
This dataset contains dataset splits for evaluating speculative decoding algorithms on different tasks.
|
| 5 |
+
|
| 6 |
+
File:
|
| 7 |
+
1. Coding: HumanEval.jsonl
|
| 8 |
+
2. Math: math_reasoning.jsonl
|
| 9 |
+
3. Question Answering: qa.jsonl
|
| 10 |
+
4. MT_bench: question.jsonl
|
| 11 |
+
5. Retrieval-Augmented Generation: rag.jsonl
|
| 12 |
+
6. Summarization: summarization.jsonl
|
| 13 |
+
7. Translation (German to English): translation.jsonl
|
| 14 |
+
8. Writing: writing.jsonl
|
| 15 |
+
|
| 16 |
+
The data comes from two sources:
|
| 17 |
+
1. https://github.com/openai/human-eval (1)
|
| 18 |
+
2. https://github.com/hemingkx/Spec-Bench (2-8)
|