unknown
commited on
Commit
·
bc0c9d2
1
Parent(s):
793af3e
add files
Browse files
README.md
CHANGED
@@ -9,11 +9,11 @@ tags:
|
|
9 |
license: "cc-by-4.0"
|
10 |
configs:
|
11 |
- config_name: Statement-Level Completion
|
12 |
-
|
13 |
- config_name: Next-Statement Suggestion
|
14 |
-
|
15 |
- config_name: Code Generation
|
16 |
-
|
17 |
---
|
18 |
|
19 |
|
|
|
9 |
license: "cc-by-4.0"
|
10 |
configs:
|
11 |
- config_name: Statement-Level Completion
|
12 |
+
data_files : "Code_Completion/Statement_Level/*"
|
13 |
- config_name: Next-Statement Suggestion
|
14 |
+
data_files : "Code_Completion/Next_Statement_Level/*"
|
15 |
- config_name: Code Generation
|
16 |
+
data_files: "Code_Generation/*"
|
17 |
---
|
18 |
|
19 |
|