Matīss commited on
Commit
ac00cd5
·
1 Parent(s): a88cc29

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +74 -0
dataset_infos.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "builder_name": "liv4ever",
4
+ "citation": "",
5
+ "config_name": "default",
6
+ "dataset_size": 5749411,
7
+ "description": "Livonian is one of the most endangered languages in Europe with just a tiny handful of speakers and virtually no publicly available corpora. In this paper we tackle the task of developing neural machine translation (NMT) between Livonian and English, with a two-fold aim: on one hand, preserving the language and on the other – enabling access to Livonian folklore, lifestories and other textual intangible heritage as well as making it easier to create further parallel corpora. We rely on Livonian's linguistic similarity to Estonian and Latvian and collect parallel and monolingual data for the four languages for translation experiments. We combine different low-resource NMT techniques like zero-shot translation, cross-lingual transfer and synthetic data creation to reach the highest possible translation quality as well as to find which base languages are empirically more helpful for transfer to Livonian. The resulting NMT systems and the collected monolingual and parallel data, including a manually translated and verified translation benchmark, are publicly released.",
8
+ "download_checksums": {
9
+ "https://huggingface.co/datasets/tartuNLP/liv4ever/raw/main/dev.json": {
10
+ "checksum": "43c11e7d9bdb4ab8ecc83114c82a77c596f98c8845af92fb74c8ca12cc9cfa5c",
11
+ "num_bytes": 687409
12
+ },
13
+ "https://huggingface.co/datasets/tartuNLP/liv4ever/raw/main/test.json": {
14
+ "checksum": "9da3f8907147b2424671058c93d9f41179ddbd8d0c8298a3e8546c2703174d31",
15
+ "num_bytes": 706880
16
+ },
17
+ "https://huggingface.co/datasets/tartuNLP/liv4ever/raw/main/facebook.li-en.json": {
18
+ "checksum": "e011d1b02ed1acdbed5b677b54a3ceae26baaf6cd2a4fea64e4af4ff699c5ffb",
19
+ "num_bytes": 6740756
20
+ }
21
+ },
22
+ "download_size": 8135045,
23
+ "features": {
24
+ "en": {
25
+ "_type": "Value",
26
+ "dtype": "string",
27
+ "id": null
28
+ },
29
+ "liv": {
30
+ "_type": "Value",
31
+ "dtype": "string",
32
+ "id": null
33
+ },
34
+ "source": {
35
+ "_type": "Value",
36
+ "dtype": "string",
37
+ "id": null
38
+ }
39
+ },
40
+ "homepage": "https://huggingface.co/datasets/tartuNLP/liv4ever",
41
+ "license": "CC BY-NC-SA 4.0",
42
+ "post_processed": null,
43
+ "post_processing_size": null,
44
+ "size_in_bytes": 13884456,
45
+ "splits": {
46
+ "test": {
47
+ "dataset_name": "liv4ever",
48
+ "name": "test",
49
+ "num_bytes": 493038,
50
+ "num_examples": 2120
51
+ },
52
+ "train": {
53
+ "dataset_name": "liv4ever",
54
+ "name": "train",
55
+ "num_bytes": 4778409,
56
+ "num_examples": 20000
57
+ },
58
+ "validation": {
59
+ "dataset_name": "liv4ever",
60
+ "name": "validation",
61
+ "num_bytes": 477964,
62
+ "num_examples": 2051
63
+ }
64
+ },
65
+ "supervised_keys": null,
66
+ "version": {
67
+ "description": null,
68
+ "major": 1,
69
+ "minor": 0,
70
+ "patch": 0,
71
+ "version_str": "1.0.0"
72
+ }
73
+ }
74
+ }