unknown
commited on
Commit
·
9717ec1
1
Parent(s):
8c5e3f4
add files
Browse files
README.md
CHANGED
@@ -7,13 +7,13 @@ tags:
|
|
7 |
- C++/C Code
|
8 |
- Compiler Backend
|
9 |
license: "cc-by-4.0"
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
---
|
18 |
|
19 |
|
|
|
7 |
- C++/C Code
|
8 |
- Compiler Backend
|
9 |
license: "cc-by-4.0"
|
10 |
+
configs:
|
11 |
+
- config_name: Statement-Level Completion
|
12 |
+
data_dir: "./Code_Completion/Statement_Level"
|
13 |
+
- config_name: Next-Statement Suggestion
|
14 |
+
data_dir: "./Code_Completion/Next_Statement_Level"
|
15 |
+
- config_name: Code Generation
|
16 |
+
data_dir: "./Code_Generation"
|
17 |
---
|
18 |
|
19 |
|