ncoop57
commited on
Commit
•
3bce228
1
Parent(s):
db0386f
Add new url
Browse files
mmmlu.py
CHANGED
@@ -52,7 +52,7 @@ _URLS = {
|
|
52 |
"dev": list((ROOT / "dev").glob("*.csv")),
|
53 |
"test": list((ROOT / "test").glob("*.csv")),
|
54 |
}
|
55 |
-
_URL = "https://
|
56 |
CONFIG_NAMES = [
|
57 |
"abstract_algebra",
|
58 |
"high_school_mathematics",
|
|
|
52 |
"dev": list((ROOT / "dev").glob("*.csv")),
|
53 |
"test": list((ROOT / "test").glob("*.csv")),
|
54 |
}
|
55 |
+
_URL = "https://huggingface.co/datasets/ncoop57/mmmlu/resolve/main/data.zip"
|
56 |
CONFIG_NAMES = [
|
57 |
"abstract_algebra",
|
58 |
"high_school_mathematics",
|