Make viewer work
Browse filesThis should make the dataset viewer show a preview of the JSON dataset see (https://huggingface.co/docs/hub/datasets-data-files-configuration) for docs
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
<div align="center">
|
5 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
configs:
|
4 |
+
- config_name: orz_math_72k_collection_extended
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: orz_math_72k_collection_extended.json
|
8 |
---
|
9 |
<div align="center">
|
10 |
|