Rardilit commited on
Commit
659aa34
1 Parent(s): 09f8b78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  license: creativeml-openrail-m
4
  base_model: runwayml/stable-diffusion-v1-5
@@ -8,14 +7,28 @@ tags:
8
  - text-to-image
9
  - diffusers
10
  - lora
 
 
11
  inference: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # LoRA text2image fine-tuning - Rardilit/Ciffusion
15
  These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the nlphuji/flickr30k dataset. You can find some example images in the following.
16
 
17
- ![img_0](./image_0.png)
18
  ![img_1](./image_1.png)
19
  ![img_2](./image_2.png)
20
- ![img_3](./image_3.png)
21
-
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  base_model: runwayml/stable-diffusion-v1-5
 
7
  - text-to-image
8
  - diffusers
9
  - lora
10
+ - midjourney
11
+ - midjourneyV5
12
  inference: true
13
+ datasets:
14
+ - nlphuji/flickr30k
15
+ metrics:
16
+ - accuracy
17
+ - code_eval
18
+ - bleu
19
+ - bertscore
20
+ - bleurt
21
+ - brier_score
22
+ - cer
23
+ - character
24
+ - chrf
25
+ - charcut_mt
26
+ library_name: diffusers
27
  ---
28
 
29
  # LoRA text2image fine-tuning - Rardilit/Ciffusion
30
  These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the nlphuji/flickr30k dataset. You can find some example images in the following.
31
 
 
32
  ![img_1](./image_1.png)
33
  ![img_2](./image_2.png)
34
+ ![img_3](./image_3.png)