ProGamerGov commited on
Commit
5a5a57c
·
verified ·
1 Parent(s): 3fe5e39

Add training details

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -6,13 +6,15 @@ base_model:
6
  pipeline_tag: text-to-image
7
  tags:
8
  - '360'
9
- - '360°'
10
- - '360-degree'
11
- - '360-image'
12
  - equirectangular
13
  - equirectangular-projection
14
  - image-generation
15
  - text-to-image
 
 
16
  ---
17
 
18
  # Qwen 360 Diffusion
@@ -31,6 +33,19 @@ Based on extensive testing, the model's capabilities vastly exceed all other cur
31
 
32
  The model is designed to be capable of producing equirectangular images that can be used for non-VR purposes such as general imagery, photography, artwork, architecture, portraiture, and many other concepts.
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ---
35
 
36
 
 
6
  pipeline_tag: text-to-image
7
  tags:
8
  - '360'
9
+ - 360°
10
+ - 360-degree
11
+ - 360-image
12
  - equirectangular
13
  - equirectangular-projection
14
  - image-generation
15
  - text-to-image
16
+ datasets:
17
+ - CaptionEmporium/pexels-568k-internvl2
18
  ---
19
 
20
  # Qwen 360 Diffusion
 
33
 
34
  The model is designed to be capable of producing equirectangular images that can be used for non-VR purposes such as general imagery, photography, artwork, architecture, portraiture, and many other concepts.
35
 
36
+ ### Training Details
37
+
38
+ Training was first performed using nf4 for 8 epochs.
39
+ - `qwen-360-diffusion-int4-bf16-v1.safetensors` was trained for 7 epochs.
40
+ - `qwen-360-diffusion-int4-bf16-v1-b.safetensors` was trained for 8 epochs.
41
+
42
+ Training then continued at int8 for another 4 epochs.
43
+ - `qwen-360-diffusion-int8-bf16-v1.safetensors` was trained for a total of 12 epochs.
44
+
45
+ Each 360 degree training image was randomly rotated horizontally 3 times for data augmentation (original + 3 rotations).
46
+
47
+ For regularization, 64k images were randomly selected from the [pexels-568k-internvl2](https://huggingface.co/datasets/CaptionEmporium/pexels-568k-internvl2) dataset.
48
+
49
  ---
50
 
51