Add metadata
Browse filesThis PR adds a link to the paper, and ensures people can find your model at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending, as
well as ensure a link to the codebase can be found on the model card.
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
---
|
6 |
|
7 |
# CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
---
|
6 |
|
7 |
# CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction
|