Neural add (#2)
Browse files- Neural add (1cdec2b8c722f4baa897399370d02954dfc4f74a)
- Neural boost +3 -0
Neural boost
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
from datasets import load_dataset
|
2 |
+
dataset = load_dataset("neural_code_search", "evaluation_dataset")
|
3 |
+
push changes to main branch
|