system HF staff commited on
Commit
5baa858
1 Parent(s): b5138f6

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. code_search_net.py +0 -1
README.md CHANGED
@@ -10,7 +10,20 @@ licenses:
10
  multilinguality:
11
  - multilingual
12
  size_categories:
13
- - n>1M
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  source_datasets:
15
  - original
16
  task_categories:
 
10
  multilinguality:
11
  - multilingual
12
  size_categories:
13
+ all:
14
+ - 1M<n<10M
15
+ go:
16
+ - 100K<n<1M
17
+ java:
18
+ - 100K<n<1M
19
+ javascript:
20
+ - 100K<n<1M
21
+ php:
22
+ - 100K<n<1M
23
+ python:
24
+ - 100K<n<1M
25
+ ruby:
26
+ - 10K<n<100K
27
  source_datasets:
28
  - original
29
  task_categories:
code_search_net.py CHANGED
@@ -21,7 +21,6 @@
21
  # TODO: enable custom configs; such as: "java+python"
22
  # TODO: enable fetching examples with a given license, eg: "java_MIT"
23
 
24
- from __future__ import absolute_import, division, print_function
25
 
26
  import json
27
  import os
 
21
  # TODO: enable custom configs; such as: "java+python"
22
  # TODO: enable fetching examples with a given license, eg: "java_MIT"
23
 
 
24
 
25
  import json
26
  import os