Datasets:

Languages:
English
ArXiv:
License:
wuyuchen commited on
Commit
7eb1362
1 Parent(s): fad4353

Upload ImageRewardDB.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. ImageRewardDB.py +1 -1
ImageRewardDB.py CHANGED
@@ -108,7 +108,7 @@ class ImageRewardDB(datasets.GeneratorBasedBuilder):
108
  "test": 2
109
  }
110
  BUILDER_CONFIGS.append(
111
- ImageRewardDBConfig(name=f"{num_k}k", part_ids=part_ids, version=_VERSION, description=f"This is a {num_k}k-scale ImageRewardDB")
112
  )
113
 
114
  DEFAULT_CONFIG_NAME = "8k" # It's not mandatory to have a default configuration. Just use one if it make sense.
 
108
  "test": 2
109
  }
110
  BUILDER_CONFIGS.append(
111
+ ImageRewardDBConfig(name=f"{num_k}k", part_ids=part_ids, description=f"This is a {num_k}k-scale ImageRewardDB")
112
  )
113
 
114
  DEFAULT_CONFIG_NAME = "8k" # It's not mandatory to have a default configuration. Just use one if it make sense.