nielsr HF Staff commited on
Commit
1dcfcc6
·
verified ·
1 Parent(s): 3d3b614

Improve model card with pipeline tag and library name

Browse files

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

Files changed (1) hide show
  1. README.md +3 -1
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