Add model card (#1)
Browse files- Add model card (19162ddba085e1e52a52c41776977cc4f54f045b)
- Improve model card (4d3494241995cecd3af5cee4258e5ec406b12402)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
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.
|