nielsr HF Staff commited on
Commit
d58006c
·
verified ·
1 Parent(s): 989b17b

Add model card metadata

Browse files

This PR ensures the model card is up-to-date by setting the relevant metadata.

This includes ensuring the model is discoverable via the question-answering tag and the link to the paper page is set.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,11 +1,13 @@
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/2502.07316" target="_blank">Paper</a> &nbsp&nbsp | &nbsp&nbsp 🌐 <a href="https://codei-o.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 | &nbsp&nbsp 📦 <a href="https://github.com/hkust-nlp/CodeIO" target="_blank">Repo</a>
11
 
 
1
  ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: question-answering
5
  ---
6
 
7
  # CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction
8
 
9
+ This repository contains the model described in the paper [CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction](https://huggingface.co/papers/2502.07316).
10
+
11
  <p align="left">
12
  📑 <a href="https://huggingface.co/papers/2502.07316" target="_blank">Paper</a> &nbsp&nbsp | &nbsp&nbsp 🌐 <a href="https://codei-o.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 | &nbsp&nbsp 📦 <a href="https://github.com/hkust-nlp/CodeIO" target="_blank">Repo</a>
13