Update breakfast.py
Browse files- breakfast.py +1 -1
breakfast.py
CHANGED
|
@@ -21,7 +21,7 @@ _HOMEPAGE = ""
|
|
| 21 |
|
| 22 |
_LICENSE = "xxx"
|
| 23 |
|
| 24 |
-
_URLS = {"full": "https://huggingface.co/datasets/dinggd/
|
| 25 |
|
| 26 |
|
| 27 |
class Breakfast(datasets.GeneratorBasedBuilder):
|
|
|
|
| 21 |
|
| 22 |
_LICENSE = "xxx"
|
| 23 |
|
| 24 |
+
_URLS = {"full": "https://huggingface.co/datasets/dinggd/breakfast/resolve/main/breakfast.zip"}
|
| 25 |
|
| 26 |
|
| 27 |
class Breakfast(datasets.GeneratorBasedBuilder):
|