Datasets:

Sub-tasks:
extractive-qa
Languages:
English
ArXiv:
License:
system HF staff commited on
Commit
0533919
·
1 Parent(s): 09aece2

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 +1 -1
  2. neural_code_search.py +0 -1
README.md CHANGED
@@ -13,7 +13,7 @@ size_categories:
13
  evaluation_dataset:
14
  - n<1K
15
  search_corpus:
16
- - n>1M
17
  source_datasets:
18
  - original
19
  task_categories:
 
13
  evaluation_dataset:
14
  - n<1K
15
  search_corpus:
16
+ - 1M<n<10M
17
  source_datasets:
18
  - original
19
  task_categories:
neural_code_search.py CHANGED
@@ -14,7 +14,6 @@
14
  # limitations under the License.
15
  """Neural-Code-Search-Evaluation-Dataset presents an evaluation dataset consisting of natural language query and code snippet pairs"""
16
 
17
- from __future__ import absolute_import, division, print_function
18
 
19
  import json
20
  import os
 
14
  # limitations under the License.
15
  """Neural-Code-Search-Evaluation-Dataset presents an evaluation dataset consisting of natural language query and code snippet pairs"""
16
 
 
17
 
18
  import json
19
  import os