system HF staff commited on
Commit
6cd9a76
1 Parent(s): c21679f

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 +14 -1
  2. alt.py +0 -1
README.md CHANGED
@@ -23,7 +23,20 @@ multilinguality:
23
  - multilingual
24
  - translation
25
  size_categories:
26
- - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  source_datasets:
28
  - original
29
  task_categories:
23
  - multilingual
24
  - translation
25
  size_categories:
26
+ alt-en:
27
+ - 10K<n<100K
28
+ alt-jp:
29
+ - 10K<n<100K
30
+ alt-km:
31
+ - 10K<n<100K
32
+ alt-my:
33
+ - 10K<n<100K
34
+ alt-my-transliteration:
35
+ - 10K<n<100K
36
+ alt-my-west-transliteration:
37
+ - 100K<n<1M
38
+ alt-parallel:
39
+ - 10K<n<100K
40
  source_datasets:
41
  - original
42
  task_categories:
alt.py CHANGED
@@ -2,7 +2,6 @@
2
  # -*- coding: utf-8 -*-
3
  """Asian Language Treebank (ALT) Project"""
4
 
5
- from __future__ import absolute_import, division, print_function
6
 
7
  import os
8
 
2
  # -*- coding: utf-8 -*-
3
  """Asian Language Treebank (ALT) Project"""
4
 
 
5
 
6
  import os
7