Update mnist-text-no-spaces.py

#1
by deleted - opened
Files changed (1) hide show
  1. mnist-text-no-spaces.py +1 -0
mnist-text-no-spaces.py CHANGED
@@ -73,6 +73,7 @@ _CITATION = """\
73
  }
74
  """
75
 
 
76
  _TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/Fraser-Greenlee/my-huggingface-datasets/master/data/mnist-text-no-spaces/train.json.zip"
77
  _TEST_DOWNLOAD_URL = "https://raw.githubusercontent.com/Fraser-Greenlee/my-huggingface-datasets/master/data/mnist-text-no-spaces/test.json"
78
 
 
73
  }
74
  """
75
 
76
+ # raw.githubusercontent.com cannot visit
77
  _TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/Fraser-Greenlee/my-huggingface-datasets/master/data/mnist-text-no-spaces/train.json.zip"
78
  _TEST_DOWNLOAD_URL = "https://raw.githubusercontent.com/Fraser-Greenlee/my-huggingface-datasets/master/data/mnist-text-no-spaces/test.json"
79