unknown
commited on
Commit
·
1e16055
1
Parent(s):
c3a990d
add files
Browse files
README.md
CHANGED
|
@@ -14,27 +14,10 @@ configs:
|
|
| 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 |
|
|
|
|
| 38 |
# ComBack: A Versatile Dataset for Enhancing Compiler Backend Development Efficiency
|
| 39 |
|
| 40 |
ComBack is a large-scale multi-platform compiler backend code dataset. It is sourced from GCC and LLVM backends corresponding to 178 target platforms.
|
|
|
|
| 14 |
data_files: "./Code_Completion/Next_Statement_Level/*.jsonl"
|
| 15 |
- config_name: Code Generation
|
| 16 |
data_files: "./Code_Generation/*.jsonl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
|
| 20 |
+
|
| 21 |
# ComBack: A Versatile Dataset for Enhancing Compiler Backend Development Efficiency
|
| 22 |
|
| 23 |
ComBack is a large-scale multi-platform compiler backend code dataset. It is sourced from GCC and LLVM backends corresponding to 178 target platforms.
|