VictorSanh
commited on
Commit
•
b36218f
1
Parent(s):
f275c58
test
Browse files
P3.py
CHANGED
@@ -38,7 +38,7 @@ _LICENSE = "Apache License 2.0"
|
|
38 |
|
39 |
_HOMEPAGE = "https://github.com/bigscience-workshop/promptsource"
|
40 |
|
41 |
-
_DATA_PATH = "
|
42 |
|
43 |
|
44 |
def load_cached_task(cache_dir, split):
|
@@ -113,6 +113,7 @@ def find_task_splits_and_features():
|
|
113 |
task_and_their_splits[task_name]["features"] = sorted(list(features.keys()))
|
114 |
else:
|
115 |
assert task_and_their_splits[task_name]["features"] == sorted(list(features.keys()))
|
|
|
116 |
return task_and_their_splits
|
117 |
|
118 |
|
|
|
38 |
|
39 |
_HOMEPAGE = "https://github.com/bigscience-workshop/promptsource"
|
40 |
|
41 |
+
_DATA_PATH = "./data"
|
42 |
|
43 |
|
44 |
def load_cached_task(cache_dir, split):
|
|
|
113 |
task_and_their_splits[task_name]["features"] = sorted(list(features.keys()))
|
114 |
else:
|
115 |
assert task_and_their_splits[task_name]["features"] == sorted(list(features.keys()))
|
116 |
+
print(task_and_their_splits.keys())
|
117 |
return task_and_their_splits
|
118 |
|
119 |
|