Datasets:
Commit
·
90387b8
1
Parent(s):
6006ae2
fix: URLs to files
Browse files- mvl-sib200.py +2 -2
mvl-sib200.py
CHANGED
@@ -82,8 +82,8 @@ SENT2IMG_PROMPT: str = (
|
|
82 |
)
|
83 |
|
84 |
# URLs for downloading SIB .tsv data and images.
|
85 |
-
_SIB_URL: str = "https://huggingface.co/datasets/
|
86 |
-
_IMG_URL: str = "https://huggingface.co/datasets/
|
87 |
|
88 |
# Placeholder for dataset description: fill or extend as needed.
|
89 |
_DESCRIPTION: str = (
|
|
|
82 |
)
|
83 |
|
84 |
# URLs for downloading SIB .tsv data and images.
|
85 |
+
_SIB_URL: str = "https://huggingface.co/datasets/wuenlp/mvl-sib200/resolve/main/data/sib200/{lang}/{split}.tsv"
|
86 |
+
_IMG_URL: str = "https://huggingface.co/datasets/wuenlp/mvl-sib200/resolve/main/data/images/sib200/{category}_{no}.jpg"
|
87 |
|
88 |
# Placeholder for dataset description: fill or extend as needed.
|
89 |
_DESCRIPTION: str = (
|