system HF staff commited on
Commit
a4e68e3
1 Parent(s): df6b0be

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 +110 -1
  2. pib.py +0 -1
README.md CHANGED
@@ -24,7 +24,116 @@ annotations_creators:
24
  source_datasets:
25
  - original
26
  size_categories:
27
- - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  licenses:
29
  - cc-by-4-0
30
  ---
 
24
  source_datasets:
25
  - original
26
  size_categories:
27
+ bn-en:
28
+ - 10K<n<100K
29
+ bn-gu:
30
+ - 1K<n<10K
31
+ bn-hi:
32
+ - 10K<n<100K
33
+ bn-ml:
34
+ - 1K<n<10K
35
+ bn-mr:
36
+ - 1K<n<10K
37
+ bn-or:
38
+ - n<1K
39
+ bn-pa:
40
+ - 1K<n<10K
41
+ bn-ta:
42
+ - 1K<n<10K
43
+ bn-te:
44
+ - n<1K
45
+ bn-ur:
46
+ - 1K<n<10K
47
+ en-gu:
48
+ - 10K<n<100K
49
+ en-hi:
50
+ - 100K<n<1M
51
+ en-ml:
52
+ - 10K<n<100K
53
+ en-mr:
54
+ - 10K<n<100K
55
+ en-or:
56
+ - 1K<n<10K
57
+ en-pa:
58
+ - 10K<n<100K
59
+ en-ta:
60
+ - 10K<n<100K
61
+ en-te:
62
+ - 1K<n<10K
63
+ en-ur:
64
+ - 10K<n<100K
65
+ gu-hi:
66
+ - 10K<n<100K
67
+ gu-ml:
68
+ - 1K<n<10K
69
+ gu-mr:
70
+ - 1K<n<10K
71
+ gu-or:
72
+ - n<1K
73
+ gu-pa:
74
+ - 1K<n<10K
75
+ gu-ta:
76
+ - 1K<n<10K
77
+ gu-te:
78
+ - 1K<n<10K
79
+ gu-ur:
80
+ - 1K<n<10K
81
+ hi-ml:
82
+ - 1K<n<10K
83
+ hi-mr:
84
+ - 10K<n<100K
85
+ hi-or:
86
+ - 1K<n<10K
87
+ hi-pa:
88
+ - 1K<n<10K
89
+ hi-ta:
90
+ - 10K<n<100K
91
+ hi-te:
92
+ - 1K<n<10K
93
+ hi-ur:
94
+ - 1K<n<10K
95
+ ml-mr:
96
+ - 1K<n<10K
97
+ ml-or:
98
+ - n<1K
99
+ ml-pa:
100
+ - 1K<n<10K
101
+ ml-ta:
102
+ - 1K<n<10K
103
+ ml-te:
104
+ - 1K<n<10K
105
+ ml-ur:
106
+ - 1K<n<10K
107
+ mr-or:
108
+ - n<1K
109
+ mr-pa:
110
+ - 1K<n<10K
111
+ mr-ta:
112
+ - 10K<n<100K
113
+ mr-te:
114
+ - n<1K
115
+ mr-ur:
116
+ - 1K<n<10K
117
+ or-pa:
118
+ - n<1K
119
+ or-ta:
120
+ - n<1K
121
+ or-te:
122
+ - n<1K
123
+ or-ur:
124
+ - n<1K
125
+ pa-ta:
126
+ - 1K<n<10K
127
+ pa-te:
128
+ - 1K<n<10K
129
+ pa-ur:
130
+ - 1K<n<10K
131
+ ta-te:
132
+ - 1K<n<10K
133
+ ta-ur:
134
+ - 1K<n<10K
135
+ te-ur:
136
+ - n<1K
137
  licenses:
138
  - cc-by-4-0
139
  ---
pib.py CHANGED
@@ -14,7 +14,6 @@
14
  # limitations under the License.
15
  """CVIT IIIT-H PIB Multilingual Corpus"""
16
 
17
- from __future__ import absolute_import, division, print_function
18
 
19
  import os
20
 
 
14
  # limitations under the License.
15
  """CVIT IIIT-H PIB Multilingual Corpus"""
16
 
 
17
 
18
  import os
19