Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,14 +1,20 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- name: text
|
5 |
dtype: string
|
6 |
splits:
|
7 |
- name: train
|
8 |
-
num_bytes:
|
9 |
num_examples: 2009073
|
10 |
-
download_size:
|
11 |
-
dataset_size:
|
12 |
---
|
13 |
# Dataset Card for "EnglishLM_Chars_removed"
|
14 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: translation
|
5 |
+
dtype:
|
6 |
+
translation:
|
7 |
+
languages:
|
8 |
+
- en
|
9 |
+
- es
|
10 |
- name: text
|
11 |
dtype: string
|
12 |
splits:
|
13 |
- name: train
|
14 |
+
num_bytes: 947789376
|
15 |
num_examples: 2009073
|
16 |
+
download_size: 531597761
|
17 |
+
dataset_size: 947789376
|
18 |
---
|
19 |
# Dataset Card for "EnglishLM_Chars_removed"
|
20 |
|