Add model card for CodeI/O
Browse filesAdds the model card for the CodeI/O model, linking to the paper, Github repository and relevant resources.
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
# For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
|
| 3 |
# Doc / guide: https://huggingface.co/docs/hub/datasets-cards
|
|
@@ -7,7 +11,7 @@
|
|
| 7 |
# CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction
|
| 8 |
|
| 9 |
<p align="left">
|
| 10 |
-
📑 <a href="https://huggingface.co/papers/2502.07316" target="_blank">Paper</a>    |    🌐 <a href="https://codei-o.github.io/" target="_blank">Project Page</a>    |   
|
| 11 |
|
| 12 |
This is the resource page of the CodeI/O collection on Huggingface, we highlight your currect position with a blue block.
|
| 13 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-generation
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
---
|
| 6 |
# For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
|
| 7 |
# Doc / guide: https://huggingface.co/docs/hub/datasets-cards
|
|
|
|
| 11 |
# CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction
|
| 12 |
|
| 13 |
<p align="left">
|
| 14 |
+
📑 <a href="https://huggingface.co/papers/2502.07316" target="_blank">Paper</a>    |    🌐 <a href="https://codei-o.github.io/" target="_blank">Project Page</a>    |    🤗 <a href="https://huggingface.co/collections/hkust-nlp/codei-o-67a978e28fd926b56a4f55a2" target="_blank">Released Resources</a>    |    📦 <a href="https://github.com/hkust-nlp/CodeIO" target="_blank">Repo</a>
|
| 15 |
|
| 16 |
This is the resource page of the CodeI/O collection on Huggingface, we highlight your currect position with a blue block.
|
| 17 |
|