Improve model card with pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the model card metadata for improved searchability and clarity. The `pipeline_tag` is set to `text-to-image`, accurately reflecting the model's functionality. The `library_name` is set to `diffusers`, consistent with the provided code example using the `diffusers` library.
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
base_model:
|
| 4 |
- stabilityai/sdxl-turbo
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# sdxl-turbo-unified-reward-dpo
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model:
|
| 3 |
- stabilityai/sdxl-turbo
|
| 4 |
+
license: mit
|
| 5 |
+
pipeline_tag: text-to-image
|
| 6 |
+
library_name: diffusers
|
| 7 |
---
|
| 8 |
|
| 9 |
# sdxl-turbo-unified-reward-dpo
|