system HF staff commited on
Commit
7a44f48
1 Parent(s): 85c81d2

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 +8 -1
  2. lama.py +0 -1
README.md CHANGED
@@ -14,7 +14,14 @@ licenses:
14
  multilinguality:
15
  - monolingual
16
  size_categories:
17
- - n>1M
 
 
 
 
 
 
 
18
  source_datasets:
19
  - extended|conceptnet5
20
  - extended|squad
 
14
  multilinguality:
15
  - monolingual
16
  size_categories:
17
+ conceptnet:
18
+ - 10K<n<100K
19
+ google_re:
20
+ - 1K<n<10K
21
+ squad:
22
+ - n<1K
23
+ trex:
24
+ - 1M<n<10M
25
  source_datasets:
26
  - extended|conceptnet5
27
  - extended|squad
lama.py CHANGED
@@ -14,7 +14,6 @@
14
  # limitations under the License.
15
  """The LAMA Dataset"""
16
 
17
- from __future__ import absolute_import, division, print_function
18
 
19
  import glob
20
  import json
 
14
  # limitations under the License.
15
  """The LAMA Dataset"""
16
 
 
17
 
18
  import glob
19
  import json