Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
sentiment-classification
Languages:
Turkish
Size:
100K - 1M
Tags:
sentiment
License:
BayanDuygu
commited on
Commit
•
890f5d1
1
Parent(s):
6bde8f3
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- Duygu Altinok
|
4 |
+
language:
|
5 |
+
- tr
|
6 |
+
license:
|
7 |
+
- cc-by-sa-4.0
|
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: e-commerce
|
54 |
+
- config_name: movies
|
55 |
+
features:
|
56 |
+
- name: sentence
|
57 |
+
dtype: string
|
58 |
+
- name: star
|
59 |
+
dtype: float32
|
60 |
+
splits:
|
61 |
+
- name: train
|
62 |
+
num_bytes: 45027930
|
63 |
+
num_examples: 114256
|
64 |
+
- name: validation
|
65 |
+
num_bytes: 6121770
|
66 |
+
num_examples: 15000
|
67 |
+
- name: test
|
68 |
+
num_bytes: 6167339
|
69 |
+
num_examples: 15000
|
70 |
+
download_size: 58918801
|
71 |
+
- config_name: e-commerce
|
72 |
+
features:
|
73 |
+
- name: comment
|
74 |
+
dtype: string
|
75 |
+
- name: rating
|
76 |
+
dtype: float32
|
77 |
+
splits:
|
78 |
+
- name: train
|
79 |
+
num_bytes: 13006148
|
80 |
+
num_examples: 93600
|
81 |
+
- name: validation
|
82 |
+
num_bytes: 3596936
|
83 |
+
num_examples: 39508
|
84 |
+
- name: test
|
85 |
+
num_bytes: 5636238
|
86 |
+
num_examples: 39578
|
87 |
+
download_size: 58918801
|
88 |
+
configs:
|
89 |
+
- config_name: movies
|
90 |
+
data_files:
|
91 |
+
- split: train
|
92 |
+
path: movies/train-*
|
93 |
+
- split: validation
|
94 |
+
path: movies/validation-*
|
95 |
+
- split: test
|
96 |
+
path: movies/test-*
|
97 |
+
- config_name: e-commerce
|
98 |
+
data_files:
|
99 |
+
- split: train
|
100 |
+
path: e-commerce/train_*
|
101 |
+
- split: validation
|
102 |
+
path: e-commerce/valid_*
|
103 |
+
- split: test
|
104 |
+
path: e-commerce/test_*
|
105 |
+
- config_name: hate
|
106 |
+
data_files:
|
107 |
+
- split: train
|
108 |
+
path: hate/train-*
|
109 |
+
- split: validation
|
110 |
+
path: hate/validation-*
|
111 |
+
- split: test
|
112 |
+
path: hate/test-*
|
113 |
+
---
|
114 |
+
|
115 |
+
|
116 |
+
# Dataset Card for TrGLUE
|