ShixuanAn commited on
Commit
9e445f0
1 Parent(s): 3703455

Update RDD_2020.py

Browse files
Files changed (1) hide show
  1. RDD_2020.py +3 -3
RDD_2020.py CHANGED
@@ -77,9 +77,9 @@ class RDD2020_Dataset(datasets.GeneratorBasedBuilder):
77
  def _split_generators(self, dl_manager):
78
  # The direct links to the zipped files on Hugging Face
79
  urls_to_download = {
80
- "train": "https://huggingface.co/datasets/ShixuanAn/RDD2020/blob/main/train.zip",
81
- "test1": "https://huggingface.co/datasets/ShixuanAn/RDD2020/blob/main/test1.zip",
82
- "test2": "https://huggingface.co/datasets/ShixuanAn/RDD2020/blob/main/test2.zip",
83
  }
84
 
85
  # Download and extract the dataset using the dl_manager
 
77
  def _split_generators(self, dl_manager):
78
  # The direct links to the zipped files on Hugging Face
79
  urls_to_download = {
80
+ "test2": "https://huggingface.co/datasets/ShixuanAn/RDD_2020/raw/main/test2.zip",
81
+ "test1": "https://huggingface.co/datasets/ShixuanAn/RDD_2020/raw/main/test1.zip",
82
+ "train": "https://huggingface.co/datasets/ShixuanAn/RDD_2020/raw/main/train.zip"
83
  }
84
 
85
  # Download and extract the dataset using the dl_manager