Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
sentiment-classification
Languages:
Turkish
Size:
100K - 1M
Tags:
sentiment
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -8,17 +8,49 @@ license:
|
|
| 8 |
multilinguality:
|
| 9 |
- monolingual
|
| 10 |
size_categories:
|
| 11 |
-
-
|
| 12 |
source_datasets:
|
| 13 |
- original
|
| 14 |
task_categories:
|
| 15 |
- text-classification
|
| 16 |
task_ids:
|
| 17 |
- sentiment-classification
|
| 18 |
-
pretty_name:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
tags:
|
| 20 |
- sentiment
|
| 21 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
features:
|
| 23 |
- name: sentence
|
| 24 |
dtype: string
|
|
@@ -47,6 +79,31 @@ dataset_info:
|
|
| 47 |
num_bytes: 742661
|
| 48 |
num_examples: 10000
|
| 49 |
download_size: 58918801
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
data_files:
|
| 51 |
- split: train
|
| 52 |
path: movies/train-*
|
|
@@ -54,7 +111,23 @@ dataset_info:
|
|
| 54 |
path: movies/validation-*
|
| 55 |
- split: test
|
| 56 |
path: movies/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
---
|
| 58 |
|
| 59 |
|
| 60 |
-
# Dataset Card for
|
|
|
|
| 8 |
multilinguality:
|
| 9 |
- monolingual
|
| 10 |
size_categories:
|
| 11 |
+
- 100K<n<1M
|
| 12 |
source_datasets:
|
| 13 |
- original
|
| 14 |
task_categories:
|
| 15 |
- text-classification
|
| 16 |
task_ids:
|
| 17 |
- sentiment-classification
|
| 18 |
+
pretty_name: SentiTurca (Sentiment Analysis Datasets for Turkish language)
|
| 19 |
+
config_names:
|
| 20 |
+
- e-commerce
|
| 21 |
+
- hate
|
| 22 |
+
- movies
|
| 23 |
tags:
|
| 24 |
- sentiment
|
| 25 |
dataset_info:
|
| 26 |
+
- config_name: hate
|
| 27 |
+
features:
|
| 28 |
+
- name: baslik
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: text
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: category
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: label
|
| 35 |
+
dtype:
|
| 36 |
+
class_label:
|
| 37 |
+
names:
|
| 38 |
+
'0': offensive
|
| 39 |
+
'1': hate
|
| 40 |
+
'2': neutral
|
| 41 |
+
'3': civilized
|
| 42 |
+
splits:
|
| 43 |
+
- name: train
|
| 44 |
+
num_bytes: 47357639
|
| 45 |
+
num_examples: 86816
|
| 46 |
+
- name: validation
|
| 47 |
+
num_bytes: 5400927
|
| 48 |
+
num_examples: 9996
|
| 49 |
+
- name: test
|
| 50 |
+
num_bytes: 5323545
|
| 51 |
+
num_examples: 9991
|
| 52 |
+
download_size: 58918801
|
| 53 |
+
- config_name: movies
|
| 54 |
features:
|
| 55 |
- name: sentence
|
| 56 |
dtype: string
|
|
|
|
| 79 |
num_bytes: 742661
|
| 80 |
num_examples: 10000
|
| 81 |
download_size: 58918801
|
| 82 |
+
- config_name: e-commerce
|
| 83 |
+
features:
|
| 84 |
+
- name: sentence
|
| 85 |
+
dtype: string
|
| 86 |
+
- name: star
|
| 87 |
+
dtype:
|
| 88 |
+
class_label:
|
| 89 |
+
names:
|
| 90 |
+
'0': 1_star
|
| 91 |
+
'1': 2_star
|
| 92 |
+
'2': 3_star
|
| 93 |
+
'3': 4_star
|
| 94 |
+
'4': 5_star
|
| 95 |
+
splits:
|
| 96 |
+
- name: train
|
| 97 |
+
num_bytes: 12844466
|
| 98 |
+
num_examples: 170188
|
| 99 |
+
- name: validation
|
| 100 |
+
num_bytes: 4811620
|
| 101 |
+
num_examples: 30000
|
| 102 |
+
- name: test
|
| 103 |
+
num_bytes: 5260694
|
| 104 |
+
num_examples: 30000
|
| 105 |
+
configs:
|
| 106 |
+
- config_name: movies
|
| 107 |
data_files:
|
| 108 |
- split: train
|
| 109 |
path: movies/train-*
|
|
|
|
| 111 |
path: movies/validation-*
|
| 112 |
- split: test
|
| 113 |
path: movies/test-*
|
| 114 |
+
- config_name: e-commerce
|
| 115 |
+
data_files:
|
| 116 |
+
- split: train
|
| 117 |
+
path: e-commerce/train_*
|
| 118 |
+
- split: validation
|
| 119 |
+
path: e-commerce/valid_*
|
| 120 |
+
- split: test
|
| 121 |
+
path: e-commerce/test_*
|
| 122 |
+
- config_name: hate
|
| 123 |
+
data_files:
|
| 124 |
+
- split: train
|
| 125 |
+
path: hate/train-*
|
| 126 |
+
- split: validation
|
| 127 |
+
path: hate/validation-*
|
| 128 |
+
- split: test
|
| 129 |
+
path: hate/test-*
|
| 130 |
---
|
| 131 |
|
| 132 |
|
| 133 |
+
# Dataset Card for TrGLUE
|