Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
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 |
+
```
|
|
|
|
|
|