system HF staff commited on
Commit
216ffb0
1 Parent(s): 8e65768

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 +9 -4
  2. bianet.py +0 -1
README.md CHANGED
@@ -4,13 +4,13 @@ annotations_creators:
4
  language_creators:
5
  - found
6
  languages:
7
- en-to-ku
8
  - en
9
  - ku
10
- en-to-tr
11
  - en
12
  - tr
13
- ku-to-tr
14
  - ku
15
  - tr
16
  licenses:
@@ -18,7 +18,12 @@ licenses:
18
  multilinguality:
19
  - translation
20
  size_categories:
21
- - n>1M
 
 
 
 
 
22
  source_datasets:
23
  - original
24
  task_categories:
4
  language_creators:
5
  - found
6
  languages:
7
+ en-to-ku:
8
  - en
9
  - ku
10
+ en-to-tr:
11
  - en
12
  - tr
13
+ ku-to-tr:
14
  - ku
15
  - tr
16
  licenses:
18
  multilinguality:
19
  - translation
20
  size_categories:
21
+ en_to_ku:
22
+ - 1K<n<10K
23
+ en_to_tr:
24
+ - 10K<n<100K
25
+ ku_to_tr:
26
+ - 1K<n<10K
27
  source_datasets:
28
  - original
29
  task_categories:
bianet.py CHANGED
@@ -14,7 +14,6 @@
14
  # limitations under the License.
15
  """Bianet: A parallel news corpus in Turkish, Kurdish and English"""
16
 
17
- from __future__ import absolute_import, division, print_function
18
 
19
  import os
20
 
14
  # limitations under the License.
15
  """Bianet: A parallel news corpus in Turkish, Kurdish and English"""
16
 
 
17
 
18
  import os
19