Commit
·
7aa5ac2
1
Parent(s):
aa21f69
Update malayalam_news.py
Browse files- malayalam_news.py +2 -1
malayalam_news.py
CHANGED
@@ -22,8 +22,9 @@ _CITATION = """\
|
|
22 |
}
|
23 |
"""
|
24 |
|
|
|
25 |
_URLs = {
|
26 |
-
"malayalam_news": "https://
|
27 |
}
|
28 |
|
29 |
class MalayalamNewsConfig(datasets.BuilderConfig):
|
|
|
22 |
}
|
23 |
"""
|
24 |
|
25 |
+
# "malayalam_news": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/classification/indicnlp-news-articles.tgz"
|
26 |
_URLs = {
|
27 |
+
"malayalam_news": "https://huggingface.co/datasets/rajeshradhakrishnan/malayalam_news/blob/main/indicnlp-news-articles.tgz"
|
28 |
}
|
29 |
|
30 |
class MalayalamNewsConfig(datasets.BuilderConfig):
|