unknown
commited on
Commit
·
f38562e
1
Parent(s):
150a400
add files
Browse files
README.md
CHANGED
@@ -25,12 +25,13 @@ configs:
|
|
25 |
- split: test
|
26 |
path: Code_Completion/Next_Statement_Level/test*
|
27 |
- config_name: Code Generation
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
34 |
---
|
35 |
|
36 |
|
|
|
25 |
- split: test
|
26 |
path: Code_Completion/Next_Statement_Level/test*
|
27 |
- config_name: Code Generation
|
28 |
+
data_files :
|
29 |
+
- split: train
|
30 |
+
path: Code_Generation/train*
|
31 |
+
- split: validation
|
32 |
+
path: Code_Generation/valid*
|
33 |
+
- split: test
|
34 |
+
path: Code_Generation/test*
|
35 |
---
|
36 |
|
37 |
|