Commit
·
8143e59
1
Parent(s):
b345642
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,9 @@ pretty_name: CommitPack
|
|
| 4 |
language:
|
| 5 |
- code
|
| 6 |
---
|
|
|
|
|
|
|
|
|
|
| 7 |
# Dataset Card for CommitPack
|
| 8 |
|
| 9 |
## Table of Contents
|
|
@@ -36,8 +39,30 @@ language:
|
|
| 36 |
>
|
| 37 |
- **Creation:** The dataset can be recreated using instructions available [here](https://github.com/bigcode-project/octopack).
|
| 38 |
- **Languages:** 350
|
| 39 |
-
- **OctoPack
|
| 40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
## Dataset Structure
|
| 43 |
|
|
@@ -439,7 +464,7 @@ The data fields are the same among all splits:
|
|
| 439 |
|
| 440 |
### Licensing Information
|
| 441 |
|
| 442 |
-
Each sample
|
| 443 |
|
| 444 |
### Citation Information
|
| 445 |
|
|
|
|
| 4 |
language:
|
| 5 |
- code
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+

|
| 9 |
+
|
| 10 |
# Dataset Card for CommitPack
|
| 11 |
|
| 12 |
## Table of Contents
|
|
|
|
| 39 |
>
|
| 40 |
- **Creation:** The dataset can be recreated using instructions available [here](https://github.com/bigcode-project/octopack).
|
| 41 |
- **Languages:** 350
|
| 42 |
+
- **OctoPack🐙🎒:**
|
| 43 |
+
|
| 44 |
+
<table>
|
| 45 |
+
<tr>
|
| 46 |
+
<th>Data</t>
|
| 47 |
+
<td><a href=https://huggingface.co/datasets/bigcode/commitpack>CommitPack</a></td>
|
| 48 |
+
<td>4TB of GitHub commits across 350 programming languages</td>
|
| 49 |
+
</tr>
|
| 50 |
+
<tr>
|
| 51 |
+
<th>Data</t>
|
| 52 |
+
<td><a href=https://huggingface.co/datasets/bigcode/commitpackft>CommitPackFT</a></td>
|
| 53 |
+
<td>Filtered version of CommitPack for high-quality commit messages that resemble instructions</td>
|
| 54 |
+
</tr>
|
| 55 |
+
<tr>
|
| 56 |
+
<th>Model</t>
|
| 57 |
+
<td><a href=https://huggingface.co/bigcode/octocoder>OctoCoder</a></td>
|
| 58 |
+
<td>StarCoder (16B parameters) instruction tuned on CommitPackFT + OASST</td>
|
| 59 |
+
</tr>
|
| 60 |
+
<tr>
|
| 61 |
+
<th>Evaluation</t>
|
| 62 |
+
<td><a href=https://huggingface.co/datasets/bigcode/humanevalpack>HumanEvalPack</a></td>
|
| 63 |
+
<td>Extension of OpenAI's HumanEval to cover 3 scenarios across 6 languages</td>
|
| 64 |
+
</tr>
|
| 65 |
+
</table>
|
| 66 |
|
| 67 |
## Dataset Structure
|
| 68 |
|
|
|
|
| 464 |
|
| 465 |
### Licensing Information
|
| 466 |
|
| 467 |
+
Each sample comes from a code repository with a permissive license. The license is provided by the `license` field for each sample.
|
| 468 |
|
| 469 |
### Citation Information
|
| 470 |
|