Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -40,6 +40,14 @@ configs:
|
|
| 40 |
path: operation/dev-*.parquet
|
| 41 |
- split: test
|
| 42 |
path: operation/test-*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
---
|
| 44 |
|
| 45 |
# SynLogic Dataset
|
|
@@ -53,6 +61,7 @@ This dataset contains multiple tasks for synthetic logic reasoning.
|
|
| 53 |
- math_path
|
| 54 |
- number_wall
|
| 55 |
- operation
|
|
|
|
| 56 |
|
| 57 |
## Usage
|
| 58 |
|
|
@@ -60,5 +69,5 @@ This dataset contains multiple tasks for synthetic logic reasoning.
|
|
| 60 |
from datasets import load_dataset
|
| 61 |
|
| 62 |
# Load a specific task
|
| 63 |
-
ds = load_dataset("SeanWang0027/synlogic", "
|
| 64 |
```
|
|
|
|
| 40 |
path: operation/dev-*.parquet
|
| 41 |
- split: test
|
| 42 |
path: operation/test-*.parquet
|
| 43 |
+
- config_name: space_reasoning
|
| 44 |
+
data_files:
|
| 45 |
+
- split: train
|
| 46 |
+
path: space_reasoning/train-*.parquet
|
| 47 |
+
- split: dev
|
| 48 |
+
path: space_reasoning/dev-*.parquet
|
| 49 |
+
- split: test
|
| 50 |
+
path: space_reasoning/test-*.parquet
|
| 51 |
---
|
| 52 |
|
| 53 |
# SynLogic Dataset
|
|
|
|
| 61 |
- math_path
|
| 62 |
- number_wall
|
| 63 |
- operation
|
| 64 |
+
- space_reasoning
|
| 65 |
|
| 66 |
## Usage
|
| 67 |
|
|
|
|
| 69 |
from datasets import load_dataset
|
| 70 |
|
| 71 |
# Load a specific task
|
| 72 |
+
ds = load_dataset("SeanWang0027/synlogic", "space_reasoning")
|
| 73 |
```
|