Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -36,4 +36,13 @@ configs:
|
|
36 |
path: data/test-*
|
37 |
- split: validation
|
38 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
|
|
|
|
|
36 |
path: data/test-*
|
37 |
- split: validation
|
38 |
path: data/validation-*
|
39 |
+
license: apache-2.0
|
40 |
+
task_categories:
|
41 |
+
- question-answering
|
42 |
+
language:
|
43 |
+
- en
|
44 |
+
size_categories:
|
45 |
+
- 10K<n<100K
|
46 |
---
|
47 |
+
|
48 |
+
The [MathQA](https://huggingface.co/datasets/allenai/math_qa) dataset without needing to run remote code, so it is compatible with datasets >= 4.0.0.
|