Datasets:

Languages:
English
ArXiv:
License:
xujz0703 commited on
Commit
864fc15
·
1 Parent(s): 732c478

Update ImageRewardDB.py

Browse files
Files changed (1) hide show
  1. 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/wuyuchen/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 = "wuyuchen/ImageRewardDB"
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,