Chesscorner commited on
Commit
24bb688
·
verified ·
1 Parent(s): da8573a

Update chess_ground-targz.py

Browse files
Files changed (1) hide show
  1. chess_ground-targz.py +2 -2
chess_ground-targz.py CHANGED
@@ -36,7 +36,7 @@ class ChessImageTextDataset(datasets.GeneratorBasedBuilder):
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/resolve/main/flat_images.tar.gz"
40
  },
41
  license=_LICENSE,
42
  citation=_CITATION,
@@ -46,7 +46,7 @@ class ChessImageTextDataset(datasets.GeneratorBasedBuilder):
46
  """Define the splits of the dataset."""
47
 
48
  # Load the image dataset (tar.gz file)
49
- image_dataset_url = "https://huggingface.co/datasets/Chesscorner/chess-images/blob/main/flat_images.tar.gz"
50
  extracted_image_path = dl_manager.download(image_dataset_url)
51
 
52
  # Load the text dataset (ground truths)
 
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,
 
46
  """Define the splits of the dataset."""
47
 
48
  # Load the image dataset (tar.gz file)
49
+ image_dataset_url = "https://huggingface.co/datasets/Chesscorner/chess-images/resolve/main/flat_images.tar.gz"
50
  extracted_image_path = dl_manager.download(image_dataset_url)
51
 
52
  # Load the text dataset (ground truths)