Maryanto commited on
Commit
87e0594
1 Parent(s): 0a2e187

change host to github

Browse files
Files changed (1) hide show
  1. 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://drive.usercontent.google.com/download?id=1OgYbPfXFAv3TbwP1Qcwt_CC9cVWSJaco&authuser=0&confirm=t&uuid=c06409ed-183f-4fd6-b53a-5af1fd816974&at=APZUnTWG1XP0UrA0fEf4esj_6D-1%3A1705996572820",
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]