mariosasko commited on
Commit
8a7e413
1 Parent(s): 3a0bb29

Host data files in repo (#24)

Browse files

- Host data files in repo (513ddf9ae57e84d026b4a47ffe6a4d1a2b731b97)
- Update minds14.py (990904f33a1dadbc4ab3287b3e81dd8cacc811c1)

Files changed (2) hide show
  1. data/MInDS-14.zip +3 -0
  2. minds14.py +1 -1
data/MInDS-14.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:595c040b4c5fba0cfa55138f4954ef68ee4d38bad2bb46d620feb75b40f476fc
3
+ size 471355396
minds14.py CHANGED
@@ -48,7 +48,7 @@ _DESCRIPTION = "MINDS-14 is a dataset for the intent detection task with spoken
48
 
49
  _HOMEPAGE_URL = "https://arxiv.org/abs/2104.08524"
50
 
51
- _DATA_URL = "https://www.dropbox.com/s/e2us0hcs3ilr20e/MInDS-14.zip?dl=1"
52
 
53
 
54
  class Minds14Config(datasets.BuilderConfig):
48
 
49
  _HOMEPAGE_URL = "https://arxiv.org/abs/2104.08524"
50
 
51
+ _DATA_URL = "data/MInDS-14.zip"
52
 
53
 
54
  class Minds14Config(datasets.BuilderConfig):