Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
1M<n<10M
ArXiv:
License:
Update files from the datasets library (from 1.6.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
- README.md +1 -1
- 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
|
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
|