Commit
·
f423fa7
1
Parent(s):
262722f
updated download URL
Browse files- glueptpt.py +1 -2
glueptpt.py
CHANGED
@@ -119,8 +119,7 @@ class GLUEPTPTConfig(datasets.BuilderConfig):
|
|
119 |
self.label_column = label_column
|
120 |
self.label_classes = label_classes
|
121 |
self.data_url = (
|
122 |
-
"/
|
123 |
-
# "https://github.com/nlx-group/glueptpt/archive/refs/tags/v0.0.1.zip"
|
124 |
)
|
125 |
self.data_dir = data_dir
|
126 |
self.citation = citation
|
|
|
119 |
self.label_column = label_column
|
120 |
self.label_classes = label_classes
|
121 |
self.data_url = (
|
122 |
+
"https://huggingface.co/datasets/nlx/glueptpt/resolve/main/glue_data_ptpt_v0.0.1.tar.gz"
|
|
|
123 |
)
|
124 |
self.data_dir = data_dir
|
125 |
self.citation = citation
|