Add initial model card
Browse filesThis PR adds a model card, sets the `library_name` to transformers, and sets the `pipeline_tag` to text-generation.
README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
{}
|
5 |
---
|
6 |
|
7 |
# CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
|
|
4 |
---
|
5 |
|
6 |
# CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction
|