Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -88,7 +88,7 @@ Each sample contains the following fields:
|
|
| 88 |
from datasets import load_dataset
|
| 89 |
|
| 90 |
# Load the entire dataset
|
| 91 |
-
dataset = load_dataset("
|
| 92 |
|
| 93 |
math11_examples = dataset["test"].filter(lambda example: example["task"] == "Math-11")
|
| 94 |
symbolic_equal_examples = dataset["test"].filter(lambda example: example["task"] == "Symbolic-Equal")
|
|
|
|
| 88 |
from datasets import load_dataset
|
| 89 |
|
| 90 |
# Load the entire dataset
|
| 91 |
+
dataset = load_dataset("TMLR-Group-HF/NoRa", cache_dir="./dataset_cache")
|
| 92 |
|
| 93 |
math11_examples = dataset["test"].filter(lambda example: example["task"] == "Math-11")
|
| 94 |
symbolic_equal_examples = dataset["test"].filter(lambda example: example["task"] == "Symbolic-Equal")
|