nielsr HF staff commited on
Commit
78d5ae5
·
verified ·
1 Parent(s): 3db0045

Add pipeline tag and library name

Browse files

This PR adds the `image-text-to-text` pipeline tag and the `diffusers` library name to the model card. This will improve the discoverability of the model and ensure it's properly categorized on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  # HermesFlow
@@ -34,6 +36,4 @@ HermesFlow is a general alignment framework for multimodal LLMs, which cruate ho
34
  journal={arXiv preprint arXiv:2502.12148},
35
  year={2025}
36
  }
37
- ```
38
-
39
-
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-text-to-text
4
+ library_name: diffusers
5
  ---
6
 
7
  # HermesFlow
 
36
  journal={arXiv preprint arXiv:2502.12148},
37
  year={2025}
38
  }
39
+ ```