Datasets:

Multilinguality:
multilingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
cf80f7d
1 Parent(s): fb461dd

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +82 -1
README.md CHANGED
@@ -59,6 +59,87 @@ task_categories:
59
  task_ids: []
60
  paperswithcode_id: null
61
  pretty_name: tanzil
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  ---
63
 
64
  # Dataset Card for tanzil
@@ -192,4 +273,4 @@ Here are some examples of questions and facts:
192
 
193
  ### Contributions
194
 
195
- Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
59
  task_ids: []
60
  paperswithcode_id: null
61
  pretty_name: tanzil
62
+ dataset_info:
63
+ - config_name: bg-en
64
+ features:
65
+ - name: id
66
+ dtype: string
67
+ - name: translation
68
+ dtype:
69
+ translation:
70
+ languages:
71
+ - bg
72
+ - en
73
+ splits:
74
+ - name: train
75
+ num_bytes: 34473016
76
+ num_examples: 135477
77
+ download_size: 9305292
78
+ dataset_size: 34473016
79
+ - config_name: bn-hi
80
+ features:
81
+ - name: id
82
+ dtype: string
83
+ - name: translation
84
+ dtype:
85
+ translation:
86
+ languages:
87
+ - bn
88
+ - hi
89
+ splits:
90
+ - name: train
91
+ num_bytes: 18869103
92
+ num_examples: 24942
93
+ download_size: 3542740
94
+ dataset_size: 18869103
95
+ - config_name: fa-sv
96
+ features:
97
+ - name: id
98
+ dtype: string
99
+ - name: translation
100
+ dtype:
101
+ translation:
102
+ languages:
103
+ - fa
104
+ - sv
105
+ splits:
106
+ - name: train
107
+ num_bytes: 29281634
108
+ num_examples: 68601
109
+ download_size: 8550826
110
+ dataset_size: 29281634
111
+ - config_name: ru-zh
112
+ features:
113
+ - name: id
114
+ dtype: string
115
+ - name: translation
116
+ dtype:
117
+ translation:
118
+ languages:
119
+ - ru
120
+ - zh
121
+ splits:
122
+ - name: train
123
+ num_bytes: 59736143
124
+ num_examples: 99779
125
+ download_size: 16214659
126
+ dataset_size: 59736143
127
+ - config_name: en-tr
128
+ features:
129
+ - name: id
130
+ dtype: string
131
+ - name: translation
132
+ dtype:
133
+ translation:
134
+ languages:
135
+ - en
136
+ - tr
137
+ splits:
138
+ - name: train
139
+ num_bytes: 255891913
140
+ num_examples: 1189967
141
+ download_size: 82954694
142
+ dataset_size: 255891913
143
  ---
144
 
145
  # Dataset Card for tanzil
273
 
274
  ### Contributions
275
 
276
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.