unknown commited on
Commit
c3a990d
·
1 Parent(s): 4c33520
Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -8,30 +8,30 @@ tags:
8
  - Compiler Backend
9
  license: "cc-by-4.0"
10
  configs:
11
- - config_name: Statement-Level Completion for All Targets
12
  data_files: "./Code_Completion/Statement_Level/*.jsonl"
13
- - config_name: Next-Statement Suggestion for All Targets
14
  data_files: "./Code_Completion/Next_Statement_Level/*.jsonl"
15
- - config_name: Code Generation for All Targets
16
  data_files: "./Code_Generation/*.jsonl"
17
- - config_name: Statement-Level Completion for New Targets of Existing Types
18
- data_files: "./New_Target_Completion/statement_level/Existing_Types/*.jsonl"
19
- - config_name: Next-Statement Suggestion for New Targets of Existing Types
20
- data_files: "./New_Target_Completion/next_statement/Existing_Types/*.jsonl"
21
- - config_name: Code Generation for New Targets of Existing Types
22
- data_files: "./New_Target_Generation/Existing_Types/*.jsonl"
23
- - config_name: Statement-Level Completion for New Targets of New Types
24
- data_files: "./New_Target_Completion/statement_level/New_Types/*.jsonl"
25
- - config_name: Next-Statement Suggestion for New Targets of New Types
26
- data_files: "./New_Target_Completion/next_statement/New_Types/*.jsonl"
27
- - config_name: Code Generation for New Targets of New Types
28
- data_files: "./New_Target_Generation/New_Types/*.jsonl"
29
- - config_name: Statement-Level Completion for Iterative Expansion
30
- data_files: "./Iterative_Expansion_Completion/statement_level/*.jsonl"
31
- - config_name: Next-Statement Suggestion for New Targets of New Types
32
- data_files: "./Iterative_Expansion_Completion/next_statement/*.jsonl"
33
- - config_name: Code Generation for New Targets of New Types
34
- data_files: "./Iterative_Expansion_Generation/*.jsonl"
35
  ---
36
 
37
 
 
8
  - Compiler Backend
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
+ # - config_name: Statement-Level Completion for New Targets of Existing Types
18
+ # data_files: "./New_Target_Completion/statement_level/Existing_Types/*.jsonl"
19
+ # - config_name: Next-Statement Suggestion for New Targets of Existing Types
20
+ # data_files: "./New_Target_Completion/next_statement/Existing_Types/*.jsonl"
21
+ # - config_name: Code Generation for New Targets of Existing Types
22
+ # data_files: "./New_Target_Generation/Existing_Types/*.jsonl"
23
+ # - config_name: Statement-Level Completion for New Targets of New Types
24
+ # data_files: "./New_Target_Completion/statement_level/New_Types/*.jsonl"
25
+ # - config_name: Next-Statement Suggestion for New Targets of New Types
26
+ # data_files: "./New_Target_Completion/next_statement/New_Types/*.jsonl"
27
+ # - config_name: Code Generation for New Targets of New Types
28
+ # data_files: "./New_Target_Generation/New_Types/*.jsonl"
29
+ # - config_name: Statement-Level Completion for Iterative Expansion
30
+ # data_files: "./Iterative_Expansion_Completion/statement_level/*.jsonl"
31
+ # - config_name: Next-Statement Suggestion for New Targets of New Types
32
+ # data_files: "./Iterative_Expansion_Completion/next_statement/*.jsonl"
33
+ # - config_name: Code Generation for New Targets of New Types
34
+ # data_files: "./Iterative_Expansion_Generation/*.jsonl"
35
  ---
36
 
37