Datasets:
Update sentiment_digikala_snappfood.py
Browse files
sentiment_digikala_snappfood.py
CHANGED
@@ -9,8 +9,8 @@ Sentiment analysis dataset extracted and labeled from Digikala and Snapp Food co
|
|
9 |
|
10 |
_DOWNLOAD_URLS = {
|
11 |
|
12 |
-
"train": "https://huggingface.co/datasets/hezar-ai/sentiment_digikala_snappfood/
|
13 |
-
"test": "https://huggingface.co/datasets/hezar-ai/sentiment_digikala_snappfood/
|
14 |
}
|
15 |
|
16 |
|
|
|
9 |
|
10 |
_DOWNLOAD_URLS = {
|
11 |
|
12 |
+
"train": "https://huggingface.co/datasets/hezar-ai/sentiment_digikala_snappfood/raw/main/sentiment_digikala_snappfood_train.csv",
|
13 |
+
"test": "https://huggingface.co/datasets/hezar-ai/sentiment_digikala_snappfood/raw/main/sentiment_digikala_snappfood_test.csv"
|
14 |
}
|
15 |
|
16 |
|