unknown
commited on
Commit
·
8626bcb
1
Parent(s):
9846f1a
update readme
Browse files
README.md
CHANGED
@@ -3,6 +3,11 @@
|
|
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 |
## Dataset Information
|
7 |
|
8 |
- Source Data
|
@@ -85,6 +90,3 @@ ComBack is sourced from GCC and LLVM backends corresponding to 178 target platf
|
|
85 |
| Statement-Level Comp. | 114,016(10.20M Token) | 20,121(1.81M Token) | 6,645(0.58M Token) |
|
86 |
| Next-Statement Sugg. | 152,114(14.10M Token) | 26,844(2.49M Token) | 9,313(0.83M Token) |
|
87 |
| Code Generation. | 30,633(4.44M Token) | 5,406(0.79M Token) | 2,819(0.37M Token) |
|
88 |
-
|
89 |
-
## License
|
90 |
-
The dataset is licensed under a [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
|
|
|
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
|
12 |
|
13 |
- Source Data
|
|
|
90 |
| Statement-Level Comp. | 114,016(10.20M Token) | 20,121(1.81M Token) | 6,645(0.58M Token) |
|
91 |
| Next-Statement Sugg. | 152,114(14.10M Token) | 26,844(2.49M Token) | 9,313(0.83M Token) |
|
92 |
| Code Generation. | 30,633(4.44M Token) | 5,406(0.79M Token) | 2,819(0.37M Token) |
|
|
|
|
|
|