nielsr HF staff commited on
Commit
4d34942
·
verified ·
1 Parent(s): 19162dd

Improve model card

Browse files

This 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.

Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
- license: mit
3
- library_name: diffusers
4
- pipeline_tag: text-to-video
5
  ---
6
 
7
- Model for T2V Sketch LoRA in Paper: arxiv.org/abs/2411.10818
 
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.