grosenthal
commited on
Commit
•
9f7b3b3
1
Parent(s):
0ba0c92
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: int64
|
6 |
+
- name: la
|
7 |
+
dtype: string
|
8 |
+
- name: en
|
9 |
+
dtype: string
|
10 |
+
- name: file
|
11 |
+
dtype: string
|
12 |
+
splits:
|
13 |
+
- name: train
|
14 |
+
num_bytes: 37314631.48954632
|
15 |
+
num_examples: 96446
|
16 |
+
- name: test
|
17 |
+
num_bytes: 388099.6420118343
|
18 |
+
num_examples: 991
|
19 |
+
- name: valid
|
20 |
+
num_bytes: 368502.42998027615
|
21 |
+
num_examples: 974
|
22 |
+
- name: aeneid
|
23 |
+
num_bytes: 1145100.6051040238
|
24 |
+
num_examples: 2960
|
25 |
+
download_size: 24993402
|
26 |
+
dataset_size: 39216334.16664246
|
27 |
+
---
|
28 |
+
# Dataset Card for "la_en_aeneid_holdout"
|
29 |
+
|
30 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|