Datasets:
Add task category, link to paper
Browse filesThis PR adds a link to the paper: https://huggingface.co/papers/2405.00332.
It also adds the task category.
README.md
CHANGED
@@ -16,7 +16,10 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: test
|
18 |
path: data/test-*
|
|
|
|
|
19 |
---
|
|
|
20 |
# GSM1K-TR-50-Samples
|
21 |
|
22 |
-
This dataset contains 50 samples from the turkish replication of [gsm1k paper](https://
|
|
|
16 |
data_files:
|
17 |
- split: test
|
18 |
path: data/test-*
|
19 |
+
task_categories:
|
20 |
+
- question-answering
|
21 |
---
|
22 |
+
|
23 |
# GSM1K-TR-50-Samples
|
24 |
|
25 |
+
This dataset contains 50 samples from the turkish replication of [gsm1k paper](https://huggingface.co/papers/2405.00332). They are sampled from the complete gsm1k turkish dataset by difficulty distribution, where the difficulty's measurement method is provided in the original paper.
|