Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
Tunisian Arabic
Size:
1K<n<10K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,24 @@ task_ids:
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: tunizi
|
21 |
pretty_name: TUNIZI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for TUNIZI
|
@@ -143,4 +161,4 @@ This dataset uses Tunisian Arabic written with latin script (BCP-47: aeb-Latn)
|
|
143 |
|
144 |
### Contributions
|
145 |
|
146 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: tunizi
|
21 |
pretty_name: TUNIZI
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: string
|
26 |
+
- name: sentence
|
27 |
+
dtype: string
|
28 |
+
- name: target
|
29 |
+
dtype:
|
30 |
+
class_label:
|
31 |
+
names:
|
32 |
+
0: '1'
|
33 |
+
1: '-1'
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 211166
|
37 |
+
num_examples: 3000
|
38 |
+
download_size: 162781
|
39 |
+
dataset_size: 211166
|
40 |
---
|
41 |
|
42 |
# Dataset Card for TUNIZI
|
|
|
161 |
|
162 |
### Contributions
|
163 |
|
164 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|