Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -28,6 +28,55 @@ configs:
|
|
28 |
- en_to_tr
|
29 |
- ku-to-tr
|
30 |
- ku_to_tr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
# Dataset Card for [Dataset Name]
|
@@ -169,4 +218,4 @@ CC-BY-SA-4.0
|
|
169 |
|
170 |
### Contributions
|
171 |
|
172 |
-
Thanks to [@param087](https://github.com/param087) for adding this dataset.
|
|
|
28 |
- en_to_tr
|
29 |
- ku-to-tr
|
30 |
- ku_to_tr
|
31 |
+
dataset_info:
|
32 |
+
- config_name: en_to_ku
|
33 |
+
features:
|
34 |
+
- name: id
|
35 |
+
dtype: string
|
36 |
+
- name: translation
|
37 |
+
dtype:
|
38 |
+
translation:
|
39 |
+
languages:
|
40 |
+
- en
|
41 |
+
- ku
|
42 |
+
splits:
|
43 |
+
- name: train
|
44 |
+
num_bytes: 1800806
|
45 |
+
num_examples: 6402
|
46 |
+
download_size: 622420
|
47 |
+
dataset_size: 1800806
|
48 |
+
- config_name: en_to_tr
|
49 |
+
features:
|
50 |
+
- name: id
|
51 |
+
dtype: string
|
52 |
+
- name: translation
|
53 |
+
dtype:
|
54 |
+
translation:
|
55 |
+
languages:
|
56 |
+
- en
|
57 |
+
- tr
|
58 |
+
splits:
|
59 |
+
- name: train
|
60 |
+
num_bytes: 10231043
|
61 |
+
num_examples: 34770
|
62 |
+
download_size: 3544116
|
63 |
+
dataset_size: 10231043
|
64 |
+
- config_name: ku_to_tr
|
65 |
+
features:
|
66 |
+
- name: id
|
67 |
+
dtype: string
|
68 |
+
- name: translation
|
69 |
+
dtype:
|
70 |
+
translation:
|
71 |
+
languages:
|
72 |
+
- ku
|
73 |
+
- tr
|
74 |
+
splits:
|
75 |
+
- name: train
|
76 |
+
num_bytes: 2086550
|
77 |
+
num_examples: 7325
|
78 |
+
download_size: 725227
|
79 |
+
dataset_size: 2086550
|
80 |
---
|
81 |
|
82 |
# Dataset Card for [Dataset Name]
|
|
|
218 |
|
219 |
### Contributions
|
220 |
|
221 |
+
Thanks to [@param087](https://github.com/param087) for adding this dataset.
|