jorgeortizfuentes
commited on
Commit
•
a8d5031
1
Parent(s):
8320aed
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ dataset_info:
|
|
3 |
features:
|
4 |
- name: translation
|
5 |
struct:
|
|
|
|
|
6 |
- name: es
|
7 |
dtype: string
|
8 |
- name: esc
|
@@ -13,13 +15,13 @@ dataset_info:
|
|
13 |
dtype: string
|
14 |
splits:
|
15 |
- name: train
|
16 |
-
num_bytes:
|
17 |
-
num_examples:
|
18 |
- name: validation
|
19 |
-
num_bytes:
|
20 |
-
num_examples:
|
21 |
-
download_size:
|
22 |
-
dataset_size:
|
23 |
---
|
24 |
# Dataset Card for "spanish_spellchecker_train"
|
25 |
|
|
|
3 |
features:
|
4 |
- name: translation
|
5 |
struct:
|
6 |
+
- name: chars
|
7 |
+
dtype: int64
|
8 |
- name: es
|
9 |
dtype: string
|
10 |
- name: esc
|
|
|
15 |
dtype: string
|
16 |
splits:
|
17 |
- name: train
|
18 |
+
num_bytes: 650080378.5851748
|
19 |
+
num_examples: 493542
|
20 |
- name: validation
|
21 |
+
num_bytes: 6567426.414825246
|
22 |
+
num_examples: 4986
|
23 |
+
download_size: 453897341
|
24 |
+
dataset_size: 656647805.0
|
25 |
---
|
26 |
# Dataset Card for "spanish_spellchecker_train"
|
27 |
|