lockon commited on
Commit
acc28e6
·
verified ·
1 Parent(s): 9edbd83

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
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/xxxx.xxxxx" target="_blank">Paper</a> &nbsp&nbsp </a> | &nbsp&nbsp 🌐 <a href="https://codeio.github.io/" target="_blank">Project Page</a> &nbsp&nbsp | &nbsp&nbsp 💾 <a href="https://huggingface.co/collections/hkust-nlp/codei-o-67a978e28fd926b56a4f55a2" target="_blank"> Released Resources</a> &nbsp&nbsp
11
+ <br>
12
+
13
+ This is the resource page of the CodeI/O collection on Huggingface, we highlight your currect position with a blue block.
14
+
15
+ **Dataset**
16
+ <table>
17
+ <tr>
18
+ <th>Dataset</th>
19
+ <th>Link</th>
20
+ </tr>
21
+ <tr>
22
+ <td>PythonEdu</td>
23
+ <td style="text-align: center; vertical-align: middle;">
24
+ <a href="https://huggingface.co/datasets/hkust-nlp/CodeIO-PyEdu-Reasoning">Link</a>
25
+ </td>
26
+ </tr>
27
+ </table>
28
+
29
+ **Models**
30
+ <table>
31
+ <tr>
32
+ <th rowspan="2">Base Model / Training</th>
33
+ <th colspan="2">CodeI/O</th>
34
+ <th colspan="2">CodeI/O++</th>
35
+ </tr>
36
+ <tr>
37
+ <th>Stage 1</th>
38
+ <th>Stage 2</th>
39
+ <th>Stage 1</th>
40
+ <th>Stage 2</th>
41
+ </tr>
42
+ <tr>
43
+ <td>Qwen 2.5 7B Coder</td>
44
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/qwen2.5-7b-coder_codeio_stage1">Link</a></td>
45
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/qwen2.5-7b-coder_codeio">Link</a></td>
46
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/qwen2.5-7b-coder_codeio_pp_stage1">Link</a></td>
47
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/qwen2.5-7b-coder_codeio_pp">Link</a></td>
48
+ </tr>
49
+ <tr>
50
+ <td>LLaMA 3.1 8B</td>
51
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/llama3.1-8b_codeio_stage1">Link</a></td>
52
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/llama3.1-8b_codeio">Link</a></td>
53
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/llama3.1-8b_codeio_pp_stage1">Link</a></td>
54
+ <td style="background-color: #e6f3ff; text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/llama3.1-8b_codeio_pp">Link</a></td>
55
+ </tr>
56
+ <tr>
57
+ <td>DeepSeek v2 Lite Coder</td>
58
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/dsv2-lite-coder_codeio_stage1">Link</a></td>
59
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/dsv2-lite-coder_codeio">Link</a></td>
60
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/dsv2-lite-coder_codeio_pp_stage1">Link</a></td>
61
+ <td style="text-align: center; vertical-align: middle;"><a href="https://huggingface.co/hkust-nlp/dsv2-lite-coder_codeio_pp">Link</a></td>
62
+ </tr>
63
+ </table>
64
+
65
+ ## Citation
66
+ If you find these resources helpful, please kindly cite as:
67
+ ```
68
+ TBD
69
+ ```