unknown
commited on
Commit
·
58aa09a
1
Parent(s):
c072556
add files
Browse files
README.md
CHANGED
@@ -11,19 +11,19 @@ configs:
|
|
11 |
- config_name: Statement-Level Completion
|
12 |
data_files :
|
13 |
- split: train
|
14 |
-
path: Code_Completion/
|
15 |
- split: validation
|
16 |
-
path: Code_Completion/
|
17 |
- split: test
|
18 |
-
path: Code_Completion/
|
19 |
- config_name: Next-Statement Suggestion
|
20 |
data_files :
|
21 |
- split: train
|
22 |
-
path: Code_Completion/
|
23 |
- split: validation
|
24 |
-
path: Code_Completion/
|
25 |
- split: test
|
26 |
-
path: Code_Completion/
|
27 |
- config_name: Code Generation
|
28 |
data_files :
|
29 |
- split: train
|
|
|
11 |
- config_name: Statement-Level Completion
|
12 |
data_files :
|
13 |
- split: train
|
14 |
+
path: Code_Completion/statement_level/train*
|
15 |
- split: validation
|
16 |
+
path: Code_Completion/statement_level/valid*
|
17 |
- split: test
|
18 |
+
path: Code_Completion/statement_level/test*
|
19 |
- config_name: Next-Statement Suggestion
|
20 |
data_files :
|
21 |
- split: train
|
22 |
+
path: Code_Completion/next_statement/train*
|
23 |
- split: validation
|
24 |
+
path: Code_Completion/next_statement/valid*
|
25 |
- split: test
|
26 |
+
path: Code_Completion/next_statement/test*
|
27 |
- config_name: Code Generation
|
28 |
data_files :
|
29 |
- split: train
|