Commit
·
59c35bb
1
Parent(s):
b5679b7
Update LoadingScript
Browse files- LoadingScriptPractice.py +1 -1
LoadingScriptPractice.py
CHANGED
|
@@ -68,7 +68,7 @@ class LoadingScriptPractice(datasets.GeneratorBasedBuilder):
|
|
| 68 |
"label" : datasets.Value("string")
|
| 69 |
}
|
| 70 |
),
|
| 71 |
-
supervised_keys=("image", "caption"
|
| 72 |
# homepage=_HOMEPAGE,
|
| 73 |
citation= "",
|
| 74 |
# license=_LICENSE,
|
|
|
|
| 68 |
"label" : datasets.Value("string")
|
| 69 |
}
|
| 70 |
),
|
| 71 |
+
supervised_keys=("image", "caption"),
|
| 72 |
# homepage=_HOMEPAGE,
|
| 73 |
citation= "",
|
| 74 |
# license=_LICENSE,
|