Update chess_ground-targz.py
Browse files- chess_ground-targz.py +4 -1
chess_ground-targz.py
CHANGED
@@ -34,7 +34,10 @@ class ChessImageTextDataset(datasets.GeneratorBasedBuilder):
|
|
34 |
return datasets.DatasetInfo(
|
35 |
description=_DESCRIPTION,
|
36 |
features=features,
|
37 |
-
homepage=
|
|
|
|
|
|
|
38 |
license=_LICENSE,
|
39 |
citation=_CITATION,
|
40 |
)
|
|
|
34 |
return datasets.DatasetInfo(
|
35 |
description=_DESCRIPTION,
|
36 |
features=features,
|
37 |
+
homepage={
|
38 |
+
"text_dataset_homepage": "https://huggingface.co/datasets/Chesscorner/jsonl-chess-dataset",
|
39 |
+
"image_dataset_homepage": "https://huggingface.co/datasets/Chesscorner/chess-images"
|
40 |
+
},
|
41 |
license=_LICENSE,
|
42 |
citation=_CITATION,
|
43 |
)
|