Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Size:
10K - 100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,31 @@ task_ids:
|
|
20 |
- sentiment-classification
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: Tamilmixsentiment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for Tamilmixsentiment
|
@@ -170,4 +195,4 @@ Eleven volunteers were involved in the process. All of them were native speakers
|
|
170 |
```
|
171 |
### Contributions
|
172 |
|
173 |
-
Thanks to [@jamespaultg](https://github.com/jamespaultg) for adding this dataset.
|
|
|
20 |
- sentiment-classification
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: Tamilmixsentiment
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: text
|
26 |
+
dtype: string
|
27 |
+
- name: label
|
28 |
+
dtype:
|
29 |
+
class_label:
|
30 |
+
names:
|
31 |
+
0: Positive
|
32 |
+
1: Negative
|
33 |
+
2: Mixed_feelings
|
34 |
+
3: unknown_state
|
35 |
+
4: not-Tamil
|
36 |
+
splits:
|
37 |
+
- name: test
|
38 |
+
num_bytes: 218764
|
39 |
+
num_examples: 3149
|
40 |
+
- name: train
|
41 |
+
num_bytes: 790132
|
42 |
+
num_examples: 11335
|
43 |
+
- name: validation
|
44 |
+
num_bytes: 89618
|
45 |
+
num_examples: 1260
|
46 |
+
download_size: 1150792
|
47 |
+
dataset_size: 1098514
|
48 |
---
|
49 |
|
50 |
# Dataset Card for Tamilmixsentiment
|
|
|
195 |
```
|
196 |
### Contributions
|
197 |
|
198 |
+
Thanks to [@jamespaultg](https://github.com/jamespaultg) for adding this dataset.
|