jorgeortizfuentes commited on
Commit
88583f0
1 Parent(s): c6ff345

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: tokens
7
+ sequence: string
8
+ - name: att_tags
9
+ sequence:
10
+ class_label:
11
+ names:
12
+ '0': B-Affect
13
+ '1': I-Positive
14
+ '2': B-Positive
15
+ '3': B-Judgment (J1)
16
+ '4': B-tenacity (J3)
17
+ '5': B-Negative
18
+ '6': I-capacity (J3)
19
+ '7': I-Appreciation
20
+ '8': B-capacity (J3)
21
+ '9': I-tenacity (J3)
22
+ '10': B-Social Esteem (J2)
23
+ '11': I-Negative
24
+ '12': O
25
+ '13': B-Appreciation
26
+ '14': I-Affect
27
+ '15': B-Social Sanction (J2)
28
+ '16': I-propriety (J3)
29
+ '17': I-veracity (J3)
30
+ '18': B-normality (J3)
31
+ '19': I-Social Sanction (J2)
32
+ '20': B-propriety (J3)
33
+ '21': B-veracity (J3)
34
+ '22': I-normality (J3)
35
+ '23': I-Judgment (J1)
36
+ '24': I-Social Esteem (J2)
37
+ splits:
38
+ - name: train
39
+ num_bytes: 1492776.194221509
40
+ num_examples: 1993
41
+ - name: validation
42
+ num_bytes: 373755.8057784912
43
+ num_examples: 499
44
+ download_size: 486331
45
+ dataset_size: 1866532.0
46
+ ---
47
+ # Dataset Card for "sfl_automatization_spanish_attitude"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)