arxyzan commited on
Commit
65072f8
1 Parent(s): b9ecb35

Update lscp-500k.py

Browse files
Files changed (1) hide show
  1. lscp-500k.py +2 -2
lscp-500k.py CHANGED
@@ -41,8 +41,8 @@ annotated with parsing tree, part-of-speech tags, sentiment polarity and transla
41
  """
42
 
43
  _DOWNLOAD_URLS = {
44
- "train": "https://huggingface.co/datasets/hezarai/lscp-500k/blob/main/lscp-500k_train.csv",
45
- "test": "https://huggingface.co/datasets/hezarai/lscp-500k/blob/main/lscp-500k_test.csv",
46
  }
47
 
48
 
 
41
  """
42
 
43
  _DOWNLOAD_URLS = {
44
+ "train": "https://huggingface.co/datasets/hezarai/lscp-500k/resolve/main/lscp-500k_train.csv",
45
+ "test": "https://huggingface.co/datasets/hezarai/lscp-500k/resolve/main/lscp-500k_test.csv",
46
  }
47
 
48