GazeEzio commited on
Commit
9cae6ce
·
verified ·
1 Parent(s): c7074ec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("GazeEzio/NoRa_Test", 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")
 
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")