unknown commited on
Commit
79ac058
·
1 Parent(s): 29af5d4
Files changed (1) hide show
  1. README.md +31 -22
README.md CHANGED
@@ -1,11 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ComBack: A Versatile Dataset for Enhancing Compiler Backend Development Efficiency
2
 
3
  ComBack is a large-scale multi-platform compiler backend code dataset.
4
  ComBack is sourced from GCC and LLVM backends corresponding to 178 target platforms.
5
 
6
- - language: C++/C
7
  - pretty_name: "ComBack"
8
- - tags: code; compiler backend
9
  - license: CC-BY-4.0
10
 
11
  ## Dataset Information
@@ -119,23 +147,4 @@ ComBack is sourced from GCC and LLVM backends corresponding to 178 target platf
119
  | ---- | ---- | ---- | ---- |
120
  | Statement-Level Comp. | 90,316(8.06M Token) | 15,940(1.42M Token) | 721(0.04M Token) |
121
  | Next-Statement Sugg. | 118,175(11.04M Token) | 20,856(1.94M Token) | 1,035(0.06M Token) |
122
- | Code Generation. | 22,413(3.30M Token) | 3,957(0.58M Token) | 219(0.02M Token) |
123
-
124
- ---
125
- configs:
126
- - config_name: Statement-Level Completion
127
- data_files: "./Code_Completion/Statement_Level/*.jsonl"
128
- data_files: "./New_Target_Completion/statement_level/Existing_Types/*.jsonl"
129
- data_files: "./New_Target_Completion/statement_level/New_Types/*.jsonl"
130
- data_files: "./Iterative_Expansion_Completion/statement_level/*.jsonl"
131
- - config_name: Next-Statement Suggestion
132
- data_files: "./Code_Completion/Next_Statement_Level/*.jsonl"
133
- data_files: "./New_Target_Completion/next_statement/Existing_Types/*.jsonl"
134
- data_files: "./New_Target_Completion/next_statement/New_Types/*.jsonl"
135
- data_files: "./Iterative_Expansion_Completion/next_statement/*.jsonl"
136
- - config_name: Code Generation
137
- data_files: "./Code_Generation/*.jsonl"
138
- data_files: "./New_Target_Generation/Existing_Types/*.jsonl"
139
- data_files: "./New_Target_Generation/New_Types/*.jsonl"
140
- data_files: "./Iterative_Expansion_Generation/*.jsonl"
141
- ---
 
1
+ ---
2
+ pretty_name:
3
+ - ComBack
4
+ language:
5
+ - C++/C
6
+ pipeline_tag: Compiler Backend
7
+ tags:
8
+ - C++/C Code
9
+ - Compiler Backend
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
 
147
  | ---- | ---- | ---- | ---- |
148
  | Statement-Level Comp. | 90,316(8.06M Token) | 15,940(1.42M Token) | 721(0.04M Token) |
149
  | Next-Statement Sugg. | 118,175(11.04M Token) | 20,856(1.94M Token) | 1,035(0.06M Token) |
150
+ | Code Generation. | 22,413(3.30M Token) | 3,957(0.58M Token) | 219(0.02M Token) |