Improve model card
Browse filesThis PR improves the model card by adding the library_name and pipeline_tag metadata tags.
Also, if you include the model weights at the root of the repo, model downloads will work.
README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
pipeline_tag: text-to-video
|
5 |
---
|
6 |
|
7 |
-
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
|
|
4 |
---
|
5 |
|
6 |
+
The long-form instruction model introduced in [LongDPO](https://huggingface.co/papers/2502.02095) to improve long-form generation abilities.
|