Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
lhoestq HF staff commited on
Commit
169a949
1 Parent(s): 0676d87

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +68 -1
README.md CHANGED
@@ -19,6 +19,73 @@ task_categories:
19
  task_ids: []
20
  paperswithcode_id: umc005-english-urdu
21
  pretty_name: UMC005 English-Urdu
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for UMC005 English-Urdu
@@ -143,4 +210,4 @@ pretty_name: UMC005 English-Urdu
143
  [More Information Needed]
144
  ### Contributions
145
 
146
- Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
 
19
  task_ids: []
20
  paperswithcode_id: umc005-english-urdu
21
  pretty_name: UMC005 English-Urdu
22
+ dataset_info:
23
+ - config_name: bible
24
+ features:
25
+ - name: id
26
+ dtype: string
27
+ - name: translation
28
+ dtype:
29
+ translation:
30
+ languages:
31
+ - ur
32
+ - en
33
+ splits:
34
+ - name: test
35
+ num_bytes: 104678
36
+ num_examples: 257
37
+ - name: train
38
+ num_bytes: 2350730
39
+ num_examples: 7400
40
+ - name: validation
41
+ num_bytes: 113476
42
+ num_examples: 300
43
+ download_size: 3683565
44
+ dataset_size: 2568884
45
+ - config_name: quran
46
+ features:
47
+ - name: id
48
+ dtype: string
49
+ - name: translation
50
+ dtype:
51
+ translation:
52
+ languages:
53
+ - ur
54
+ - en
55
+ splits:
56
+ - name: test
57
+ num_bytes: 44413
58
+ num_examples: 200
59
+ - name: train
60
+ num_bytes: 2929711
61
+ num_examples: 6000
62
+ - name: validation
63
+ num_bytes: 43499
64
+ num_examples: 214
65
+ download_size: 3683565
66
+ dataset_size: 3017623
67
+ - config_name: all
68
+ features:
69
+ - name: id
70
+ dtype: string
71
+ - name: translation
72
+ dtype:
73
+ translation:
74
+ languages:
75
+ - ur
76
+ - en
77
+ splits:
78
+ - name: test
79
+ num_bytes: 149079
80
+ num_examples: 457
81
+ - name: train
82
+ num_bytes: 5280441
83
+ num_examples: 13400
84
+ - name: validation
85
+ num_bytes: 156963
86
+ num_examples: 514
87
+ download_size: 3683565
88
+ dataset_size: 5586483
89
  ---
90
 
91
  # Dataset Card for UMC005 English-Urdu
 
210
  [More Information Needed]
211
  ### Contributions
212
 
213
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.