Text-to-Image
Diffusers
English
Chinese
sanaka87 nielsr HF Staff commited on
Commit
862556c
·
verified ·
1 Parent(s): 09af701

Improve model card: add `library_name` and update `pipeline_tag` (#1)

Browse files

- Improve model card: add `library_name` and update `pipeline_tag` (1ef287dd813bd78eee2086167dd168e5ffd06db1)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,14 +1,16 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - brivangl/midjourney-v6-llava
5
  language:
6
  - en
7
  - zh
8
- base_model:
9
- - wusize/Harmon-0_5B
10
- pipeline_tag: any-to-any
11
  ---
 
12
  # Harmon-0.5B-RecA
13
 
14
  > A self-supervised training framework that aligns understanding and generation in modest compute, with huge **zero-shot** gain on generation and editing capability.
 
1
  ---
2
+ base_model:
3
+ - wusize/Harmon-0_5B
4
  datasets:
5
  - brivangl/midjourney-v6-llava
6
  language:
7
  - en
8
  - zh
9
+ license: apache-2.0
10
+ pipeline_tag: text-to-image
11
+ library_name: diffusers
12
  ---
13
+
14
  # Harmon-0.5B-RecA
15
 
16
  > A self-supervised training framework that aligns understanding and generation in modest compute, with huge **zero-shot** gain on generation and editing capability.