Upload ImageRewardDB.py with huggingface_hub
Browse files- 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,
|
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.
|