Datasets:
add inital data
Browse files- README.md +28 -0
- data/data.jsonl +1 -0
- data/test.jsonl +1 -0
- data/train.jsonl +1 -0
- data/validation.jsonl +1 -0
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
- metin-sınıflandırma
|
| 6 |
+
tags:
|
| 7 |
+
- emotion-classification
|
| 8 |
+
- duygu-sınıflandırma
|
| 9 |
+
dataset_info:
|
| 10 |
+
- config_name: default
|
| 11 |
+
features:
|
| 12 |
+
- name: text
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: label
|
| 15 |
+
dtype:
|
| 16 |
+
class_label:
|
| 17 |
+
names:
|
| 18 |
+
'0': hüzün
|
| 19 |
+
'1': neşe
|
| 20 |
+
'2': sevgi
|
| 21 |
+
'3': öfke
|
| 22 |
+
'4': korku
|
| 23 |
+
'5': şaşkınlık
|
| 24 |
+
splits:
|
| 25 |
+
- name: train
|
| 26 |
+
num_examples: 1
|
| 27 |
+
- name: validation
|
| 28 |
+
num_examples: 1
|
| 29 |
+
- name: test
|
| 30 |
+
num_examples: 1
|
| 31 |
---
|
data/data.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"text":"i feel awful about it too because it s my job to get him in a position to succeed and it just didn t happen here","label":0}
|
data/test.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"text":"i feel awful about it too because it s my job to get him in a position to succeed and it just didn t happen here","label":0}
|
data/train.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"text":"i feel awful about it too because it s my job to get him in a position to succeed and it just didn t happen here","label":0}
|
data/validation.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"text":"i feel awful about it too because it s my job to get him in a position to succeed and it just didn t happen here","label":0}
|