Muennighoff
commited on
Commit
•
7066072
1
Parent(s):
ea2b405
Update README.md
Browse files
README.md
CHANGED
@@ -65,27 +65,27 @@ OctoCoder is an instruction tuned model with 15.5B parameters created by finetun
|
|
65 |
<table>
|
66 |
<tr>
|
67 |
<th>Data</t>
|
68 |
-
<
|
69 |
<td>4TB of GitHub commits across 350 programming languages</td>
|
70 |
</tr>
|
71 |
<tr>
|
72 |
<th></t>
|
73 |
-
<
|
74 |
<td>Filtered version of CommitPack for high-quality commit messages that resemble instructions</td>
|
75 |
</tr>
|
76 |
<tr>
|
77 |
<th>Model</t>
|
78 |
-
<
|
79 |
<td>StarCoder (16B parameters) instruction tuned on CommitPackFT + OASST</td>
|
80 |
</tr>
|
81 |
<tr>
|
82 |
<th></t>
|
83 |
-
<
|
84 |
<td>CodeGeeX2 (6B parameters) instruction tuned on CommitPackFT + OASST</td>
|
85 |
</tr>
|
86 |
<tr>
|
87 |
<th>Evaluation</t>
|
88 |
-
<
|
89 |
<td>Extension of OpenAI's HumanEval to cover 3 scenarios across 6 languages</td>
|
90 |
</tr>
|
91 |
</table>
|
|
|
65 |
<table>
|
66 |
<tr>
|
67 |
<th>Data</t>
|
68 |
+
<th><a href=https://huggingface.co/datasets/bigcode/commitpack>CommitPack</a></th>
|
69 |
<td>4TB of GitHub commits across 350 programming languages</td>
|
70 |
</tr>
|
71 |
<tr>
|
72 |
<th></t>
|
73 |
+
<th><a href=https://huggingface.co/datasets/bigcode/commitpackft>CommitPackFT</a></th>
|
74 |
<td>Filtered version of CommitPack for high-quality commit messages that resemble instructions</td>
|
75 |
</tr>
|
76 |
<tr>
|
77 |
<th>Model</t>
|
78 |
+
<th><a href=https://huggingface.co/bigcode/octocoder>OctoCoder</a></th>
|
79 |
<td>StarCoder (16B parameters) instruction tuned on CommitPackFT + OASST</td>
|
80 |
</tr>
|
81 |
<tr>
|
82 |
<th></t>
|
83 |
+
<th><a href=https://huggingface.co/bigcode/octogeex>OctoGeeX</a></th>
|
84 |
<td>CodeGeeX2 (6B parameters) instruction tuned on CommitPackFT + OASST</td>
|
85 |
</tr>
|
86 |
<tr>
|
87 |
<th>Evaluation</t>
|
88 |
+
<th><a href=https://huggingface.co/datasets/bigcode/humanevalpack>HumanEvalPack</a></th>
|
89 |
<td>Extension of OpenAI's HumanEval to cover 3 scenarios across 6 languages</td>
|
90 |
</tr>
|
91 |
</table>
|