unknown commited on
Commit
eab526e
·
1 Parent(s): 79ac058
Files changed (1) hide show
  1. README.md +13 -18
README.md CHANGED
@@ -10,31 +10,26 @@ tags:
10
  license: "CC-BY-4.0"
11
  configs:
12
  - config_name: Statement-Level Completion
13
- data_files: "./Code_Completion/Statement_Level/*.jsonl"
14
- data_files: "./New_Target_Completion/statement_level/Existing_Types/*.jsonl"
15
- data_files: "./New_Target_Completion/statement_level/New_Types/*.jsonl"
16
- data_files: "./Iterative_Expansion_Completion/statement_level/*.jsonl"
17
  - config_name: Next-Statement Suggestion
18
- data_files: "./Code_Completion/Next_Statement_Level/*.jsonl"
19
- data_files: "./New_Target_Completion/next_statement/Existing_Types/*.jsonl"
20
- data_files: "./New_Target_Completion/next_statement/New_Types/*.jsonl"
21
- data_files: "./Iterative_Expansion_Completion/next_statement/*.jsonl"
22
  - config_name: Code Generation
23
- data_files: "./Code_Generation/*.jsonl"
24
- data_files: "./New_Target_Generation/Existing_Types/*.jsonl"
25
- data_files: "./New_Target_Generation/New_Types/*.jsonl"
26
- data_files: "./Iterative_Expansion_Generation/*.jsonl"
27
  ---
28
 
29
 
30
  # ComBack: A Versatile Dataset for Enhancing Compiler Backend Development Efficiency
31
 
32
- ComBack is a large-scale multi-platform compiler backend code dataset.
33
- ComBack is sourced from GCC and LLVM backends corresponding to 178 target platforms.
34
-
35
- - language:
36
- - pretty_name: "ComBack"
37
- - license: CC-BY-4.0
38
 
39
  ## Dataset Information
40
 
 
10
  license: "CC-BY-4.0"
11
  configs:
12
  - config_name: Statement-Level Completion
13
+ data_files1: "./Code_Completion/Statement_Level/*.jsonl"
14
+ data_files2: "./New_Target_Completion/statement_level/Existing_Types/*.jsonl"
15
+ data_files3: "./New_Target_Completion/statement_level/New_Types/*.jsonl"
16
+ data_files4: "./Iterative_Expansion_Completion/statement_level/*.jsonl"
17
  - config_name: Next-Statement Suggestion
18
+ data_files1: "./Code_Completion/Next_Statement_Level/*.jsonl"
19
+ data_files2: "./New_Target_Completion/next_statement/Existing_Types/*.jsonl"
20
+ data_files3: "./New_Target_Completion/next_statement/New_Types/*.jsonl"
21
+ data_files4: "./Iterative_Expansion_Completion/next_statement/*.jsonl"
22
  - config_name: Code Generation
23
+ data_files1: "./Code_Generation/*.jsonl"
24
+ data_files2: "./New_Target_Generation/Existing_Types/*.jsonl"
25
+ data_files3: "./New_Target_Generation/New_Types/*.jsonl"
26
+ data_files4: "./Iterative_Expansion_Generation/*.jsonl"
27
  ---
28
 
29
 
30
  # ComBack: A Versatile Dataset for Enhancing Compiler Backend Development Efficiency
31
 
32
+ ComBack is a large-scale multi-platform compiler backend code dataset. It is sourced from GCC and LLVM backends corresponding to 178 target platforms.
 
 
 
 
 
33
 
34
  ## Dataset Information
35