Update files from the datasets library (from 1.6.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
- README.md +20 -1
- arabic_billion_words.py +0 -1
README.md
CHANGED
@@ -10,7 +10,26 @@ licenses:
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
+
Alittihad:
|
14 |
+
- 10K<n<100K
|
15 |
+
Almasryalyoum:
|
16 |
+
- 1K<n<10K
|
17 |
+
Almustaqbal:
|
18 |
+
- 10K<n<100K
|
19 |
+
Alqabas:
|
20 |
+
- 10K<n<100K
|
21 |
+
Echoroukonline:
|
22 |
+
- 10K<n<100K
|
23 |
+
Ryiadh:
|
24 |
+
- 10K<n<100K
|
25 |
+
Sabanews:
|
26 |
+
- 10K<n<100K
|
27 |
+
SaudiYoum:
|
28 |
+
- 10K<n<100K
|
29 |
+
Techreen:
|
30 |
+
- 10K<n<100K
|
31 |
+
Youm7:
|
32 |
+
- 10K<n<100K
|
33 |
source_datasets:
|
34 |
- original
|
35 |
task_categories:
|
arabic_billion_words.py
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
# limitations under the License.
|
15 |
"""Arabic Billion Words Corpus"""
|
16 |
|
17 |
-
from __future__ import absolute_import, division, print_function
|
18 |
|
19 |
import os
|
20 |
import re
|
|
|
14 |
# limitations under the License.
|
15 |
"""Arabic Billion Words Corpus"""
|
16 |
|
|
|
17 |
|
18 |
import os
|
19 |
import re
|