Oleg Somov
commited on
Commit
•
1b95b2b
1
Parent(s):
37b0078
fix script
Browse files
pauq.py
CHANGED
@@ -47,7 +47,10 @@ _DESCRIPTION = """\
|
|
47 |
|
48 |
_LICENSE = "CC BY-SA 4.0"
|
49 |
|
50 |
-
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
class Pauq(datasets.GeneratorBasedBuilder):
|
|
|
47 |
|
48 |
_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):
|