Add model card, link to paper
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
{}
|
5 |
---
|
6 |
|
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>    |    💾 <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>
|
11 |
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
|
|
4 |
---
|
5 |
|
6 |
# CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction
|
7 |
|
8 |
+
This repository contains the models described in the paper [CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction](https://huggingface.co/papers/2502.07316).
|
9 |
+
We use the Transformers library.
|
10 |
+
|
11 |
<p align="left">
|
12 |
📑 <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>
|
13 |
|