Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
code
Size:
10K - 100K
ArXiv:
DOI:
License:
boomanaiden154
commited on
Add size information to README.md
Browse files
README.md
CHANGED
@@ -78,6 +78,23 @@ typically a link to a tar archive or git repository from which the project was b
|
|
78 |
mapping to a specific package ecosystem that provides the source, such as Spack.
|
79 |
6. `language` - This column indicates the source language that the module was compiled from.
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
## Licensing
|
82 |
|
83 |
The individual modules within the dataset are subject to the licenses of the projects that they come from. License
|
|
|
78 |
mapping to a specific package ecosystem that provides the source, such as Spack.
|
79 |
6. `language` - This column indicates the source language that the module was compiled from.
|
80 |
|
81 |
+
## Dataset Size
|
82 |
+
|
83 |
+
| Langauge | Raw Size | License Constraints | Deduplicated + License Constraints |
|
84 |
+
|----------|----------|---------------------|------------------------------------|
|
85 |
+
| C/C++ | 124GB | 47GB | 31GB |
|
86 |
+
| C | N/A | N/A | 3GB |
|
87 |
+
| C++ | N/A | N/A | 28GB |
|
88 |
+
| Julia | 201GB | 179GB | 153GB |
|
89 |
+
| Swift | 8GB | 7GB | 7GB |
|
90 |
+
| Rust | 656GB | 443GB | 373GB |
|
91 |
+
| Total | 989GB | 676GB | 564GB |
|
92 |
+
|
93 |
+
The raw size is the size obtained directly from building all the projects. The license constraints column
|
94 |
+
shows the size per language after license information is taken into account. The last column shows the size
|
95 |
+
when both license constraints and deduplication are taken into account, which is what is included in the
|
96 |
+
dataset.
|
97 |
+
|
98 |
## Licensing
|
99 |
|
100 |
The individual modules within the dataset are subject to the licenses of the projects that they come from. License
|