albertvillanova HF staff commited on
Commit
444a3c7
1 Parent(s): db8e299

Update script to use local data file

Browse files
Files changed (1) hide show
  1. ar_sarcasm.py +2 -1
ar_sarcasm.py CHANGED
@@ -43,8 +43,9 @@ The dataset was created using previously available Arabic sentiment analysis dat
43
 
44
  _LICENSE = "MIT"
45
 
 
46
  _URLs = {
47
- "default": "https://github.com/iabufarha/ArSarcasm/archive/master.zip",
48
  }
49
 
50
 
 
43
 
44
  _LICENSE = "MIT"
45
 
46
+ # From: https://github.com/iabufarha/ArSarcasm/archive/master.zip
47
  _URLs = {
48
+ "default": "data.zip",
49
  }
50
 
51