Datasets:
Languages:
Indonesian
Tags:
summarization
Maryanto
commited on
Commit
·
87e0594
1
Parent(s):
0a2e187
change host to github
Browse files- indosum.py +1 -1
indosum.py
CHANGED
@@ -36,7 +36,7 @@ _HOMEPAGE = "https://github.com/kata-ai/indosum"
|
|
36 |
_LICENSE = "Apache License, Version 2.0"
|
37 |
|
38 |
_URLS = {
|
39 |
-
_DATASETNAME: "https://
|
40 |
}
|
41 |
|
42 |
_SUPPORTED_TASKS = [Tasks.SUMMARIZATION]
|
|
|
36 |
_LICENSE = "Apache License, Version 2.0"
|
37 |
|
38 |
_URLS = {
|
39 |
+
_DATASETNAME: "https://github.com/maryantocinn/indosum/raw/main/indosum.tar.gz",
|
40 |
}
|
41 |
|
42 |
_SUPPORTED_TASKS = [Tasks.SUMMARIZATION]
|