Rename HAIndicSentiment.py to IndicSentiment.py
Browse files
HAIndicSentiment.py → IndicSentiment.py
RENAMED
@@ -17,7 +17,7 @@ _DESCRIPTION = """\
|
|
17 |
"""
|
18 |
|
19 |
_LANG = ["as", "bn", "bd", "gu", "hi", "kn", "ml", "mr", "or", "pa", "ta", "te", "ur"]
|
20 |
-
_URL = "https://huggingface.co/datasets/ai4bharat/
|
21 |
_VERSION = datasets.Version("1.0.0", "First version of IndicSentiment")
|
22 |
|
23 |
|
|
|
17 |
"""
|
18 |
|
19 |
_LANG = ["as", "bn", "bd", "gu", "hi", "kn", "ml", "mr", "or", "pa", "ta", "te", "ur"]
|
20 |
+
_URL = "https://huggingface.co/datasets/ai4bharat/IndicSentiment/resolve/main/data/{split}/{language}.json"
|
21 |
_VERSION = datasets.Version("1.0.0", "First version of IndicSentiment")
|
22 |
|
23 |
|