Hugo Abonizio
commited on
Commit
·
5686df4
1
Parent(s):
ed63981
Fix download path
Browse files- imdb_pt.py +1 -1
imdb_pt.py
CHANGED
@@ -27,7 +27,7 @@ _CITATION = """\
|
|
27 |
}
|
28 |
"""
|
29 |
|
30 |
-
_DOWNLOAD_URL = "https://huggingface.co/datasets/maritaca-ai/imdb_pt/resolve/main
|
31 |
|
32 |
class IMDBReviewsConfig(datasets.BuilderConfig):
|
33 |
"""BuilderConfig for IMDBReviews."""
|
|
|
27 |
}
|
28 |
"""
|
29 |
|
30 |
+
_DOWNLOAD_URL = "https://huggingface.co/datasets/maritaca-ai/imdb_pt/resolve/main"
|
31 |
|
32 |
class IMDBReviewsConfig(datasets.BuilderConfig):
|
33 |
"""BuilderConfig for IMDBReviews."""
|