grosenthal commited on
Commit
93aa4f6
1 Parent(s): c0d0e52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -11,17 +11,32 @@ dataset_info:
11
  dtype: string
12
  splits:
13
  - name: train
14
- num_bytes: 38435471
15
  num_examples: 99343
16
  - name: test
17
- num_bytes: 397107
18
  num_examples: 1014
19
  - name: valid
20
- num_bytes: 383636
21
  num_examples: 1014
22
- download_size: 25063771
23
- dataset_size: 39216214
 
 
 
 
 
 
 
 
 
24
  ---
25
- # Dataset Card for "la_en_parallel"
26
 
27
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
11
  dtype: string
12
  splits:
13
  - name: train
14
+ num_bytes: 39252644
15
  num_examples: 99343
16
  - name: test
17
+ num_bytes: 405056
18
  num_examples: 1014
19
  - name: valid
20
+ num_bytes: 392886
21
  num_examples: 1014
22
+ download_size: 25567350
23
+ dataset_size: 40050586
24
+ license: mit
25
+ task_categories:
26
+ - translation
27
+ language:
28
+ - la
29
+ - en
30
+ pretty_name: Latin to English Translation Pairs
31
+ size_categories:
32
+ - 10K<n<100K
33
  ---
34
+ # Dataset Card for "latin_english_parallel"
35
 
36
+ 101k translation pairs between Latin and English, split 99/1/1 as train/test/val. These have been collected roughly 66% from the Loeb Classical Library and 34% from the Vulgate translation.
37
+
38
+ For those that were gathered from the Loeb Classical Library, alignment was performd manually between Source and Target sequences.
39
+
40
+ Each sample is annotated with the index and file (and therefore author/work) that the sample is from. If you find errors, please feel free to submit a PR to fix them.
41
+
42
+ ![alt text](distribution.png)