Datasets:
boopy saur
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ def get_all_files(directory):
|
|
22 |
file_paths.append(os.path.abspath(full_path))
|
23 |
return file_paths
|
24 |
|
25 |
-
DATA_SPLIT="
|
26 |
DATA_LOCATION = snapshot_download("metalure/that-one-google-math-dataset", repo_type="dataset")
|
27 |
|
28 |
dataset = load_dataset("json", data_files=get_all_files(os.path.join(DATA_LOCATION, DATA_SPLIT)))
|
|
|
22 |
file_paths.append(os.path.abspath(full_path))
|
23 |
return file_paths
|
24 |
|
25 |
+
DATA_SPLIT="train-easy" # extrapolate, interpolate, train-easy, train-hard, train-medium
|
26 |
DATA_LOCATION = snapshot_download("metalure/that-one-google-math-dataset", repo_type="dataset")
|
27 |
|
28 |
dataset = load_dataset("json", data_files=get_all_files(os.path.join(DATA_LOCATION, DATA_SPLIT)))
|