jorgeortizfuentes commited on
Commit
af9eed2
1 Parent(s): b74fd6e

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-propriety (J3)
13
+ '1': I-Affect
14
+ '2': B-tenacity (J3)
15
+ '3': I-tenacity (J3)
16
+ '4': B-capacity (J3)
17
+ '5': I-Negative
18
+ '6': I-Social Sanction (J2)
19
+ '7': B-Social Sanction (J2)
20
+ '8': B-Social Esteem (J2)
21
+ '9': I-capacity (J3)
22
+ '10': I-normality (J3)
23
+ '11': B-normality (J3)
24
+ '12': B-Judgment (J1)
25
+ '13': B-Affect
26
+ '14': I-Appreciation
27
+ '15': I-Judgment (J1)
28
+ '16': I-NG
29
+ '17': B-Appreciation
30
+ '18': I-propriety (J3)
31
+ '19': I-veracity (J3)
32
+ '20': B-Negative
33
+ '21': I-Social Esteem (J2)
34
+ '22': B-veracity (J3)
35
+ '23': O
36
+ '24': B-NG
37
+ splits:
38
+ - name: train
39
+ num_bytes: 806686.2274741507
40
+ num_examples: 1083
41
+ - name: validation
42
+ num_bytes: 201857.77252584934
43
+ num_examples: 271
44
+ download_size: 284881
45
+ dataset_size: 1008544.0
46
+ ---
47
+ # Dataset Card for "spanish_attitude_conll2003"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)