unknown
commited on
Commit
·
b6b3c0e
1
Parent(s):
cc551ab
add files
Browse files
README.md
CHANGED
|
@@ -8,18 +8,21 @@ tags:
|
|
| 8 |
- Compiler Backend
|
| 9 |
license: "cc-by-4.0"
|
| 10 |
configs:
|
| 11 |
-
- config_name:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
- config_name:
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
|
|
|
|
| 8 |
- Compiler Backend
|
| 9 |
license: "cc-by-4.0"
|
| 10 |
configs:
|
| 11 |
+
- config_name: Statement-Level Completion
|
| 12 |
+
data_files1: "./Code_Completion/Statement_Level/*.jsonl"
|
| 13 |
+
data_files2: "./New_Target_Completion/statement_level/Existing_Types/*.jsonl"
|
| 14 |
+
data_files3: "./New_Target_Completion/statement_level/New_Types/*.jsonl"
|
| 15 |
+
data_files4: "./Iterative_Expansion_Completion/statement_level/*.jsonl"
|
| 16 |
+
- config_name: Next-Statement Suggestion
|
| 17 |
+
data_files1: "./Code_Completion/Next_Statement_Level/*.jsonl"
|
| 18 |
+
data_files2: "./New_Target_Completion/next_statement/Existing_Types/*.jsonl"
|
| 19 |
+
data_files3: "./New_Target_Completion/next_statement/New_Types/*.jsonl"
|
| 20 |
+
data_files4: "./Iterative_Expansion_Completion/next_statement/*.jsonl"
|
| 21 |
+
- config_name: Code Generation
|
| 22 |
+
data_files1: "./Code_Generation/*.jsonl"
|
| 23 |
+
data_files2: "./New_Target_Generation/Existing_Types/*.jsonl"
|
| 24 |
+
data_files3: "./New_Target_Generation/New_Types/*.jsonl"
|
| 25 |
+
data_files4: "./Iterative_Expansion_Generation/*.jsonl"
|
| 26 |
---
|
| 27 |
|
| 28 |
|