Datasets:

Multilinguality:
translation
Size Categories:
1K<n<10K
n<1K
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
Tags:
License:
system HF staff commited on
Commit
0f853f2
1 Parent(s): 498efc2

Update files from the datasets library (from 1.6.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.0

Files changed (2) hide show
  1. README.md +90 -1
  2. mkb.py +0 -1
README.md CHANGED
@@ -22,7 +22,96 @@ annotations_creators:
22
  source_datasets:
23
  - original
24
  size_categories:
25
- - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  licenses:
27
  - cc-by-4-0
28
  ---
 
22
  source_datasets:
23
  - original
24
  size_categories:
25
+ bn-en:
26
+ - 1K<n<10K
27
+ bn-gu:
28
+ - 1K<n<10K
29
+ bn-hi:
30
+ - 1K<n<10K
31
+ bn-ml:
32
+ - 1K<n<10K
33
+ bn-mr:
34
+ - 1K<n<10K
35
+ bn-or:
36
+ - n<1K
37
+ bn-ta:
38
+ - 1K<n<10K
39
+ bn-te:
40
+ - 1K<n<10K
41
+ bn-ur:
42
+ - n<1K
43
+ en-gu:
44
+ - 1K<n<10K
45
+ en-hi:
46
+ - 1K<n<10K
47
+ en-ml:
48
+ - 1K<n<10K
49
+ en-mr:
50
+ - 1K<n<10K
51
+ en-or:
52
+ - n<1K
53
+ en-ta:
54
+ - 1K<n<10K
55
+ en-te:
56
+ - 1K<n<10K
57
+ en-ur:
58
+ - 1K<n<10K
59
+ gu-hi:
60
+ - 1K<n<10K
61
+ gu-ml:
62
+ - 1K<n<10K
63
+ gu-mr:
64
+ - 1K<n<10K
65
+ gu-or:
66
+ - n<1K
67
+ gu-ta:
68
+ - 1K<n<10K
69
+ gu-te:
70
+ - 1K<n<10K
71
+ gu-ur:
72
+ - n<1K
73
+ hi-ml:
74
+ - 1K<n<10K
75
+ hi-mr:
76
+ - 1K<n<10K
77
+ hi-or:
78
+ - n<1K
79
+ hi-ta:
80
+ - 1K<n<10K
81
+ hi-te:
82
+ - 1K<n<10K
83
+ hi-ur:
84
+ - n<1K
85
+ ml-mr:
86
+ - 1K<n<10K
87
+ ml-or:
88
+ - n<1K
89
+ ml-ta:
90
+ - 1K<n<10K
91
+ ml-te:
92
+ - 1K<n<10K
93
+ ml-ur:
94
+ - n<1K
95
+ mr-or:
96
+ - n<1K
97
+ mr-ta:
98
+ - 1K<n<10K
99
+ mr-te:
100
+ - 1K<n<10K
101
+ mr-ur:
102
+ - n<1K
103
+ or-ta:
104
+ - n<1K
105
+ or-te:
106
+ - n<1K
107
+ or-ur:
108
+ - n<1K
109
+ ta-te:
110
+ - 1K<n<10K
111
+ ta-ur:
112
+ - n<1K
113
+ te-ur:
114
+ - n<1K
115
  licenses:
116
  - cc-by-4-0
117
  ---
mkb.py CHANGED
@@ -14,7 +14,6 @@
14
  # limitations under the License.
15
  """Mann Ki Baat (mkb) Corpus"""
16
 
17
- from __future__ import absolute_import, division, print_function
18
 
19
  import os
20
 
 
14
  # limitations under the License.
15
  """Mann Ki Baat (mkb) Corpus"""
16
 
 
17
 
18
  import os
19