Update README.md
Browse files
README.md
CHANGED
@@ -121,3 +121,24 @@ body {
|
|
121 |
2. Source Code Accessibility: If your modified version is network-accessible, provide a way (like a download link) for others to get the source code. This applies to derived models too.
|
122 |
3. Distribution Terms: Any distribution must be under this license or another with similar rules.
|
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
2. Source Code Accessibility: If your modified version is network-accessible, provide a way (like a download link) for others to get the source code. This applies to derived models too.
|
122 |
3. Distribution Terms: Any distribution must be under this license or another with similar rules.
|
123 |
|
124 |
+
|
125 |
+
## とれーにんぐ Training
|
126 |
+
|
127 |
+
These are the key hyperparameters used during training:
|
128 |
+
|
129 |
+
| Feature | FT |
|
130 |
+
|-------------------------------|----------------------------|
|
131 |
+
| **Hardware** | 4090 24GB PCIe |
|
132 |
+
| **Batch Size** | 12 |
|
133 |
+
| **Gradient Accumulation Steps** | 1 |
|
134 |
+
| **Noise Offset** | 0.035 |
|
135 |
+
| **Epochs** | 10 |
|
136 |
+
| **UNet Learning Rate** | 2.1e-6 |
|
137 |
+
| **Text Encoder Learning Rate** | 1.5e-7 |
|
138 |
+
| **Optimizer** | Adafactor |
|
139 |
+
| **Optimizer Args** | Scale Parameter: False, Relative Step: False, Warmup Init: False |
|
140 |
+
| **Scheduler** | Constant with Warmups |
|
141 |
+
| **image** | 6300image |
|
142 |
+
|
143 |
+
|
144 |
+
|