Add pipeline tag and library name
Browse filesThis PR ensures the model is visible on the Hugging Face hub when users are looking for a text generation model. It also adds the
`library_name`, ensuring the user can find the "how to use" button on the top right.
README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
|
|
|
5 |
<hr>
|
6 |
<div align="center" style="line-height: 1;">
|
7 |
<a href="https://goedel-lm.github.io/" target="_blank" style="margin: 2px;">
|
@@ -128,4 +131,5 @@ We are also releasing 29,7K proofs of the problems in Lean-workbook found by our
|
|
128 |
primaryClass={cs.LG},
|
129 |
url={https://arxiv.org/abs/2502.07640},
|
130 |
}
|
|
|
131 |
```
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
---
|
6 |
|
7 |
+
```markdown
|
8 |
<hr>
|
9 |
<div align="center" style="line-height: 1;">
|
10 |
<a href="https://goedel-lm.github.io/" target="_blank" style="margin: 2px;">
|
|
|
131 |
primaryClass={cs.LG},
|
132 |
url={https://arxiv.org/abs/2502.07640},
|
133 |
}
|
134 |
+
```
|
135 |
```
|