File size: 1,336 Bytes
040cdd4
e7899c7
 
 
 
040cdd4
 
6882447
 
 
 
464088a
 
 
 
040cdd4
a80492b
 
 
040cdd4
d30b47c
 
 
78eec95
d30b47c
 
 
d1c8120
 
040cdd4
 
 
d30b47c
 
 
 
 
 
 
 
 
 
 
 
 
 
040cdd4
d30b47c
 
 
 
 
 
 
 
6882447
 
 
 
 
 
 
d1c8120
6882447
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
language:
- en
license:
- mit
multilinguality:
- translation
size_categories:
- 10K<n<100K
source_datasets:
- original
task_categories:
- translation
task_ids: []
language_details: eng and engyay
---
## Dataset Description

- **Homepage:** cdleong.github.io

# Dataset Summary: 
Pig-latin machine and English parallel machine translation corpus. 

Based on [The Project Gutenberg EBook of "De Bello Gallico" and Other Commentaries](https://www.gutenberg.org/ebooks/10657)

Converted to pig-latin with https://github.com/bpabel/piglatin

Blank lines removed.

## Dataset Structure



```
DatasetDict({
    train: Dataset({
        features: ['translation'],
        num_rows: 14778
    })
    validation: Dataset({
        features: ['translation'],
        num_rows: 1000
    })
})
```

### Data Instances
```
{
  'translation': 
  {
    'eng': 'thrown into disorder they returned with more precipitation than is usual', 
    'engyay': 'own-thray into-ay isorder-day ey-thay eturned-ray ith-way ore-may ecipitation-pray an-thay is-ay usual-ay'
  }
}
```

### Data Fields

- `translation`: a dictionary containing two strings paired with a key indicating the corresponding language.

### Data Splits
- `train`: most of the data, 13,232 samples total.
- `dev`: 1k holdout samples, created with the datasets.train_test_split() function