finiteautomata
commited on
Upload dataset
Browse files- README.md +43 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: tweet_id
|
7 |
+
dtype: int64
|
8 |
+
- name: alegria
|
9 |
+
dtype:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': no_alegria
|
13 |
+
'1': alegria
|
14 |
+
- name: miedo
|
15 |
+
dtype:
|
16 |
+
class_label:
|
17 |
+
names:
|
18 |
+
'0': no_miedo
|
19 |
+
'1': miedo
|
20 |
+
- name: asco
|
21 |
+
dtype:
|
22 |
+
class_label:
|
23 |
+
names:
|
24 |
+
'0': no_asco
|
25 |
+
'1': asco
|
26 |
+
- name: tristeza
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
'0': no_tristeza
|
31 |
+
'1': tristeza
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 242445
|
35 |
+
num_examples: 1199
|
36 |
+
download_size: 138631
|
37 |
+
dataset_size: 242445
|
38 |
+
configs:
|
39 |
+
- config_name: default
|
40 |
+
data_files:
|
41 |
+
- split: train
|
42 |
+
path: data/train-*
|
43 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc03c05bc1336270662e1171df617695a0da79ac681621796067e031f9ff0fe1
|
3 |
+
size 138631
|