Update ImageRewardDB.py
Browse files- ImageRewardDB.py +2 -2
ImageRewardDB.py
CHANGED
@@ -43,14 +43,14 @@ To build the ImageRewadDB, we design a pipeline tailored for it, establishing cr
|
|
43 |
annotator training, optimizing labeling experience, and ensuring quality validation. \
|
44 |
"""
|
45 |
|
46 |
-
_HOMEPAGE = "https://huggingface.co/datasets/
|
47 |
_VERSION = datasets.Version("1.0.0")
|
48 |
|
49 |
_LICENSE = "Apache License 2.0"
|
50 |
|
51 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
52 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
53 |
-
_REPO_ID = "
|
54 |
_URLS = {}
|
55 |
_PART_IDS = {
|
56 |
"train": 32,
|
|
|
43 |
annotator training, optimizing labeling experience, and ensuring quality validation. \
|
44 |
"""
|
45 |
|
46 |
+
_HOMEPAGE = "https://huggingface.co/datasets/THUDM/ImageRewardDB"
|
47 |
_VERSION = datasets.Version("1.0.0")
|
48 |
|
49 |
_LICENSE = "Apache License 2.0"
|
50 |
|
51 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
52 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
53 |
+
_REPO_ID = "THUDM/ImageRewardDB"
|
54 |
_URLS = {}
|
55 |
_PART_IDS = {
|
56 |
"train": 32,
|