File size: 2,106 Bytes
f1f6798
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
dataset_info:
  features:
  - name: Number
    dtype: int64
  - name: Word
    dtype: string
  - name: Sentence
    dtype: string
  - name: Mother tongue
    dtype: string
  - name: contiene_ser_estar
    dtype: string
  - name: traduccion_cambia
    dtype: string
  - name: perplejidad_cambia
    dtype: string
  - name: unmask_cambia
    dtype: string
  - name: perplejidad_cambia_corregida_ortografia
    dtype: string
  - name: traduccion_cambia_corregida_ortografia
    dtype: string
  - name: unmask_cambia_corregida_ortografia
    dtype: string
  - name: corregida
    dtype: string
  - name: existe error_Kelly
    dtype: string
  - name: posicion error_Kelly
    dtype: string
  - name: comentarios_Kelly
    dtype: string
  - name: existe error_Mapi
    dtype: string
  - name: posicion error_Mapi
    dtype: string
  - name: comentarios_Mapi
    dtype: string
  - name: discrepancias
    dtype: string
  - name: Number.1
    dtype: int64
  - name: nuevos comentarios_Kelly
    dtype: string
  - name: Nuevos comentarios Mapi
    dtype: string
  - name: DECISíON FINAL
    dtype: string
  - name: ensemble Mayoría SIN ortog
    dtype: string
  - name: ensemble Mayoría CON ortog
    dtype: string
  - name: ensemble MayoríaTODOS
    dtype: string
  - name: No si todo noes SIN ortog
    dtype: string
  - name: no si todo noes CON ortog
    dtype: string
  - name: no si todo noes TODOS
    dtype: string
  - name:  si todo sies SIN ortog
    dtype: string
  - name:  si todo sies CON ortog
    dtype: string
  - name:  si todo sies TODOS
    dtype: string
  - name: RESULTADO
    dtype: string
  - name: Level
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 356350
    num_examples: 883
  - name: validation
    num_bytes: 33012
    num_examples: 69
  - name: test
    num_bytes: 80468
    num_examples: 171
  download_size: 212633
  dataset_size: 469830
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---