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