change _BASE_URL_ for transfer to eleuther org
Browse files- arithmetic.py +1 -1
arithmetic.py
CHANGED
@@ -43,7 +43,7 @@ _HOMEPAGE = "https://github.com/openai/gpt-3/tree/master/data"
|
|
43 |
# TODO: Add the licence for the dataset here if you can find it
|
44 |
_LICENSE = ""
|
45 |
|
46 |
-
_BASE_URL = "https://huggingface.co/datasets/
|
47 |
|
48 |
|
49 |
_URLS = {
|
|
|
43 |
# TODO: Add the licence for the dataset here if you can find it
|
44 |
_LICENSE = ""
|
45 |
|
46 |
+
_BASE_URL = "https://huggingface.co/datasets/EleutherAI/arithmetic/resolve/main/data"
|
47 |
|
48 |
|
49 |
_URLS = {
|