Update lscp-500k.py
Browse files- 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/
|
45 |
-
"test": "https://huggingface.co/datasets/hezarai/lscp-500k/
|
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 |
|