grosenthal
commited on
Commit
•
2b4aef7
1
Parent(s):
03046e9
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: translation
|
5 |
+
struct:
|
6 |
+
- name: en
|
7 |
+
dtype: string
|
8 |
+
- name: file
|
9 |
+
dtype: string
|
10 |
+
- name: id
|
11 |
+
dtype: int64
|
12 |
+
- name: la
|
13 |
+
dtype: string
|
14 |
+
splits:
|
15 |
+
- name: train
|
16 |
+
num_bytes: 38435471
|
17 |
+
num_examples: 99343
|
18 |
+
- name: test
|
19 |
+
num_bytes: 397107
|
20 |
+
num_examples: 1014
|
21 |
+
- name: valid
|
22 |
+
num_bytes: 383636
|
23 |
+
num_examples: 1014
|
24 |
+
download_size: 25074136
|
25 |
+
dataset_size: 39216214
|
26 |
+
---
|
27 |
+
# Dataset Card for "la_en_parallel_wrapped"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|