Datasets:

Languages:
English
ArXiv:
License:
wuyuchen commited on
Commit
3b39000
1 Parent(s): 074df4f

Upload ImageRewardDB.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. ImageRewardDB.py +2 -2
ImageRewardDB.py CHANGED
@@ -12,7 +12,7 @@
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
 
15
- """TODO: Add a description here."""
16
 
17
 
18
  import pandas as pd
@@ -48,7 +48,7 @@ comparisons to date.
48
  _HOMEPAGE = "https://huggingface.co/datasets/wuyuchen/ImageRewardDB"
49
  _VERSION = datasets.Version("1.0.0")
50
 
51
- _LICENSE = "apache-2.0"
52
 
53
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
54
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
 
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
 
15
+ """TLoading scripts for ImageRewardDB."""
16
 
17
 
18
  import pandas as pd
 
48
  _HOMEPAGE = "https://huggingface.co/datasets/wuyuchen/ImageRewardDB"
49
  _VERSION = datasets.Version("1.0.0")
50
 
51
+ _LICENSE = "Apache License 2.0"
52
 
53
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
54
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)