Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Arabic
Size:
10K - 100K
Tags:
sarcasm-detection
License:
Update script to use local data file
Browse files- 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": "
|
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 |
|