Sagi Abdashim commited on
Commit
08e7b4e
·
verified ·
1 Parent(s): 08de8bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -54
README.md CHANGED
@@ -24,68 +24,38 @@ dataset_info:
24
  num_examples: 71096
25
  download_size: 14357583
26
  dataset_size: 28847236
27
- ---
28
- dataset_info:
29
- features:
30
- - name: source_text
31
- dtype: string
32
- - name: target_text
33
- dtype: string
34
- - name: pair
35
- dtype: string
36
- splits:
37
- - name: train
38
- num_bytes: 60638430
39
- num_examples: 168811
40
- - name: validation
41
- num_bytes: 180696
42
- num_examples: 500
43
- - name: test
44
- num_bytes: 179354
45
- num_examples: 71096
46
- download_size: 38775955
47
- dataset_size: 60998480
48
- configs:
49
- - config_name: default
50
- data_files:
51
- - split: train
52
- path: data/train-*
53
- - split: validation
54
- path: data/validation-*
55
- - split: test
56
- path: data/test-*
57
  license: apache-2.0
58
  task_categories:
59
- - translation
60
  language:
61
- - kk
62
- - ru
63
- - en
 
 
64
  pretty_name: Multilingual Literature Parallel Corpus
 
 
 
65
  Multilingual Literature Parallel Corpus
66
  Dataset Information
67
- The Multilingual Literature Parallel Corpus is a dataset designed for translation tasks. It contains literature parallel text pairs in three languages: Kazakh (kaz_Cyrl), Russian (rus_Cyrl), and English (eng_Latn). This dataset is structured to facilitate the training and evaluation of translation models.
68
 
69
  Features
70
- source_text: The source text in one of the three languages.
71
- target_text: The corresponding translated text in one of the other two languages.
72
- Language_pair: A string indicating the language pair, formatted as source_target (e.g., kaz_to_eng, eng_to_rus).
73
 
74
- Language Pairs and Example Counts
75
- The dataset contains the following language pairs and the corresponding number of examples:
 
 
 
 
76
 
77
- en_ru: 48,292 examples
78
- kk_en: 36,596 examples
79
- kk_ru: 34,992 examples
80
- ru_en: 23,722 examples
81
- ru_kk: 19,713 examples
82
- en_kk: 5,496 examples
83
- Splits
84
- The dataset is divided into three splits:
85
 
86
- train:
87
- Number of examples: 168,811
88
- validation:
89
- Number of examples: 500
90
- test:
91
- Number of examples: 500
 
 
 
24
  num_examples: 71096
25
  download_size: 14357583
26
  dataset_size: 28847236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  license: apache-2.0
28
  task_categories:
29
+ - translation
30
  language:
31
+ - kk
32
+ - ru
33
+ - en
34
+ tags:
35
+ - code
36
  pretty_name: Multilingual Literature Parallel Corpus
37
+ size_categories:
38
+ - 10K<n<100K
39
+ ---
40
  Multilingual Literature Parallel Corpus
41
  Dataset Information
42
+ The Multilingual Literature Parallel Corpus is designed for translation tasks, containing parallel text pairs from literature in three languages: Kazakh (kaz_Cyrl), Russian (rus_Cyrl), and English (eng_Latn). It facilitates training and evaluating translation models.
43
 
44
  Features
 
 
 
45
 
46
+ Language_pair: The language pair in the format source_target (e.g., kaz_to_eng).
47
+ X: The source text.
48
+ y: The translated text.
49
+ X_lang: The language of the source text.
50
+ y_lang: The language of the translated text.
51
+ Similarity: The similarity score between the source and target texts.
52
 
 
 
 
 
 
 
 
 
53
 
54
+ Language Pairs and Example Counts
55
+
56
+ rus_Cyrl_eng_Latn: 23,856 examples
57
+ rus_Cyrl_kaz_Cyrl: 19,832 examples
58
+ eng_Latn_rus_Cyrl: 15,690 examples
59
+ eng_Latn_kaz_Cyrl: 5,534 examples
60
+ kaz_Cyrl_eng_Latn: 3,884 examples
61
+ kaz_Cyrl_rus_Cyrl: 2,300 examples