Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,6 @@ pinned: false
|
|
| 12 |
|
| 13 |
<p>This organization is dedicated to language models for code generation. In particular CodeParrot is a GPT-2 model trained to generate Python code. Here you can find:</p>
|
| 14 |
|
| 15 |
-
<br>
|
| 16 |
<ul>
|
| 17 |
<li>
|
| 18 |
<p>
|
|
@@ -22,7 +21,6 @@ pinned: false
|
|
| 22 |
>
|
| 23 |
</p>
|
| 24 |
</li>
|
| 25 |
-
<br>
|
| 26 |
|
| 27 |
<li>
|
| 28 |
<p>
|
|
@@ -33,13 +31,11 @@ pinned: false
|
|
| 33 |
|
| 34 |
</p>
|
| 35 |
</li>
|
| 36 |
-
<br>
|
| 37 |
|
| 38 |
<li><b>Models:</b> CodeParrot (1.5B) and CodeParrot-small (110M), each repo has different ongoing experiments in the branches.</li>
|
| 39 |
<br>
|
| 40 |
|
| 41 |
<li><b>Metrics:</b> <a ref="https://huggingface.co/spaces/codeparrot/apps_metric" class="underline">APPS metric</a> for the evaluation of code models on <a href="https://huggingface.co/datasets/codeparrot/apps" class="underline">APPS</a> benchmark.</li>
|
| 42 |
-
<br>
|
| 43 |
|
| 44 |
<li><b>Datasets:</b><ul>
|
| 45 |
<li>1- <a href="https://huggingface.co/datasets/codeparrot/codeparrot-clean" class="underline">codeparrot-clean</a>, dataset on which we trained and evaluated CodeParrot, the splits are available under <a href="https://huggingface.co/datasets/codeparrot/codeparrot-clean-train" class="underline">codeparrot-clean-train</a> and <a href="https://huggingface.co/datasets/codeparrot/codeparrot-clean-valid" class="underline">codeparrot-clean-valid</a>.</li>
|
|
|
|
| 12 |
|
| 13 |
<p>This organization is dedicated to language models for code generation. In particular CodeParrot is a GPT-2 model trained to generate Python code. Here you can find:</p>
|
| 14 |
|
|
|
|
| 15 |
<ul>
|
| 16 |
<li>
|
| 17 |
<p>
|
|
|
|
| 21 |
>
|
| 22 |
</p>
|
| 23 |
</li>
|
|
|
|
| 24 |
|
| 25 |
<li>
|
| 26 |
<p>
|
|
|
|
| 31 |
|
| 32 |
</p>
|
| 33 |
</li>
|
|
|
|
| 34 |
|
| 35 |
<li><b>Models:</b> CodeParrot (1.5B) and CodeParrot-small (110M), each repo has different ongoing experiments in the branches.</li>
|
| 36 |
<br>
|
| 37 |
|
| 38 |
<li><b>Metrics:</b> <a ref="https://huggingface.co/spaces/codeparrot/apps_metric" class="underline">APPS metric</a> for the evaluation of code models on <a href="https://huggingface.co/datasets/codeparrot/apps" class="underline">APPS</a> benchmark.</li>
|
|
|
|
| 39 |
|
| 40 |
<li><b>Datasets:</b><ul>
|
| 41 |
<li>1- <a href="https://huggingface.co/datasets/codeparrot/codeparrot-clean" class="underline">codeparrot-clean</a>, dataset on which we trained and evaluated CodeParrot, the splits are available under <a href="https://huggingface.co/datasets/codeparrot/codeparrot-clean-train" class="underline">codeparrot-clean-train</a> and <a href="https://huggingface.co/datasets/codeparrot/codeparrot-clean-valid" class="underline">codeparrot-clean-valid</a>.</li>
|