Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
sentiment-classification
Languages:
Turkish
Size:
100K - 1M
Tags:
sentiment
License:
File size: 2,474 Bytes
890f5d1 3c4f1c0 890f5d1 3c4f1c0 890f5d1 3c4f1c0 c682470 3c4f1c0 890f5d1 bd711b7 ca432ce bd711b7 ca432ce 890f5d1 403d4d2 ffbace5 890f5d1 ca432ce ffbace5 890f5d1 ca432ce ffbace5 890f5d1 3c4f1c0 a7950c8 3c4f1c0 a7950c8 3c4f1c0 a7950c8 3c4f1c0 c682470 3c4f1c0 c682470 3c4f1c0 c682470 3c4f1c0 890f5d1 3c4f1c0 a7950c8 3c4f1c0 a7950c8 3c4f1c0 a7950c8 3c4f1c0 890f5d1 3c4f1c0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 |
---
annotations_creators:
- Duygu Altinok
language:
- tr
license:
- cc-by-sa-4.0
multilinguality:
- monolingual
size_categories:
- 100K<n<1M
source_datasets:
- original
task_categories:
- text-classification
task_ids:
- sentiment-classification
pretty_name: SentiTurca (Sentiment Analysis Datasets for Turkish language)
config_names:
- e-commerce
- hate
- movies
tags:
- sentiment
dataset_info:
- config_name: hate
features:
- name: baslik
dtype: string
- name: text
dtype: string
- name: category
dtype: string
- name: label
dtype:
class_label:
names:
'0': offensive
'1': hate
'2': neutral
'3': civilized
splits:
- name: train
num_bytes: 47357639
num_examples: 51287
- name: validation
num_bytes: 5400927
num_examples: 9996
- name: test
num_bytes: 5323545
num_examples: 9991
download_size: 58918801
- config_name: movies
features:
- name: sentence
dtype: string
- name: star
dtype:
class_label:
names:
'0': nono
'1': nowatch
'2': horrible
'3': poor
'4': bad
'5': middle
'6': good
'7': great
'8': super
'9': amazing
splits:
- name: train
num_bytes: 46979645
num_examples: 67328
- name: validation
num_bytes: 733500
num_examples: 10000
- name: test
num_bytes: 742661
num_examples: 10000
download_size: 58918801
- config_name: e-commerce
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
0: 1_star
1: 2_star
2: 3_star
3: 4_star
4: 5_star
splits:
- name: train
num_bytes: 12844466
num_examples: 83136
- name: validation
num_bytes: 4811620
num_examples: 10392
- name: test
num_bytes: 5260694
num_examples: 10392
configs:
- config_name: movies
data_files:
- split: train
path: movies/train-*
- split: validation
path: movies/validation-*
- split: test
path: movies/test-*
- config_name: e-commerce
data_files:
- split: train
path: e-commerce/train*
- split: validation
path: e-commerce/valid*
- split: test
path: e-commerce/test*
- config_name: hate
data_files:
- split: train
path: hate/train-*
- split: validation
path: hate/validation-*
- split: test
path: hate/test-*
---
# Dataset Card for TrGLUE
|