Oleg Somov
commited on
Commit
•
96e7316
1
Parent(s):
1b95b2b
fix pauq script
Browse files
pauq.py
CHANGED
@@ -49,8 +49,7 @@ _LICENSE = "CC BY-SA 4.0"
|
|
49 |
|
50 |
_HOMEPAGE = "https://github.com/ai-spiderweb/pauq"
|
51 |
|
52 |
-
|
53 |
-
_URL = "https://huggingface.co/datasets/composite/pauq/blob/main/formatted_pauq.zip"
|
54 |
|
55 |
|
56 |
class Pauq(datasets.GeneratorBasedBuilder):
|
|
|
49 |
|
50 |
_HOMEPAGE = "https://github.com/ai-spiderweb/pauq"
|
51 |
|
52 |
+
_URL = "https://huggingface.co/datasets/composite/pauq/resolve/main/formatted_pauq.zip"
|
|
|
53 |
|
54 |
|
55 |
class Pauq(datasets.GeneratorBasedBuilder):
|