Upload folder using huggingface_hub
Browse files- best/config.json +20 -0
- best/lora/README.md +204 -0
- best/lora/adapter_config.json +48 -0
- best/lora/adapter_model.safetensors +3 -0
- best/training_state.pt +3 -0
- checkpoint-100/config.json +20 -0
- checkpoint-100/lora/README.md +204 -0
- checkpoint-100/lora/adapter_config.json +48 -0
- checkpoint-100/lora/adapter_model.safetensors +3 -0
- checkpoint-100/training_state.pt +3 -0
- checkpoint-20/config.json +20 -0
- checkpoint-20/lora/README.md +204 -0
- checkpoint-20/lora/adapter_config.json +48 -0
- checkpoint-20/lora/adapter_model.safetensors +3 -0
- checkpoint-20/training_state.pt +3 -0
- checkpoint-40/config.json +20 -0
- checkpoint-40/lora/README.md +204 -0
- checkpoint-40/lora/adapter_config.json +48 -0
- checkpoint-40/lora/adapter_model.safetensors +3 -0
- checkpoint-40/training_state.pt +3 -0
- checkpoint-60/config.json +20 -0
- checkpoint-60/lora/README.md +204 -0
- checkpoint-60/lora/adapter_config.json +48 -0
- checkpoint-60/lora/adapter_model.safetensors +3 -0
- checkpoint-60/training_state.pt +3 -0
- checkpoint-80/config.json +20 -0
- checkpoint-80/lora/README.md +204 -0
- checkpoint-80/lora/adapter_config.json +48 -0
- checkpoint-80/lora/adapter_model.safetensors +3 -0
- checkpoint-80/training_state.pt +3 -0
- config.json +20 -0
- final/config.json +20 -0
- final/lora/README.md +204 -0
- final/lora/adapter_config.json +48 -0
- final/lora/adapter_model.safetensors +3 -0
- final/training_state.pt +3 -0
- loss_plot.png +0 -0
- training_log.jsonl +100 -0
- training_summary.json +428 -0
best/config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_dir": "training_data",
|
| 3 |
+
"output_dir": "lora_output_v2",
|
| 4 |
+
"num_epochs": 100,
|
| 5 |
+
"learning_rate": 1e-05,
|
| 6 |
+
"weight_decay": 0.01,
|
| 7 |
+
"gradient_clip": 1.0,
|
| 8 |
+
"seed": 42,
|
| 9 |
+
"warmup_epochs": 5,
|
| 10 |
+
"gradient_accumulation_steps": 16,
|
| 11 |
+
"lora_rank": 32,
|
| 12 |
+
"lora_alpha": 64,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"save_every": 20,
|
| 15 |
+
"validate_every": 5,
|
| 16 |
+
"model_id": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 17 |
+
"prompt": "a high quality photograph",
|
| 18 |
+
"num_timestep_buckets": 8,
|
| 19 |
+
"max_timestep": 600
|
| 20 |
+
}
|
best/lora/README.md
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: /home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/unet
|
| 3 |
+
library_name: peft
|
| 4 |
+
tags:
|
| 5 |
+
- lora
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Model Card for Model ID
|
| 9 |
+
|
| 10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
|
| 16 |
+
### Model Description
|
| 17 |
+
|
| 18 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
- **Developed by:** [More Information Needed]
|
| 23 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 24 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 25 |
+
- **Model type:** [More Information Needed]
|
| 26 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 27 |
+
- **License:** [More Information Needed]
|
| 28 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 29 |
+
|
| 30 |
+
### Model Sources [optional]
|
| 31 |
+
|
| 32 |
+
<!-- Provide the basic links for the model. -->
|
| 33 |
+
|
| 34 |
+
- **Repository:** [More Information Needed]
|
| 35 |
+
- **Paper [optional]:** [More Information Needed]
|
| 36 |
+
- **Demo [optional]:** [More Information Needed]
|
| 37 |
+
|
| 38 |
+
## Uses
|
| 39 |
+
|
| 40 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 41 |
+
|
| 42 |
+
### Direct Use
|
| 43 |
+
|
| 44 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 45 |
+
|
| 46 |
+
[More Information Needed]
|
| 47 |
+
|
| 48 |
+
### Downstream Use [optional]
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Out-of-Scope Use
|
| 55 |
+
|
| 56 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
## Bias, Risks, and Limitations
|
| 61 |
+
|
| 62 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
### Recommendations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 69 |
+
|
| 70 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 71 |
+
|
| 72 |
+
## How to Get Started with the Model
|
| 73 |
+
|
| 74 |
+
Use the code below to get started with the model.
|
| 75 |
+
|
| 76 |
+
[More Information Needed]
|
| 77 |
+
|
| 78 |
+
## Training Details
|
| 79 |
+
|
| 80 |
+
### Training Data
|
| 81 |
+
|
| 82 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 83 |
+
|
| 84 |
+
[More Information Needed]
|
| 85 |
+
|
| 86 |
+
### Training Procedure
|
| 87 |
+
|
| 88 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 89 |
+
|
| 90 |
+
#### Preprocessing [optional]
|
| 91 |
+
|
| 92 |
+
[More Information Needed]
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
#### Training Hyperparameters
|
| 96 |
+
|
| 97 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 98 |
+
|
| 99 |
+
#### Speeds, Sizes, Times [optional]
|
| 100 |
+
|
| 101 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 102 |
+
|
| 103 |
+
[More Information Needed]
|
| 104 |
+
|
| 105 |
+
## Evaluation
|
| 106 |
+
|
| 107 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 108 |
+
|
| 109 |
+
### Testing Data, Factors & Metrics
|
| 110 |
+
|
| 111 |
+
#### Testing Data
|
| 112 |
+
|
| 113 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 114 |
+
|
| 115 |
+
[More Information Needed]
|
| 116 |
+
|
| 117 |
+
#### Factors
|
| 118 |
+
|
| 119 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Metrics
|
| 124 |
+
|
| 125 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
### Results
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
#### Summary
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
## Model Examination [optional]
|
| 138 |
+
|
| 139 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 140 |
+
|
| 141 |
+
[More Information Needed]
|
| 142 |
+
|
| 143 |
+
## Environmental Impact
|
| 144 |
+
|
| 145 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 146 |
+
|
| 147 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 148 |
+
|
| 149 |
+
- **Hardware Type:** [More Information Needed]
|
| 150 |
+
- **Hours used:** [More Information Needed]
|
| 151 |
+
- **Cloud Provider:** [More Information Needed]
|
| 152 |
+
- **Compute Region:** [More Information Needed]
|
| 153 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 154 |
+
|
| 155 |
+
## Technical Specifications [optional]
|
| 156 |
+
|
| 157 |
+
### Model Architecture and Objective
|
| 158 |
+
|
| 159 |
+
[More Information Needed]
|
| 160 |
+
|
| 161 |
+
### Compute Infrastructure
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
#### Hardware
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Software
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
## Citation [optional]
|
| 174 |
+
|
| 175 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 176 |
+
|
| 177 |
+
**BibTeX:**
|
| 178 |
+
|
| 179 |
+
[More Information Needed]
|
| 180 |
+
|
| 181 |
+
**APA:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
## Glossary [optional]
|
| 186 |
+
|
| 187 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## More Information [optional]
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## Model Card Authors [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Contact
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
### Framework versions
|
| 203 |
+
|
| 204 |
+
- PEFT 0.18.0
|
best/lora/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "UNet2DConditionModel",
|
| 7 |
+
"parent_library": "diffusers.models.unets.unet_2d_condition"
|
| 8 |
+
},
|
| 9 |
+
"base_model_name_or_path": null,
|
| 10 |
+
"bias": "none",
|
| 11 |
+
"corda_config": null,
|
| 12 |
+
"ensure_weight_tying": false,
|
| 13 |
+
"eva_config": null,
|
| 14 |
+
"exclude_modules": null,
|
| 15 |
+
"fan_in_fan_out": false,
|
| 16 |
+
"inference_mode": true,
|
| 17 |
+
"init_lora_weights": true,
|
| 18 |
+
"layer_replication": null,
|
| 19 |
+
"layers_pattern": null,
|
| 20 |
+
"layers_to_transform": null,
|
| 21 |
+
"loftq_config": {},
|
| 22 |
+
"lora_alpha": 64,
|
| 23 |
+
"lora_bias": false,
|
| 24 |
+
"lora_dropout": 0.05,
|
| 25 |
+
"megatron_config": null,
|
| 26 |
+
"megatron_core": "megatron.core",
|
| 27 |
+
"modules_to_save": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.18.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 32,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"to_q",
|
| 36 |
+
"to_k",
|
| 37 |
+
"ff.net.2",
|
| 38 |
+
"to_v",
|
| 39 |
+
"to_out.0",
|
| 40 |
+
"ff.net.0.proj"
|
| 41 |
+
],
|
| 42 |
+
"target_parameters": null,
|
| 43 |
+
"task_type": null,
|
| 44 |
+
"trainable_token_indices": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
best/lora/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:163f6c55a1213b76c29d11a97bc2bb5fbe27e255effe12a77beebd18297cfdb8
|
| 3 |
+
size 335115088
|
best/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5248f7ef815e594b5d42a5ba92349a2ea24e2a53819f42fae80e37aa000d93a
|
| 3 |
+
size 671001238
|
checkpoint-100/config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_dir": "training_data",
|
| 3 |
+
"output_dir": "lora_output_v2",
|
| 4 |
+
"num_epochs": 100,
|
| 5 |
+
"learning_rate": 1e-05,
|
| 6 |
+
"weight_decay": 0.01,
|
| 7 |
+
"gradient_clip": 1.0,
|
| 8 |
+
"seed": 42,
|
| 9 |
+
"warmup_epochs": 5,
|
| 10 |
+
"gradient_accumulation_steps": 16,
|
| 11 |
+
"lora_rank": 32,
|
| 12 |
+
"lora_alpha": 64,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"save_every": 20,
|
| 15 |
+
"validate_every": 5,
|
| 16 |
+
"model_id": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 17 |
+
"prompt": "a high quality photograph",
|
| 18 |
+
"num_timestep_buckets": 8,
|
| 19 |
+
"max_timestep": 600
|
| 20 |
+
}
|
checkpoint-100/lora/README.md
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: /home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/unet
|
| 3 |
+
library_name: peft
|
| 4 |
+
tags:
|
| 5 |
+
- lora
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Model Card for Model ID
|
| 9 |
+
|
| 10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
|
| 16 |
+
### Model Description
|
| 17 |
+
|
| 18 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
- **Developed by:** [More Information Needed]
|
| 23 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 24 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 25 |
+
- **Model type:** [More Information Needed]
|
| 26 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 27 |
+
- **License:** [More Information Needed]
|
| 28 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 29 |
+
|
| 30 |
+
### Model Sources [optional]
|
| 31 |
+
|
| 32 |
+
<!-- Provide the basic links for the model. -->
|
| 33 |
+
|
| 34 |
+
- **Repository:** [More Information Needed]
|
| 35 |
+
- **Paper [optional]:** [More Information Needed]
|
| 36 |
+
- **Demo [optional]:** [More Information Needed]
|
| 37 |
+
|
| 38 |
+
## Uses
|
| 39 |
+
|
| 40 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 41 |
+
|
| 42 |
+
### Direct Use
|
| 43 |
+
|
| 44 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 45 |
+
|
| 46 |
+
[More Information Needed]
|
| 47 |
+
|
| 48 |
+
### Downstream Use [optional]
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Out-of-Scope Use
|
| 55 |
+
|
| 56 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
## Bias, Risks, and Limitations
|
| 61 |
+
|
| 62 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
### Recommendations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 69 |
+
|
| 70 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 71 |
+
|
| 72 |
+
## How to Get Started with the Model
|
| 73 |
+
|
| 74 |
+
Use the code below to get started with the model.
|
| 75 |
+
|
| 76 |
+
[More Information Needed]
|
| 77 |
+
|
| 78 |
+
## Training Details
|
| 79 |
+
|
| 80 |
+
### Training Data
|
| 81 |
+
|
| 82 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 83 |
+
|
| 84 |
+
[More Information Needed]
|
| 85 |
+
|
| 86 |
+
### Training Procedure
|
| 87 |
+
|
| 88 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 89 |
+
|
| 90 |
+
#### Preprocessing [optional]
|
| 91 |
+
|
| 92 |
+
[More Information Needed]
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
#### Training Hyperparameters
|
| 96 |
+
|
| 97 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 98 |
+
|
| 99 |
+
#### Speeds, Sizes, Times [optional]
|
| 100 |
+
|
| 101 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 102 |
+
|
| 103 |
+
[More Information Needed]
|
| 104 |
+
|
| 105 |
+
## Evaluation
|
| 106 |
+
|
| 107 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 108 |
+
|
| 109 |
+
### Testing Data, Factors & Metrics
|
| 110 |
+
|
| 111 |
+
#### Testing Data
|
| 112 |
+
|
| 113 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 114 |
+
|
| 115 |
+
[More Information Needed]
|
| 116 |
+
|
| 117 |
+
#### Factors
|
| 118 |
+
|
| 119 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Metrics
|
| 124 |
+
|
| 125 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
### Results
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
#### Summary
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
## Model Examination [optional]
|
| 138 |
+
|
| 139 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 140 |
+
|
| 141 |
+
[More Information Needed]
|
| 142 |
+
|
| 143 |
+
## Environmental Impact
|
| 144 |
+
|
| 145 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 146 |
+
|
| 147 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 148 |
+
|
| 149 |
+
- **Hardware Type:** [More Information Needed]
|
| 150 |
+
- **Hours used:** [More Information Needed]
|
| 151 |
+
- **Cloud Provider:** [More Information Needed]
|
| 152 |
+
- **Compute Region:** [More Information Needed]
|
| 153 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 154 |
+
|
| 155 |
+
## Technical Specifications [optional]
|
| 156 |
+
|
| 157 |
+
### Model Architecture and Objective
|
| 158 |
+
|
| 159 |
+
[More Information Needed]
|
| 160 |
+
|
| 161 |
+
### Compute Infrastructure
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
#### Hardware
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Software
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
## Citation [optional]
|
| 174 |
+
|
| 175 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 176 |
+
|
| 177 |
+
**BibTeX:**
|
| 178 |
+
|
| 179 |
+
[More Information Needed]
|
| 180 |
+
|
| 181 |
+
**APA:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
## Glossary [optional]
|
| 186 |
+
|
| 187 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## More Information [optional]
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## Model Card Authors [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Contact
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
### Framework versions
|
| 203 |
+
|
| 204 |
+
- PEFT 0.18.0
|
checkpoint-100/lora/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "UNet2DConditionModel",
|
| 7 |
+
"parent_library": "diffusers.models.unets.unet_2d_condition"
|
| 8 |
+
},
|
| 9 |
+
"base_model_name_or_path": null,
|
| 10 |
+
"bias": "none",
|
| 11 |
+
"corda_config": null,
|
| 12 |
+
"ensure_weight_tying": false,
|
| 13 |
+
"eva_config": null,
|
| 14 |
+
"exclude_modules": null,
|
| 15 |
+
"fan_in_fan_out": false,
|
| 16 |
+
"inference_mode": true,
|
| 17 |
+
"init_lora_weights": true,
|
| 18 |
+
"layer_replication": null,
|
| 19 |
+
"layers_pattern": null,
|
| 20 |
+
"layers_to_transform": null,
|
| 21 |
+
"loftq_config": {},
|
| 22 |
+
"lora_alpha": 64,
|
| 23 |
+
"lora_bias": false,
|
| 24 |
+
"lora_dropout": 0.05,
|
| 25 |
+
"megatron_config": null,
|
| 26 |
+
"megatron_core": "megatron.core",
|
| 27 |
+
"modules_to_save": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.18.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 32,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"to_q",
|
| 36 |
+
"to_k",
|
| 37 |
+
"ff.net.2",
|
| 38 |
+
"to_v",
|
| 39 |
+
"to_out.0",
|
| 40 |
+
"ff.net.0.proj"
|
| 41 |
+
],
|
| 42 |
+
"target_parameters": null,
|
| 43 |
+
"task_type": null,
|
| 44 |
+
"trainable_token_indices": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
checkpoint-100/lora/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25ba08005e76a5ce1a9a9f5a86d6f0638c83facaa745de94c8310137e21c2ba2
|
| 3 |
+
size 335115088
|
checkpoint-100/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5877b5df4b8efb7307f65af9e3192eb980dc96c004d65f214bd7ee92f9a97c1e
|
| 3 |
+
size 671001238
|
checkpoint-20/config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_dir": "training_data",
|
| 3 |
+
"output_dir": "lora_output_v2",
|
| 4 |
+
"num_epochs": 100,
|
| 5 |
+
"learning_rate": 1e-05,
|
| 6 |
+
"weight_decay": 0.01,
|
| 7 |
+
"gradient_clip": 1.0,
|
| 8 |
+
"seed": 42,
|
| 9 |
+
"warmup_epochs": 5,
|
| 10 |
+
"gradient_accumulation_steps": 8,
|
| 11 |
+
"lora_rank": 32,
|
| 12 |
+
"lora_alpha": 64,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"save_every": 20,
|
| 15 |
+
"validate_every": 5,
|
| 16 |
+
"model_id": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 17 |
+
"prompt": "a high quality photograph",
|
| 18 |
+
"num_timestep_buckets": 8,
|
| 19 |
+
"max_timestep": 600
|
| 20 |
+
}
|
checkpoint-20/lora/README.md
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: /home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/unet
|
| 3 |
+
library_name: peft
|
| 4 |
+
tags:
|
| 5 |
+
- lora
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Model Card for Model ID
|
| 9 |
+
|
| 10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
|
| 16 |
+
### Model Description
|
| 17 |
+
|
| 18 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
- **Developed by:** [More Information Needed]
|
| 23 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 24 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 25 |
+
- **Model type:** [More Information Needed]
|
| 26 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 27 |
+
- **License:** [More Information Needed]
|
| 28 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 29 |
+
|
| 30 |
+
### Model Sources [optional]
|
| 31 |
+
|
| 32 |
+
<!-- Provide the basic links for the model. -->
|
| 33 |
+
|
| 34 |
+
- **Repository:** [More Information Needed]
|
| 35 |
+
- **Paper [optional]:** [More Information Needed]
|
| 36 |
+
- **Demo [optional]:** [More Information Needed]
|
| 37 |
+
|
| 38 |
+
## Uses
|
| 39 |
+
|
| 40 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 41 |
+
|
| 42 |
+
### Direct Use
|
| 43 |
+
|
| 44 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 45 |
+
|
| 46 |
+
[More Information Needed]
|
| 47 |
+
|
| 48 |
+
### Downstream Use [optional]
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Out-of-Scope Use
|
| 55 |
+
|
| 56 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
## Bias, Risks, and Limitations
|
| 61 |
+
|
| 62 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
### Recommendations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 69 |
+
|
| 70 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 71 |
+
|
| 72 |
+
## How to Get Started with the Model
|
| 73 |
+
|
| 74 |
+
Use the code below to get started with the model.
|
| 75 |
+
|
| 76 |
+
[More Information Needed]
|
| 77 |
+
|
| 78 |
+
## Training Details
|
| 79 |
+
|
| 80 |
+
### Training Data
|
| 81 |
+
|
| 82 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 83 |
+
|
| 84 |
+
[More Information Needed]
|
| 85 |
+
|
| 86 |
+
### Training Procedure
|
| 87 |
+
|
| 88 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 89 |
+
|
| 90 |
+
#### Preprocessing [optional]
|
| 91 |
+
|
| 92 |
+
[More Information Needed]
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
#### Training Hyperparameters
|
| 96 |
+
|
| 97 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 98 |
+
|
| 99 |
+
#### Speeds, Sizes, Times [optional]
|
| 100 |
+
|
| 101 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 102 |
+
|
| 103 |
+
[More Information Needed]
|
| 104 |
+
|
| 105 |
+
## Evaluation
|
| 106 |
+
|
| 107 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 108 |
+
|
| 109 |
+
### Testing Data, Factors & Metrics
|
| 110 |
+
|
| 111 |
+
#### Testing Data
|
| 112 |
+
|
| 113 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 114 |
+
|
| 115 |
+
[More Information Needed]
|
| 116 |
+
|
| 117 |
+
#### Factors
|
| 118 |
+
|
| 119 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Metrics
|
| 124 |
+
|
| 125 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
### Results
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
#### Summary
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
## Model Examination [optional]
|
| 138 |
+
|
| 139 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 140 |
+
|
| 141 |
+
[More Information Needed]
|
| 142 |
+
|
| 143 |
+
## Environmental Impact
|
| 144 |
+
|
| 145 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 146 |
+
|
| 147 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 148 |
+
|
| 149 |
+
- **Hardware Type:** [More Information Needed]
|
| 150 |
+
- **Hours used:** [More Information Needed]
|
| 151 |
+
- **Cloud Provider:** [More Information Needed]
|
| 152 |
+
- **Compute Region:** [More Information Needed]
|
| 153 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 154 |
+
|
| 155 |
+
## Technical Specifications [optional]
|
| 156 |
+
|
| 157 |
+
### Model Architecture and Objective
|
| 158 |
+
|
| 159 |
+
[More Information Needed]
|
| 160 |
+
|
| 161 |
+
### Compute Infrastructure
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
#### Hardware
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Software
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
## Citation [optional]
|
| 174 |
+
|
| 175 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 176 |
+
|
| 177 |
+
**BibTeX:**
|
| 178 |
+
|
| 179 |
+
[More Information Needed]
|
| 180 |
+
|
| 181 |
+
**APA:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
## Glossary [optional]
|
| 186 |
+
|
| 187 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## More Information [optional]
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## Model Card Authors [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Contact
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
### Framework versions
|
| 203 |
+
|
| 204 |
+
- PEFT 0.18.0
|
checkpoint-20/lora/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "UNet2DConditionModel",
|
| 7 |
+
"parent_library": "diffusers.models.unets.unet_2d_condition"
|
| 8 |
+
},
|
| 9 |
+
"base_model_name_or_path": null,
|
| 10 |
+
"bias": "none",
|
| 11 |
+
"corda_config": null,
|
| 12 |
+
"ensure_weight_tying": false,
|
| 13 |
+
"eva_config": null,
|
| 14 |
+
"exclude_modules": null,
|
| 15 |
+
"fan_in_fan_out": false,
|
| 16 |
+
"inference_mode": true,
|
| 17 |
+
"init_lora_weights": true,
|
| 18 |
+
"layer_replication": null,
|
| 19 |
+
"layers_pattern": null,
|
| 20 |
+
"layers_to_transform": null,
|
| 21 |
+
"loftq_config": {},
|
| 22 |
+
"lora_alpha": 64,
|
| 23 |
+
"lora_bias": false,
|
| 24 |
+
"lora_dropout": 0.05,
|
| 25 |
+
"megatron_config": null,
|
| 26 |
+
"megatron_core": "megatron.core",
|
| 27 |
+
"modules_to_save": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.18.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 32,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"to_out.0",
|
| 36 |
+
"ff.net.0.proj",
|
| 37 |
+
"to_q",
|
| 38 |
+
"ff.net.2",
|
| 39 |
+
"to_k",
|
| 40 |
+
"to_v"
|
| 41 |
+
],
|
| 42 |
+
"target_parameters": null,
|
| 43 |
+
"task_type": null,
|
| 44 |
+
"trainable_token_indices": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
checkpoint-20/lora/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b9a37af2a28dfc2a3efcafe0a8ff95e451219ffecfb370b50e497b3596262bc
|
| 3 |
+
size 335115088
|
checkpoint-20/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26b8e17cc3ec53d1138904765921a0626c90b4584064a8ba41d56d3906cecba8
|
| 3 |
+
size 670981654
|
checkpoint-40/config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_dir": "training_data",
|
| 3 |
+
"output_dir": "lora_output_v2",
|
| 4 |
+
"num_epochs": 100,
|
| 5 |
+
"learning_rate": 1e-05,
|
| 6 |
+
"weight_decay": 0.01,
|
| 7 |
+
"gradient_clip": 1.0,
|
| 8 |
+
"seed": 42,
|
| 9 |
+
"warmup_epochs": 5,
|
| 10 |
+
"gradient_accumulation_steps": 8,
|
| 11 |
+
"lora_rank": 32,
|
| 12 |
+
"lora_alpha": 64,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"save_every": 20,
|
| 15 |
+
"validate_every": 5,
|
| 16 |
+
"model_id": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 17 |
+
"prompt": "a high quality photograph",
|
| 18 |
+
"num_timestep_buckets": 8,
|
| 19 |
+
"max_timestep": 600
|
| 20 |
+
}
|
checkpoint-40/lora/README.md
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: /home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/unet
|
| 3 |
+
library_name: peft
|
| 4 |
+
tags:
|
| 5 |
+
- lora
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Model Card for Model ID
|
| 9 |
+
|
| 10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
|
| 16 |
+
### Model Description
|
| 17 |
+
|
| 18 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
- **Developed by:** [More Information Needed]
|
| 23 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 24 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 25 |
+
- **Model type:** [More Information Needed]
|
| 26 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 27 |
+
- **License:** [More Information Needed]
|
| 28 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 29 |
+
|
| 30 |
+
### Model Sources [optional]
|
| 31 |
+
|
| 32 |
+
<!-- Provide the basic links for the model. -->
|
| 33 |
+
|
| 34 |
+
- **Repository:** [More Information Needed]
|
| 35 |
+
- **Paper [optional]:** [More Information Needed]
|
| 36 |
+
- **Demo [optional]:** [More Information Needed]
|
| 37 |
+
|
| 38 |
+
## Uses
|
| 39 |
+
|
| 40 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 41 |
+
|
| 42 |
+
### Direct Use
|
| 43 |
+
|
| 44 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 45 |
+
|
| 46 |
+
[More Information Needed]
|
| 47 |
+
|
| 48 |
+
### Downstream Use [optional]
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Out-of-Scope Use
|
| 55 |
+
|
| 56 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
## Bias, Risks, and Limitations
|
| 61 |
+
|
| 62 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
### Recommendations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 69 |
+
|
| 70 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 71 |
+
|
| 72 |
+
## How to Get Started with the Model
|
| 73 |
+
|
| 74 |
+
Use the code below to get started with the model.
|
| 75 |
+
|
| 76 |
+
[More Information Needed]
|
| 77 |
+
|
| 78 |
+
## Training Details
|
| 79 |
+
|
| 80 |
+
### Training Data
|
| 81 |
+
|
| 82 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 83 |
+
|
| 84 |
+
[More Information Needed]
|
| 85 |
+
|
| 86 |
+
### Training Procedure
|
| 87 |
+
|
| 88 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 89 |
+
|
| 90 |
+
#### Preprocessing [optional]
|
| 91 |
+
|
| 92 |
+
[More Information Needed]
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
#### Training Hyperparameters
|
| 96 |
+
|
| 97 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 98 |
+
|
| 99 |
+
#### Speeds, Sizes, Times [optional]
|
| 100 |
+
|
| 101 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 102 |
+
|
| 103 |
+
[More Information Needed]
|
| 104 |
+
|
| 105 |
+
## Evaluation
|
| 106 |
+
|
| 107 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 108 |
+
|
| 109 |
+
### Testing Data, Factors & Metrics
|
| 110 |
+
|
| 111 |
+
#### Testing Data
|
| 112 |
+
|
| 113 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 114 |
+
|
| 115 |
+
[More Information Needed]
|
| 116 |
+
|
| 117 |
+
#### Factors
|
| 118 |
+
|
| 119 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Metrics
|
| 124 |
+
|
| 125 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
### Results
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
#### Summary
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
## Model Examination [optional]
|
| 138 |
+
|
| 139 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 140 |
+
|
| 141 |
+
[More Information Needed]
|
| 142 |
+
|
| 143 |
+
## Environmental Impact
|
| 144 |
+
|
| 145 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 146 |
+
|
| 147 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 148 |
+
|
| 149 |
+
- **Hardware Type:** [More Information Needed]
|
| 150 |
+
- **Hours used:** [More Information Needed]
|
| 151 |
+
- **Cloud Provider:** [More Information Needed]
|
| 152 |
+
- **Compute Region:** [More Information Needed]
|
| 153 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 154 |
+
|
| 155 |
+
## Technical Specifications [optional]
|
| 156 |
+
|
| 157 |
+
### Model Architecture and Objective
|
| 158 |
+
|
| 159 |
+
[More Information Needed]
|
| 160 |
+
|
| 161 |
+
### Compute Infrastructure
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
#### Hardware
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Software
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
## Citation [optional]
|
| 174 |
+
|
| 175 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 176 |
+
|
| 177 |
+
**BibTeX:**
|
| 178 |
+
|
| 179 |
+
[More Information Needed]
|
| 180 |
+
|
| 181 |
+
**APA:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
## Glossary [optional]
|
| 186 |
+
|
| 187 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## More Information [optional]
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## Model Card Authors [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Contact
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
### Framework versions
|
| 203 |
+
|
| 204 |
+
- PEFT 0.18.0
|
checkpoint-40/lora/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "UNet2DConditionModel",
|
| 7 |
+
"parent_library": "diffusers.models.unets.unet_2d_condition"
|
| 8 |
+
},
|
| 9 |
+
"base_model_name_or_path": null,
|
| 10 |
+
"bias": "none",
|
| 11 |
+
"corda_config": null,
|
| 12 |
+
"ensure_weight_tying": false,
|
| 13 |
+
"eva_config": null,
|
| 14 |
+
"exclude_modules": null,
|
| 15 |
+
"fan_in_fan_out": false,
|
| 16 |
+
"inference_mode": true,
|
| 17 |
+
"init_lora_weights": true,
|
| 18 |
+
"layer_replication": null,
|
| 19 |
+
"layers_pattern": null,
|
| 20 |
+
"layers_to_transform": null,
|
| 21 |
+
"loftq_config": {},
|
| 22 |
+
"lora_alpha": 64,
|
| 23 |
+
"lora_bias": false,
|
| 24 |
+
"lora_dropout": 0.05,
|
| 25 |
+
"megatron_config": null,
|
| 26 |
+
"megatron_core": "megatron.core",
|
| 27 |
+
"modules_to_save": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.18.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 32,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"to_out.0",
|
| 36 |
+
"ff.net.0.proj",
|
| 37 |
+
"to_q",
|
| 38 |
+
"ff.net.2",
|
| 39 |
+
"to_k",
|
| 40 |
+
"to_v"
|
| 41 |
+
],
|
| 42 |
+
"target_parameters": null,
|
| 43 |
+
"task_type": null,
|
| 44 |
+
"trainable_token_indices": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
checkpoint-40/lora/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5d8d75cf56cbb4a9ab17d9cc5b990cd175ed5f4ef74e9e765b7e5aeab0ff828
|
| 3 |
+
size 335115088
|
checkpoint-40/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99a8a1bb321f033139ac4e8951807cf133bb3e14fa704dc5f86816aaeb2be862
|
| 3 |
+
size 670981654
|
checkpoint-60/config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_dir": "training_data",
|
| 3 |
+
"output_dir": "lora_output_v2",
|
| 4 |
+
"num_epochs": 100,
|
| 5 |
+
"learning_rate": 1e-05,
|
| 6 |
+
"weight_decay": 0.01,
|
| 7 |
+
"gradient_clip": 1.0,
|
| 8 |
+
"seed": 42,
|
| 9 |
+
"warmup_epochs": 5,
|
| 10 |
+
"gradient_accumulation_steps": 16,
|
| 11 |
+
"lora_rank": 32,
|
| 12 |
+
"lora_alpha": 64,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"save_every": 20,
|
| 15 |
+
"validate_every": 5,
|
| 16 |
+
"model_id": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 17 |
+
"prompt": "a high quality photograph",
|
| 18 |
+
"num_timestep_buckets": 8,
|
| 19 |
+
"max_timestep": 600
|
| 20 |
+
}
|
checkpoint-60/lora/README.md
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: /home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/unet
|
| 3 |
+
library_name: peft
|
| 4 |
+
tags:
|
| 5 |
+
- lora
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Model Card for Model ID
|
| 9 |
+
|
| 10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
|
| 16 |
+
### Model Description
|
| 17 |
+
|
| 18 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
- **Developed by:** [More Information Needed]
|
| 23 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 24 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 25 |
+
- **Model type:** [More Information Needed]
|
| 26 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 27 |
+
- **License:** [More Information Needed]
|
| 28 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 29 |
+
|
| 30 |
+
### Model Sources [optional]
|
| 31 |
+
|
| 32 |
+
<!-- Provide the basic links for the model. -->
|
| 33 |
+
|
| 34 |
+
- **Repository:** [More Information Needed]
|
| 35 |
+
- **Paper [optional]:** [More Information Needed]
|
| 36 |
+
- **Demo [optional]:** [More Information Needed]
|
| 37 |
+
|
| 38 |
+
## Uses
|
| 39 |
+
|
| 40 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 41 |
+
|
| 42 |
+
### Direct Use
|
| 43 |
+
|
| 44 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 45 |
+
|
| 46 |
+
[More Information Needed]
|
| 47 |
+
|
| 48 |
+
### Downstream Use [optional]
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Out-of-Scope Use
|
| 55 |
+
|
| 56 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
## Bias, Risks, and Limitations
|
| 61 |
+
|
| 62 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
### Recommendations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 69 |
+
|
| 70 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 71 |
+
|
| 72 |
+
## How to Get Started with the Model
|
| 73 |
+
|
| 74 |
+
Use the code below to get started with the model.
|
| 75 |
+
|
| 76 |
+
[More Information Needed]
|
| 77 |
+
|
| 78 |
+
## Training Details
|
| 79 |
+
|
| 80 |
+
### Training Data
|
| 81 |
+
|
| 82 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 83 |
+
|
| 84 |
+
[More Information Needed]
|
| 85 |
+
|
| 86 |
+
### Training Procedure
|
| 87 |
+
|
| 88 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 89 |
+
|
| 90 |
+
#### Preprocessing [optional]
|
| 91 |
+
|
| 92 |
+
[More Information Needed]
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
#### Training Hyperparameters
|
| 96 |
+
|
| 97 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 98 |
+
|
| 99 |
+
#### Speeds, Sizes, Times [optional]
|
| 100 |
+
|
| 101 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 102 |
+
|
| 103 |
+
[More Information Needed]
|
| 104 |
+
|
| 105 |
+
## Evaluation
|
| 106 |
+
|
| 107 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 108 |
+
|
| 109 |
+
### Testing Data, Factors & Metrics
|
| 110 |
+
|
| 111 |
+
#### Testing Data
|
| 112 |
+
|
| 113 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 114 |
+
|
| 115 |
+
[More Information Needed]
|
| 116 |
+
|
| 117 |
+
#### Factors
|
| 118 |
+
|
| 119 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Metrics
|
| 124 |
+
|
| 125 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
### Results
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
#### Summary
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
## Model Examination [optional]
|
| 138 |
+
|
| 139 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 140 |
+
|
| 141 |
+
[More Information Needed]
|
| 142 |
+
|
| 143 |
+
## Environmental Impact
|
| 144 |
+
|
| 145 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 146 |
+
|
| 147 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 148 |
+
|
| 149 |
+
- **Hardware Type:** [More Information Needed]
|
| 150 |
+
- **Hours used:** [More Information Needed]
|
| 151 |
+
- **Cloud Provider:** [More Information Needed]
|
| 152 |
+
- **Compute Region:** [More Information Needed]
|
| 153 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 154 |
+
|
| 155 |
+
## Technical Specifications [optional]
|
| 156 |
+
|
| 157 |
+
### Model Architecture and Objective
|
| 158 |
+
|
| 159 |
+
[More Information Needed]
|
| 160 |
+
|
| 161 |
+
### Compute Infrastructure
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
#### Hardware
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Software
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
## Citation [optional]
|
| 174 |
+
|
| 175 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 176 |
+
|
| 177 |
+
**BibTeX:**
|
| 178 |
+
|
| 179 |
+
[More Information Needed]
|
| 180 |
+
|
| 181 |
+
**APA:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
## Glossary [optional]
|
| 186 |
+
|
| 187 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## More Information [optional]
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## Model Card Authors [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Contact
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
### Framework versions
|
| 203 |
+
|
| 204 |
+
- PEFT 0.18.0
|
checkpoint-60/lora/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "UNet2DConditionModel",
|
| 7 |
+
"parent_library": "diffusers.models.unets.unet_2d_condition"
|
| 8 |
+
},
|
| 9 |
+
"base_model_name_or_path": null,
|
| 10 |
+
"bias": "none",
|
| 11 |
+
"corda_config": null,
|
| 12 |
+
"ensure_weight_tying": false,
|
| 13 |
+
"eva_config": null,
|
| 14 |
+
"exclude_modules": null,
|
| 15 |
+
"fan_in_fan_out": false,
|
| 16 |
+
"inference_mode": true,
|
| 17 |
+
"init_lora_weights": true,
|
| 18 |
+
"layer_replication": null,
|
| 19 |
+
"layers_pattern": null,
|
| 20 |
+
"layers_to_transform": null,
|
| 21 |
+
"loftq_config": {},
|
| 22 |
+
"lora_alpha": 64,
|
| 23 |
+
"lora_bias": false,
|
| 24 |
+
"lora_dropout": 0.05,
|
| 25 |
+
"megatron_config": null,
|
| 26 |
+
"megatron_core": "megatron.core",
|
| 27 |
+
"modules_to_save": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.18.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 32,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"to_out.0",
|
| 36 |
+
"to_q",
|
| 37 |
+
"to_k",
|
| 38 |
+
"to_v",
|
| 39 |
+
"ff.net.2",
|
| 40 |
+
"ff.net.0.proj"
|
| 41 |
+
],
|
| 42 |
+
"target_parameters": null,
|
| 43 |
+
"task_type": null,
|
| 44 |
+
"trainable_token_indices": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
checkpoint-60/lora/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:568cd994bc64f560f0ff103802f8ea71b7b43092b5d150319b76a6cf43794a7a
|
| 3 |
+
size 335115088
|
checkpoint-60/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c2f63007c177e9b5f8a8b754a2c5ebc3ee0c88abf8d7595d456483cc13b8818
|
| 3 |
+
size 671001238
|
checkpoint-80/config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_dir": "training_data",
|
| 3 |
+
"output_dir": "lora_output_v2",
|
| 4 |
+
"num_epochs": 100,
|
| 5 |
+
"learning_rate": 1e-05,
|
| 6 |
+
"weight_decay": 0.01,
|
| 7 |
+
"gradient_clip": 1.0,
|
| 8 |
+
"seed": 42,
|
| 9 |
+
"warmup_epochs": 5,
|
| 10 |
+
"gradient_accumulation_steps": 16,
|
| 11 |
+
"lora_rank": 32,
|
| 12 |
+
"lora_alpha": 64,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"save_every": 20,
|
| 15 |
+
"validate_every": 5,
|
| 16 |
+
"model_id": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 17 |
+
"prompt": "a high quality photograph",
|
| 18 |
+
"num_timestep_buckets": 8,
|
| 19 |
+
"max_timestep": 600
|
| 20 |
+
}
|
checkpoint-80/lora/README.md
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: /home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/unet
|
| 3 |
+
library_name: peft
|
| 4 |
+
tags:
|
| 5 |
+
- lora
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Model Card for Model ID
|
| 9 |
+
|
| 10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
|
| 16 |
+
### Model Description
|
| 17 |
+
|
| 18 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
- **Developed by:** [More Information Needed]
|
| 23 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 24 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 25 |
+
- **Model type:** [More Information Needed]
|
| 26 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 27 |
+
- **License:** [More Information Needed]
|
| 28 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 29 |
+
|
| 30 |
+
### Model Sources [optional]
|
| 31 |
+
|
| 32 |
+
<!-- Provide the basic links for the model. -->
|
| 33 |
+
|
| 34 |
+
- **Repository:** [More Information Needed]
|
| 35 |
+
- **Paper [optional]:** [More Information Needed]
|
| 36 |
+
- **Demo [optional]:** [More Information Needed]
|
| 37 |
+
|
| 38 |
+
## Uses
|
| 39 |
+
|
| 40 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 41 |
+
|
| 42 |
+
### Direct Use
|
| 43 |
+
|
| 44 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 45 |
+
|
| 46 |
+
[More Information Needed]
|
| 47 |
+
|
| 48 |
+
### Downstream Use [optional]
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Out-of-Scope Use
|
| 55 |
+
|
| 56 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
## Bias, Risks, and Limitations
|
| 61 |
+
|
| 62 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
### Recommendations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 69 |
+
|
| 70 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 71 |
+
|
| 72 |
+
## How to Get Started with the Model
|
| 73 |
+
|
| 74 |
+
Use the code below to get started with the model.
|
| 75 |
+
|
| 76 |
+
[More Information Needed]
|
| 77 |
+
|
| 78 |
+
## Training Details
|
| 79 |
+
|
| 80 |
+
### Training Data
|
| 81 |
+
|
| 82 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 83 |
+
|
| 84 |
+
[More Information Needed]
|
| 85 |
+
|
| 86 |
+
### Training Procedure
|
| 87 |
+
|
| 88 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 89 |
+
|
| 90 |
+
#### Preprocessing [optional]
|
| 91 |
+
|
| 92 |
+
[More Information Needed]
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
#### Training Hyperparameters
|
| 96 |
+
|
| 97 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 98 |
+
|
| 99 |
+
#### Speeds, Sizes, Times [optional]
|
| 100 |
+
|
| 101 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 102 |
+
|
| 103 |
+
[More Information Needed]
|
| 104 |
+
|
| 105 |
+
## Evaluation
|
| 106 |
+
|
| 107 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 108 |
+
|
| 109 |
+
### Testing Data, Factors & Metrics
|
| 110 |
+
|
| 111 |
+
#### Testing Data
|
| 112 |
+
|
| 113 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 114 |
+
|
| 115 |
+
[More Information Needed]
|
| 116 |
+
|
| 117 |
+
#### Factors
|
| 118 |
+
|
| 119 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Metrics
|
| 124 |
+
|
| 125 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
### Results
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
#### Summary
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
## Model Examination [optional]
|
| 138 |
+
|
| 139 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 140 |
+
|
| 141 |
+
[More Information Needed]
|
| 142 |
+
|
| 143 |
+
## Environmental Impact
|
| 144 |
+
|
| 145 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 146 |
+
|
| 147 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 148 |
+
|
| 149 |
+
- **Hardware Type:** [More Information Needed]
|
| 150 |
+
- **Hours used:** [More Information Needed]
|
| 151 |
+
- **Cloud Provider:** [More Information Needed]
|
| 152 |
+
- **Compute Region:** [More Information Needed]
|
| 153 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 154 |
+
|
| 155 |
+
## Technical Specifications [optional]
|
| 156 |
+
|
| 157 |
+
### Model Architecture and Objective
|
| 158 |
+
|
| 159 |
+
[More Information Needed]
|
| 160 |
+
|
| 161 |
+
### Compute Infrastructure
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
#### Hardware
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Software
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
## Citation [optional]
|
| 174 |
+
|
| 175 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 176 |
+
|
| 177 |
+
**BibTeX:**
|
| 178 |
+
|
| 179 |
+
[More Information Needed]
|
| 180 |
+
|
| 181 |
+
**APA:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
## Glossary [optional]
|
| 186 |
+
|
| 187 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## More Information [optional]
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## Model Card Authors [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Contact
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
### Framework versions
|
| 203 |
+
|
| 204 |
+
- PEFT 0.18.0
|
checkpoint-80/lora/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "UNet2DConditionModel",
|
| 7 |
+
"parent_library": "diffusers.models.unets.unet_2d_condition"
|
| 8 |
+
},
|
| 9 |
+
"base_model_name_or_path": null,
|
| 10 |
+
"bias": "none",
|
| 11 |
+
"corda_config": null,
|
| 12 |
+
"ensure_weight_tying": false,
|
| 13 |
+
"eva_config": null,
|
| 14 |
+
"exclude_modules": null,
|
| 15 |
+
"fan_in_fan_out": false,
|
| 16 |
+
"inference_mode": true,
|
| 17 |
+
"init_lora_weights": true,
|
| 18 |
+
"layer_replication": null,
|
| 19 |
+
"layers_pattern": null,
|
| 20 |
+
"layers_to_transform": null,
|
| 21 |
+
"loftq_config": {},
|
| 22 |
+
"lora_alpha": 64,
|
| 23 |
+
"lora_bias": false,
|
| 24 |
+
"lora_dropout": 0.05,
|
| 25 |
+
"megatron_config": null,
|
| 26 |
+
"megatron_core": "megatron.core",
|
| 27 |
+
"modules_to_save": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.18.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 32,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"to_q",
|
| 36 |
+
"to_k",
|
| 37 |
+
"ff.net.2",
|
| 38 |
+
"to_v",
|
| 39 |
+
"to_out.0",
|
| 40 |
+
"ff.net.0.proj"
|
| 41 |
+
],
|
| 42 |
+
"target_parameters": null,
|
| 43 |
+
"task_type": null,
|
| 44 |
+
"trainable_token_indices": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
checkpoint-80/lora/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f84eb6d2b0c4327d16951f84319595a0798d8a0cc7b826b5a9845f96e30bc0b3
|
| 3 |
+
size 335115088
|
checkpoint-80/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9400715bc4e4303ef09941c50e2d1501a6951f7b91c90fc7be693ce30bfd1e3
|
| 3 |
+
size 671001238
|
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_dir": "training_data",
|
| 3 |
+
"output_dir": "lora_output_v2",
|
| 4 |
+
"num_epochs": 100,
|
| 5 |
+
"learning_rate": 1e-05,
|
| 6 |
+
"weight_decay": 0.01,
|
| 7 |
+
"gradient_clip": 1.0,
|
| 8 |
+
"seed": 42,
|
| 9 |
+
"warmup_epochs": 5,
|
| 10 |
+
"gradient_accumulation_steps": 16,
|
| 11 |
+
"lora_rank": 32,
|
| 12 |
+
"lora_alpha": 64,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"save_every": 20,
|
| 15 |
+
"validate_every": 5,
|
| 16 |
+
"model_id": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 17 |
+
"prompt": "a high quality photograph",
|
| 18 |
+
"num_timestep_buckets": 8,
|
| 19 |
+
"max_timestep": 600
|
| 20 |
+
}
|
final/config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_dir": "training_data",
|
| 3 |
+
"output_dir": "lora_output_v2",
|
| 4 |
+
"num_epochs": 100,
|
| 5 |
+
"learning_rate": 1e-05,
|
| 6 |
+
"weight_decay": 0.01,
|
| 7 |
+
"gradient_clip": 1.0,
|
| 8 |
+
"seed": 42,
|
| 9 |
+
"warmup_epochs": 5,
|
| 10 |
+
"gradient_accumulation_steps": 16,
|
| 11 |
+
"lora_rank": 32,
|
| 12 |
+
"lora_alpha": 64,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"save_every": 20,
|
| 15 |
+
"validate_every": 5,
|
| 16 |
+
"model_id": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 17 |
+
"prompt": "a high quality photograph",
|
| 18 |
+
"num_timestep_buckets": 8,
|
| 19 |
+
"max_timestep": 600
|
| 20 |
+
}
|
final/lora/README.md
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: /home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/unet
|
| 3 |
+
library_name: peft
|
| 4 |
+
tags:
|
| 5 |
+
- lora
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Model Card for Model ID
|
| 9 |
+
|
| 10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
|
| 16 |
+
### Model Description
|
| 17 |
+
|
| 18 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
- **Developed by:** [More Information Needed]
|
| 23 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 24 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 25 |
+
- **Model type:** [More Information Needed]
|
| 26 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 27 |
+
- **License:** [More Information Needed]
|
| 28 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 29 |
+
|
| 30 |
+
### Model Sources [optional]
|
| 31 |
+
|
| 32 |
+
<!-- Provide the basic links for the model. -->
|
| 33 |
+
|
| 34 |
+
- **Repository:** [More Information Needed]
|
| 35 |
+
- **Paper [optional]:** [More Information Needed]
|
| 36 |
+
- **Demo [optional]:** [More Information Needed]
|
| 37 |
+
|
| 38 |
+
## Uses
|
| 39 |
+
|
| 40 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 41 |
+
|
| 42 |
+
### Direct Use
|
| 43 |
+
|
| 44 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 45 |
+
|
| 46 |
+
[More Information Needed]
|
| 47 |
+
|
| 48 |
+
### Downstream Use [optional]
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Out-of-Scope Use
|
| 55 |
+
|
| 56 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
## Bias, Risks, and Limitations
|
| 61 |
+
|
| 62 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
### Recommendations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 69 |
+
|
| 70 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 71 |
+
|
| 72 |
+
## How to Get Started with the Model
|
| 73 |
+
|
| 74 |
+
Use the code below to get started with the model.
|
| 75 |
+
|
| 76 |
+
[More Information Needed]
|
| 77 |
+
|
| 78 |
+
## Training Details
|
| 79 |
+
|
| 80 |
+
### Training Data
|
| 81 |
+
|
| 82 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 83 |
+
|
| 84 |
+
[More Information Needed]
|
| 85 |
+
|
| 86 |
+
### Training Procedure
|
| 87 |
+
|
| 88 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 89 |
+
|
| 90 |
+
#### Preprocessing [optional]
|
| 91 |
+
|
| 92 |
+
[More Information Needed]
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
#### Training Hyperparameters
|
| 96 |
+
|
| 97 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 98 |
+
|
| 99 |
+
#### Speeds, Sizes, Times [optional]
|
| 100 |
+
|
| 101 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 102 |
+
|
| 103 |
+
[More Information Needed]
|
| 104 |
+
|
| 105 |
+
## Evaluation
|
| 106 |
+
|
| 107 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 108 |
+
|
| 109 |
+
### Testing Data, Factors & Metrics
|
| 110 |
+
|
| 111 |
+
#### Testing Data
|
| 112 |
+
|
| 113 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 114 |
+
|
| 115 |
+
[More Information Needed]
|
| 116 |
+
|
| 117 |
+
#### Factors
|
| 118 |
+
|
| 119 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Metrics
|
| 124 |
+
|
| 125 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
### Results
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
#### Summary
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
## Model Examination [optional]
|
| 138 |
+
|
| 139 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 140 |
+
|
| 141 |
+
[More Information Needed]
|
| 142 |
+
|
| 143 |
+
## Environmental Impact
|
| 144 |
+
|
| 145 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 146 |
+
|
| 147 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 148 |
+
|
| 149 |
+
- **Hardware Type:** [More Information Needed]
|
| 150 |
+
- **Hours used:** [More Information Needed]
|
| 151 |
+
- **Cloud Provider:** [More Information Needed]
|
| 152 |
+
- **Compute Region:** [More Information Needed]
|
| 153 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 154 |
+
|
| 155 |
+
## Technical Specifications [optional]
|
| 156 |
+
|
| 157 |
+
### Model Architecture and Objective
|
| 158 |
+
|
| 159 |
+
[More Information Needed]
|
| 160 |
+
|
| 161 |
+
### Compute Infrastructure
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
#### Hardware
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Software
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
## Citation [optional]
|
| 174 |
+
|
| 175 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 176 |
+
|
| 177 |
+
**BibTeX:**
|
| 178 |
+
|
| 179 |
+
[More Information Needed]
|
| 180 |
+
|
| 181 |
+
**APA:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
## Glossary [optional]
|
| 186 |
+
|
| 187 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## More Information [optional]
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## Model Card Authors [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Contact
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
### Framework versions
|
| 203 |
+
|
| 204 |
+
- PEFT 0.18.0
|
final/lora/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "UNet2DConditionModel",
|
| 7 |
+
"parent_library": "diffusers.models.unets.unet_2d_condition"
|
| 8 |
+
},
|
| 9 |
+
"base_model_name_or_path": null,
|
| 10 |
+
"bias": "none",
|
| 11 |
+
"corda_config": null,
|
| 12 |
+
"ensure_weight_tying": false,
|
| 13 |
+
"eva_config": null,
|
| 14 |
+
"exclude_modules": null,
|
| 15 |
+
"fan_in_fan_out": false,
|
| 16 |
+
"inference_mode": true,
|
| 17 |
+
"init_lora_weights": true,
|
| 18 |
+
"layer_replication": null,
|
| 19 |
+
"layers_pattern": null,
|
| 20 |
+
"layers_to_transform": null,
|
| 21 |
+
"loftq_config": {},
|
| 22 |
+
"lora_alpha": 64,
|
| 23 |
+
"lora_bias": false,
|
| 24 |
+
"lora_dropout": 0.05,
|
| 25 |
+
"megatron_config": null,
|
| 26 |
+
"megatron_core": "megatron.core",
|
| 27 |
+
"modules_to_save": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.18.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 32,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"to_q",
|
| 36 |
+
"to_k",
|
| 37 |
+
"ff.net.2",
|
| 38 |
+
"to_v",
|
| 39 |
+
"to_out.0",
|
| 40 |
+
"ff.net.0.proj"
|
| 41 |
+
],
|
| 42 |
+
"target_parameters": null,
|
| 43 |
+
"task_type": null,
|
| 44 |
+
"trainable_token_indices": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
final/lora/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25ba08005e76a5ce1a9a9f5a86d6f0638c83facaa745de94c8310137e21c2ba2
|
| 3 |
+
size 335115088
|
final/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a68b35d02f7c2e7cb911310d8f26c12719bd94ad9beb5ba1d854f5938bd04548
|
| 3 |
+
size 671001238
|
loss_plot.png
ADDED
|
training_log.jsonl
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 1, "train_loss": 17.19942092587395, "val_loss": null, "learning_rate": 4.000000000000001e-06, "epoch_time": 145.58935499191284, "total_time": 145.58935976028442, "best_val_loss": 17.19942092587395, "nan_count": 0}
|
| 2 |
+
{"epoch": 2, "train_loss": 12.55613268770588, "val_loss": null, "learning_rate": 6e-06, "epoch_time": 146.4631314277649, "total_time": 292.05551624298096, "best_val_loss": 5.55613268770588, "nan_count": 0}
|
| 3 |
+
{"epoch": 3, "train_loss": 8.259474676467168, "val_loss": null, "learning_rate": 8.000000000000001e-06, "epoch_time": 145.96791243553162, "total_time": 438.0265009403229, "best_val_loss": 8.259474676467168, "nan_count": 0}
|
| 4 |
+
{"epoch": 4, "train_loss": 7.964921360687973, "val_loss": null, "learning_rate": 1e-05, "epoch_time": 146.06552052497864, "total_time": 584.09494805336, "best_val_loss": 4.964921360687973, "nan_count": 0}
|
| 5 |
+
{"epoch": 5, "train_loss": 7.0351190459914505, "val_loss": 6.208327950419564, "learning_rate": 1e-05, "epoch_time": 160.01777362823486, "total_time": 744.1156527996063, "best_val_loss": 3.208327950419564, "nan_count": 0}
|
| 6 |
+
{"epoch": 6, "train_loss": 9.778032663247238, "val_loss": null, "learning_rate": 9.99726628670463e-06, "epoch_time": 145.44241309165955, "total_time": 889.5590491294861, "best_val_loss": 3.208327950419564, "nan_count": 0}
|
| 7 |
+
{"epoch": 7, "train_loss": 8.70230938885361, "val_loss": null, "learning_rate": 9.989068136093873e-06, "epoch_time": 145.6359989643097, "total_time": 1035.1985864639282, "best_val_loss": 3.208327950419564, "nan_count": 0}
|
| 8 |
+
{"epoch": 8, "train_loss": 9.366116947424598, "val_loss": null, "learning_rate": 9.975414512725058e-06, "epoch_time": 145.6132140159607, "total_time": 1180.8149619102478, "best_val_loss": 3.208327950419564, "nan_count": 0}
|
| 9 |
+
{"epoch": 9, "train_loss": 14.540897987526842, "val_loss": null, "learning_rate": 9.956320346634877e-06, "epoch_time": 145.92142820358276, "total_time": 1326.737675189972, "best_val_loss": 3.208327950419564, "nan_count": 0}
|
| 10 |
+
{"epoch": 10, "train_loss": 4.996655541534225, "val_loss": 2.280347728807675, "learning_rate": 9.931806517013612e-06, "epoch_time": 159.60694217681885, "total_time": 1486.347716808319, "best_val_loss": 2.280347728807675, "nan_count": 0}
|
| 11 |
+
{"epoch": 11, "train_loss": 4.1134332747121025, "val_loss": null, "learning_rate": 9.901899829374048e-06, "epoch_time": 145.5922462940216, "total_time": 1631.9406123161316, "best_val_loss": 2.280347728807675, "nan_count": 0}
|
| 12 |
+
{"epoch": 12, "train_loss": 5.680793443702472, "val_loss": null, "learning_rate": 9.86663298624003e-06, "epoch_time": 144.39978694915771, "total_time": 1776.3436105251312, "best_val_loss": 2.280347728807675, "nan_count": 0}
|
| 13 |
+
{"epoch": 13, "train_loss": 5.229802124877461, "val_loss": null, "learning_rate": 9.826044551386743e-06, "epoch_time": 144.18064284324646, "total_time": 1920.5256032943726, "best_val_loss": 2.280347728807675, "nan_count": 0}
|
| 14 |
+
{"epoch": 14, "train_loss": 5.568235672001416, "val_loss": null, "learning_rate": 9.780178907671788e-06, "epoch_time": 145.47716188430786, "total_time": 2066.005401134491, "best_val_loss": 2.280347728807675, "nan_count": 0}
|
| 15 |
+
{"epoch": 15, "train_loss": 7.370523032639175, "val_loss": 1.6486822170646567, "learning_rate": 9.729086208503174e-06, "epoch_time": 160.74190258979797, "total_time": 2226.7495832443237, "best_val_loss": 1.6486822170646567, "nan_count": 0}
|
| 16 |
+
{"epoch": 16, "train_loss": 3.5894019457977264, "val_loss": null, "learning_rate": 9.672822322997305e-06, "epoch_time": 145.57167029380798, "total_time": 2372.3215625286102, "best_val_loss": 1.6486822170646567, "nan_count": 0}
|
| 17 |
+
{"epoch": 17, "train_loss": 4.5010104613611475, "val_loss": null, "learning_rate": 9.611448774886925e-06, "epoch_time": 144.91890287399292, "total_time": 2517.243272304535, "best_val_loss": 1.6486822170646567, "nan_count": 0}
|
| 18 |
+
{"epoch": 18, "train_loss": 3.4819029990506047, "val_loss": null, "learning_rate": 9.545032675245814e-06, "epoch_time": 145.5904724597931, "total_time": 2662.8364312648773, "best_val_loss": 1.6486822170646567, "nan_count": 0}
|
| 19 |
+
{"epoch": 19, "train_loss": 5.438091036328115, "val_loss": null, "learning_rate": 9.473646649103819e-06, "epoch_time": 145.2338080406189, "total_time": 2808.0734555721283, "best_val_loss": 1.6486822170646567, "nan_count": 0}
|
| 20 |
+
{"epoch": 20, "train_loss": 4.973662052745931, "val_loss": 1.197837292755905, "learning_rate": 9.397368756032445e-06, "epoch_time": 159.82029962539673, "total_time": 2967.8962948322296, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 21 |
+
{"epoch": 21, "train_loss": 6.863651993110155, "val_loss": null, "learning_rate": 9.31628240478787e-06, "epoch_time": 144.0800268650055, "total_time": 3113.6745936870575, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 22 |
+
{"epoch": 22, "train_loss": 3.1852325261725736, "val_loss": null, "learning_rate": 9.230476262104678e-06, "epoch_time": 144.9050657749176, "total_time": 3258.5832753181458, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 23 |
+
{"epoch": 23, "train_loss": 3.6991982683849836, "val_loss": null, "learning_rate": 9.140044155740102e-06, "epoch_time": 145.23047804832458, "total_time": 3403.817048072815, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 24 |
+
{"epoch": 24, "train_loss": 3.95262838259805, "val_loss": null, "learning_rate": 9.045084971874738e-06, "epoch_time": 144.11770796775818, "total_time": 3547.9379303455353, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 25 |
+
{"epoch": 25, "train_loss": 3.4445872437441722, "val_loss": 4.225644043401668, "learning_rate": 8.94570254698197e-06, "epoch_time": 158.1483871936798, "total_time": 3706.0893836021423, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 26 |
+
{"epoch": 26, "train_loss": 3.2804372601599123, "val_loss": null, "learning_rate": 8.842005554284296e-06, "epoch_time": 145.04227447509766, "total_time": 3851.1333639621735, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 27 |
+
{"epoch": 27, "train_loss": 3.607025761832483, "val_loss": null, "learning_rate": 8.734107384920771e-06, "epoch_time": 144.76837968826294, "total_time": 3995.9050879478455, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 28 |
+
{"epoch": 28, "train_loss": 3.5093281038027877, "val_loss": null, "learning_rate": 8.622126023955446e-06, "epoch_time": 144.69469618797302, "total_time": 4140.603454113007, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 29 |
+
{"epoch": 29, "train_loss": 4.451195775601081, "val_loss": null, "learning_rate": 8.506183921362443e-06, "epoch_time": 144.09170651435852, "total_time": 4284.698315382004, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 30 |
+
{"epoch": 30, "train_loss": 4.1997576663115375, "val_loss": 1.4401458956693347, "learning_rate": 8.386407858128707e-06, "epoch_time": 156.80615615844727, "total_time": 4441.507524013519, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 31 |
+
{"epoch": 31, "train_loss": 3.8410931349731983, "val_loss": null, "learning_rate": 8.262928807620843e-06, "epoch_time": 143.9611668586731, "total_time": 4585.470387458801, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 32 |
+
{"epoch": 32, "train_loss": 4.416647360411783, "val_loss": null, "learning_rate": 8.135881792367686e-06, "epoch_time": 144.73331475257874, "total_time": 4730.207221031189, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 33 |
+
{"epoch": 33, "train_loss": 3.43881782689908, "val_loss": null, "learning_rate": 8.005405736415127e-06, "epoch_time": 144.51756763458252, "total_time": 4874.727851390839, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 34 |
+
{"epoch": 34, "train_loss": 3.956570456316695, "val_loss": null, "learning_rate": 7.871643313414718e-06, "epoch_time": 145.275493144989, "total_time": 5020.006685018539, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 35 |
+
{"epoch": 35, "train_loss": 3.417003455339, "val_loss": 1.345734186862645, "learning_rate": 7.734740790612137e-06, "epoch_time": 157.52464175224304, "total_time": 5177.534707546234, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 36 |
+
{"epoch": 36, "train_loss": 3.192818854857856, "val_loss": null, "learning_rate": 7.594847868906076e-06, "epoch_time": 144.62704396247864, "total_time": 5322.1630783081055, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 37 |
+
{"epoch": 37, "train_loss": 4.621960010170005, "val_loss": null, "learning_rate": 7.452117519152542e-06, "epoch_time": 144.45120477676392, "total_time": 5466.617178201675, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 38 |
+
{"epoch": 38, "train_loss": 2.5693226069444792, "val_loss": null, "learning_rate": 7.30670581489344e-06, "epoch_time": 144.73938965797424, "total_time": 5611.360107660294, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 39 |
+
{"epoch": 39, "train_loss": 3.421145873625452, "val_loss": null, "learning_rate": 7.158771761692464e-06, "epoch_time": 145.64204716682434, "total_time": 5757.004558324814, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 40 |
+
{"epoch": 40, "train_loss": 5.932578617497347, "val_loss": 1.6734716096206714, "learning_rate": 7.008477123264849e-06, "epoch_time": 157.42941164970398, "total_time": 5914.437015295029, "best_val_loss": 1.197837292755905, "nan_count": 0}
|
| 41 |
+
{"epoch": 41, "train_loss": 5.656617505843235, "val_loss": null, "learning_rate": 6.855986244591104e-06, "epoch_time": 143.39657282829285, "total_time": 143.3965790271759, "best_val_loss": 14.656617505843235, "nan_count": 0}
|
| 42 |
+
{"epoch": 42, "train_loss": 4.776309097046033, "val_loss": null, "learning_rate": 6.701465872208216e-06, "epoch_time": 142.8288016319275, "total_time": 286.22876167297363, "best_val_loss": 11.776309097046033, "nan_count": 0}
|
| 43 |
+
{"epoch": 43, "train_loss": 4.02011553304425, "val_loss": null, "learning_rate": 6.545084971874738e-06, "epoch_time": 142.45010638237, "total_time": 428.68155455589294, "best_val_loss": 21.02011553304425, "nan_count": 0}
|
| 44 |
+
{"epoch": 44, "train_loss": 4.368613927586314, "val_loss": null, "learning_rate": 6.387014543809224e-06, "epoch_time": 142.8886272907257, "total_time": 571.5733850002289, "best_val_loss": 6.368613927586314, "nan_count": 0}
|
| 45 |
+
{"epoch": 45, "train_loss": 3.5067328403936697, "val_loss": 1.3630286337513673, "learning_rate": 6.227427435703997e-06, "epoch_time": 157.36809968948364, "total_time": 728.9440271854401, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 46 |
+
{"epoch": 46, "train_loss": 4.776196178830125, "val_loss": null, "learning_rate": 6.066498153718735e-06, "epoch_time": 143.07763409614563, "total_time": 872.0224120616913, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 47 |
+
{"epoch": 47, "train_loss": 2.897143806747368, "val_loss": null, "learning_rate": 5.904402671660551e-06, "epoch_time": 142.7091383934021, "total_time": 1014.7353549003601, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 48 |
+
{"epoch": 48, "train_loss": 3.4301633670693263, "val_loss": null, "learning_rate": 5.74131823855921e-06, "epoch_time": 143.206848859787, "total_time": 1157.9437563419342, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 49 |
+
{"epoch": 49, "train_loss": 3.019160836259834, "val_loss": null, "learning_rate": 5.577423184847932e-06, "epoch_time": 142.6464865207672, "total_time": 1300.5940806865692, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 50 |
+
{"epoch": 50, "train_loss": 5.098348380428635, "val_loss": 3.1046709630050158, "learning_rate": 5.412896727361663e-06, "epoch_time": 155.2999849319458, "total_time": 1455.8975348472595, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 51 |
+
{"epoch": 51, "train_loss": 2.4326022625693846, "val_loss": null, "learning_rate": 5.247918773366112e-06, "epoch_time": 143.18976354599, "total_time": 1599.0884413719177, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 52 |
+
{"epoch": 52, "train_loss": 5.461688357930527, "val_loss": null, "learning_rate": 5.082669723831793e-06, "epoch_time": 143.71299242973328, "total_time": 1742.8048348426819, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 53 |
+
{"epoch": 53, "train_loss": 5.603210950971374, "val_loss": null, "learning_rate": 4.917330276168208e-06, "epoch_time": 143.43928027153015, "total_time": 1886.2469091415405, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 54 |
+
{"epoch": 54, "train_loss": 6.067611928258298, "val_loss": null, "learning_rate": 4.752081226633888e-06, "epoch_time": 143.32387614250183, "total_time": 2029.5735266208649, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 55 |
+
{"epoch": 55, "train_loss": 2.77310240741095, "val_loss": 2.746287005708406, "learning_rate": 4.587103272638339e-06, "epoch_time": 154.77045392990112, "total_time": 2184.347396373749, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 56 |
+
{"epoch": 56, "train_loss": 3.860994441892641, "val_loss": null, "learning_rate": 4.42257681515207e-06, "epoch_time": 142.17878985404968, "total_time": 2326.5279154777527, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 57 |
+
{"epoch": 57, "train_loss": 2.9203537055549935, "val_loss": null, "learning_rate": 4.25868176144079e-06, "epoch_time": 142.62657165527344, "total_time": 2469.156108379364, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 58 |
+
{"epoch": 58, "train_loss": 2.23516917033121, "val_loss": null, "learning_rate": 4.0955973283394525e-06, "epoch_time": 143.16495561599731, "total_time": 2612.3243548870087, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 59 |
+
{"epoch": 59, "train_loss": 2.700702446988887, "val_loss": null, "learning_rate": 3.9335018462812664e-06, "epoch_time": 142.84920525550842, "total_time": 2755.1775584220886, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 60 |
+
{"epoch": 60, "train_loss": 1.440890104437454, "val_loss": 2.50316003494357, "learning_rate": 3.7725725642960047e-06, "epoch_time": 155.63533520698547, "total_time": 2910.815747022629, "best_val_loss": 1.3630286337513673, "nan_count": 0}
|
| 61 |
+
{"epoch": 61, "train_loss": 2.488782158002465, "val_loss": null, "learning_rate": 3.6129854561907786e-06, "epoch_time": 143.37962675094604, "total_time": 143.3796329498291, "best_val_loss": 20.488782158002465, "nan_count": 0}
|
| 62 |
+
{"epoch": 62, "train_loss": 1.74859287728452, "val_loss": null, "learning_rate": 3.4549150281252635e-06, "epoch_time": 142.21597123146057, "total_time": 285.59905791282654, "best_val_loss": 9.74859287728452, "nan_count": 0}
|
| 63 |
+
{"epoch": 63, "train_loss": 2.27188630646043, "val_loss": null, "learning_rate": 3.298534127791785e-06, "epoch_time": 142.50022792816162, "total_time": 428.103568315506, "best_val_loss": 15.27188630646043, "nan_count": 0}
|
| 64 |
+
{"epoch": 64, "train_loss": 1.821349680899746, "val_loss": null, "learning_rate": 3.1440137554088957e-06, "epoch_time": 142.3607213497162, "total_time": 570.4668045043945, "best_val_loss": 7.821349680899746, "nan_count": 0}
|
| 65 |
+
{"epoch": 65, "train_loss": 3.4137809784643145, "val_loss": 1.3539129746587653, "learning_rate": 2.991522876735154e-06, "epoch_time": 156.72560334205627, "total_time": 727.1954562664032, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 66 |
+
{"epoch": 66, "train_loss": 4.995955479543449, "val_loss": null, "learning_rate": 2.8412282383075362e-06, "epoch_time": 142.54419708251953, "total_time": 869.7405939102173, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 67 |
+
{"epoch": 67, "train_loss": 2.958466476608171, "val_loss": null, "learning_rate": 2.693294185106562e-06, "epoch_time": 141.25971150398254, "total_time": 1011.0031368732452, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 68 |
+
{"epoch": 68, "train_loss": 4.273237870377488, "val_loss": null, "learning_rate": 2.5478824808474613e-06, "epoch_time": 141.45464634895325, "total_time": 1152.4606049060822, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 69 |
+
{"epoch": 69, "train_loss": 3.591097270141148, "val_loss": null, "learning_rate": 2.4051521310939258e-06, "epoch_time": 142.30907249450684, "total_time": 1294.7727823257446, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 70 |
+
{"epoch": 70, "train_loss": 5.640156377595849, "val_loss": 2.092350325106006, "learning_rate": 2.265259209387867e-06, "epoch_time": 155.33024954795837, "total_time": 1450.1059267520905, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 71 |
+
{"epoch": 71, "train_loss": 2.1183283414458858, "val_loss": null, "learning_rate": 2.1283566865852824e-06, "epoch_time": 142.02368235588074, "total_time": 1592.131136894226, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 72 |
+
{"epoch": 72, "train_loss": 3.601663330500014, "val_loss": null, "learning_rate": 1.9945942635848745e-06, "epoch_time": 142.66171622276306, "total_time": 1734.7952601909637, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 73 |
+
{"epoch": 73, "train_loss": 3.029718443321892, "val_loss": null, "learning_rate": 1.864118207632315e-06, "epoch_time": 142.56201457977295, "total_time": 1877.3608639240265, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 74 |
+
{"epoch": 74, "train_loss": 3.356624772298771, "val_loss": null, "learning_rate": 1.7370711923791567e-06, "epoch_time": 141.64917373657227, "total_time": 2019.0135290622711, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 75 |
+
{"epoch": 75, "train_loss": 2.158899751388365, "val_loss": 1.7367651415498635, "learning_rate": 1.6135921418712959e-06, "epoch_time": 154.80637192726135, "total_time": 2173.823189020157, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 76 |
+
{"epoch": 76, "train_loss": 2.051477667151226, "val_loss": null, "learning_rate": 1.4938160786375571e-06, "epoch_time": 141.70708513259888, "total_time": 2315.53196144104, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 77 |
+
{"epoch": 77, "train_loss": 2.035622535806356, "val_loss": null, "learning_rate": 1.3778739760445552e-06, "epoch_time": 142.36884546279907, "total_time": 2457.904289960861, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 78 |
+
{"epoch": 78, "train_loss": 2.66036241442586, "val_loss": null, "learning_rate": 1.2658926150792321e-06, "epoch_time": 142.21520614624023, "total_time": 2600.12118935585, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 79 |
+
{"epoch": 79, "train_loss": 5.332712841577207, "val_loss": null, "learning_rate": 1.157994445715706e-06, "epoch_time": 141.9722261428833, "total_time": 2742.0967559814453, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 80 |
+
{"epoch": 80, "train_loss": 3.920014873607498, "val_loss": 2.47870918873109, "learning_rate": 1.0542974530180327e-06, "epoch_time": 155.21941447257996, "total_time": 2897.3196337223053, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 81 |
+
{"epoch": 81, "train_loss": 2.137357483863727, "val_loss": null, "learning_rate": 9.549150281252633e-07, "epoch_time": 142.88429069519043, "total_time": 3041.94571018219, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 82 |
+
{"epoch": 82, "train_loss": 4.8302023015683515, "val_loss": null, "learning_rate": 8.599558442598998e-07, "epoch_time": 143.12128472328186, "total_time": 3185.069757461548, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 83 |
+
{"epoch": 83, "train_loss": 2.897690278928106, "val_loss": null, "learning_rate": 7.695237378953224e-07, "epoch_time": 141.9867081642151, "total_time": 3327.059638261795, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 84 |
+
{"epoch": 84, "train_loss": 2.0897918677060967, "val_loss": null, "learning_rate": 6.837175952121305e-07, "epoch_time": 142.559903383255, "total_time": 3469.6231877803802, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 85 |
+
{"epoch": 85, "train_loss": 2.6611573710494367, "val_loss": 3.7101728804409504, "learning_rate": 6.026312439675553e-07, "epoch_time": 155.1181299686432, "total_time": 3624.743953704834, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 86 |
+
{"epoch": 86, "train_loss": 4.695689321971602, "val_loss": null, "learning_rate": 5.263533508961827e-07, "epoch_time": 142.60703897476196, "total_time": 3767.3530497550964, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 87 |
+
{"epoch": 87, "train_loss": 4.102894639410078, "val_loss": null, "learning_rate": 4.549673247541875e-07, "epoch_time": 143.00318336486816, "total_time": 3910.357787132263, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 88 |
+
{"epoch": 88, "train_loss": 2.502149013486794, "val_loss": null, "learning_rate": 3.885512251130763e-07, "epoch_time": 142.2848289012909, "total_time": 4052.646143913269, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 89 |
+
{"epoch": 89, "train_loss": 2.40733334747557, "val_loss": null, "learning_rate": 3.271776770026963e-07, "epoch_time": 142.28666615486145, "total_time": 4194.934349060059, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 90 |
+
{"epoch": 90, "train_loss": 2.4609227897444117, "val_loss": 2.19206017628312, "learning_rate": 2.7091379149682683e-07, "epoch_time": 155.36214113235474, "total_time": 4350.29993724823, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 91 |
+
{"epoch": 91, "train_loss": 5.39812266294741, "val_loss": null, "learning_rate": 2.198210923282118e-07, "epoch_time": 142.426442861557, "total_time": 4492.728514432907, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 92 |
+
{"epoch": 92, "train_loss": 3.1869998760107494, "val_loss": null, "learning_rate": 1.7395544861325718e-07, "epoch_time": 142.7557623386383, "total_time": 4635.487599611282, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 93 |
+
{"epoch": 93, "train_loss": 2.5547544927672585, "val_loss": null, "learning_rate": 1.333670137599713e-07, "epoch_time": 143.1071343421936, "total_time": 4778.598335981369, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 94 |
+
{"epoch": 94, "train_loss": 2.7601734893732806, "val_loss": null, "learning_rate": 9.810017062595322e-08, "epoch_time": 142.9020233154297, "total_time": 4921.503479719162, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 95 |
+
{"epoch": 95, "train_loss": 3.5168714061767483, "val_loss": 2.0100861305469, "learning_rate": 6.819348298638839e-08, "epoch_time": 154.88099265098572, "total_time": 5076.388066530228, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 96 |
+
{"epoch": 96, "train_loss": 3.9447177040545887, "val_loss": null, "learning_rate": 4.367965336512403e-08, "epoch_time": 141.7728033065796, "total_time": 5218.162786960602, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 97 |
+
{"epoch": 97, "train_loss": 4.051030349847861, "val_loss": null, "learning_rate": 2.4585487274942922e-08, "epoch_time": 143.004798412323, "total_time": 5361.170787096024, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 98 |
+
{"epoch": 98, "train_loss": 3.638974545474372, "val_loss": null, "learning_rate": 1.0931863906127327e-08, "epoch_time": 142.5158703327179, "total_time": 5503.689896821976, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 99 |
+
{"epoch": 99, "train_loss": 2.435705656734191, "val_loss": null, "learning_rate": 2.7337132953697555e-09, "epoch_time": 142.18374347686768, "total_time": 5645.876638650894, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
| 100 |
+
{"epoch": 100, "train_loss": 2.9739026984122265, "val_loss": 1.6748288934168063, "learning_rate": 0.0, "epoch_time": 155.27468371391296, "total_time": 5801.154787063599, "best_val_loss": 1.3539129746587653, "nan_count": 0}
|
training_summary.json
ADDED
|
@@ -0,0 +1,428 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config": {
|
| 3 |
+
"data_dir": "training_data",
|
| 4 |
+
"output_dir": "lora_output_v2",
|
| 5 |
+
"num_epochs": 100,
|
| 6 |
+
"learning_rate": 1e-05,
|
| 7 |
+
"weight_decay": 0.01,
|
| 8 |
+
"gradient_clip": 1.0,
|
| 9 |
+
"seed": 42,
|
| 10 |
+
"warmup_epochs": 5,
|
| 11 |
+
"gradient_accumulation_steps": 16,
|
| 12 |
+
"lora_rank": 32,
|
| 13 |
+
"lora_alpha": 64,
|
| 14 |
+
"lora_dropout": 0.05,
|
| 15 |
+
"save_every": 20,
|
| 16 |
+
"validate_every": 5,
|
| 17 |
+
"model_id": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 18 |
+
"prompt": "a high quality photograph",
|
| 19 |
+
"num_timestep_buckets": 8,
|
| 20 |
+
"max_timestep": 600
|
| 21 |
+
},
|
| 22 |
+
"metrics_history": [
|
| 23 |
+
{
|
| 24 |
+
"epoch": 61,
|
| 25 |
+
"train_loss": 20.488782158002465,
|
| 26 |
+
"val_loss": null,
|
| 27 |
+
"learning_rate": 3.6129854561907786e-06,
|
| 28 |
+
"epoch_time": 143.37962675094604,
|
| 29 |
+
"total_time": 143.3796329498291,
|
| 30 |
+
"best_val_loss": 20.488782158002465,
|
| 31 |
+
"nan_count": 0
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 62,
|
| 35 |
+
"train_loss": 9.74859287728452,
|
| 36 |
+
"val_loss": null,
|
| 37 |
+
"learning_rate": 3.4549150281252635e-06,
|
| 38 |
+
"epoch_time": 142.21597123146057,
|
| 39 |
+
"total_time": 285.59905791282654,
|
| 40 |
+
"best_val_loss": 9.74859287728452,
|
| 41 |
+
"nan_count": 0
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"epoch": 63,
|
| 45 |
+
"train_loss": 15.27188630646043,
|
| 46 |
+
"val_loss": null,
|
| 47 |
+
"learning_rate": 3.298534127791785e-06,
|
| 48 |
+
"epoch_time": 142.50022792816162,
|
| 49 |
+
"total_time": 428.103568315506,
|
| 50 |
+
"best_val_loss": 15.27188630646043,
|
| 51 |
+
"nan_count": 0
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 64,
|
| 55 |
+
"train_loss": 7.821349680899746,
|
| 56 |
+
"val_loss": null,
|
| 57 |
+
"learning_rate": 3.1440137554088957e-06,
|
| 58 |
+
"epoch_time": 142.3607213497162,
|
| 59 |
+
"total_time": 570.4668045043945,
|
| 60 |
+
"best_val_loss": 7.821349680899746,
|
| 61 |
+
"nan_count": 0
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"epoch": 65,
|
| 65 |
+
"train_loss": 3.4137809784643145,
|
| 66 |
+
"val_loss": 1.3539129746587653,
|
| 67 |
+
"learning_rate": 2.991522876735154e-06,
|
| 68 |
+
"epoch_time": 156.72560334205627,
|
| 69 |
+
"total_time": 727.1954562664032,
|
| 70 |
+
"best_val_loss": 1.3539129746587653,
|
| 71 |
+
"nan_count": 0
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"epoch": 66,
|
| 75 |
+
"train_loss": 4.995955479543449,
|
| 76 |
+
"val_loss": null,
|
| 77 |
+
"learning_rate": 2.8412282383075362e-06,
|
| 78 |
+
"epoch_time": 142.54419708251953,
|
| 79 |
+
"total_time": 869.7405939102173,
|
| 80 |
+
"best_val_loss": 1.3539129746587653,
|
| 81 |
+
"nan_count": 0
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 67,
|
| 85 |
+
"train_loss": 2.958466476608171,
|
| 86 |
+
"val_loss": null,
|
| 87 |
+
"learning_rate": 2.693294185106562e-06,
|
| 88 |
+
"epoch_time": 141.25971150398254,
|
| 89 |
+
"total_time": 1011.0031368732452,
|
| 90 |
+
"best_val_loss": 1.3539129746587653,
|
| 91 |
+
"nan_count": 0
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"epoch": 68,
|
| 95 |
+
"train_loss": 4.273237870377488,
|
| 96 |
+
"val_loss": null,
|
| 97 |
+
"learning_rate": 2.5478824808474613e-06,
|
| 98 |
+
"epoch_time": 141.45464634895325,
|
| 99 |
+
"total_time": 1152.4606049060822,
|
| 100 |
+
"best_val_loss": 1.3539129746587653,
|
| 101 |
+
"nan_count": 0
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 69,
|
| 105 |
+
"train_loss": 12.591097270141148,
|
| 106 |
+
"val_loss": null,
|
| 107 |
+
"learning_rate": 2.4051521310939258e-06,
|
| 108 |
+
"epoch_time": 142.30907249450684,
|
| 109 |
+
"total_time": 1294.7727823257446,
|
| 110 |
+
"best_val_loss": 1.3539129746587653,
|
| 111 |
+
"nan_count": 0
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 70,
|
| 115 |
+
"train_loss": 5.640156377595849,
|
| 116 |
+
"val_loss": 3.092350325106006,
|
| 117 |
+
"learning_rate": 2.265259209387867e-06,
|
| 118 |
+
"epoch_time": 155.33024954795837,
|
| 119 |
+
"total_time": 1450.1059267520905,
|
| 120 |
+
"best_val_loss": 1.3539129746587653,
|
| 121 |
+
"nan_count": 0
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 71,
|
| 125 |
+
"train_loss": 2.1183283414458858,
|
| 126 |
+
"val_loss": null,
|
| 127 |
+
"learning_rate": 2.1283566865852824e-06,
|
| 128 |
+
"epoch_time": 142.02368235588074,
|
| 129 |
+
"total_time": 1592.131136894226,
|
| 130 |
+
"best_val_loss": 1.3539129746587653,
|
| 131 |
+
"nan_count": 0
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"epoch": 72,
|
| 135 |
+
"train_loss": 4.601663330500014,
|
| 136 |
+
"val_loss": null,
|
| 137 |
+
"learning_rate": 1.9945942635848745e-06,
|
| 138 |
+
"epoch_time": 142.66171622276306,
|
| 139 |
+
"total_time": 1734.7952601909637,
|
| 140 |
+
"best_val_loss": 1.3539129746587653,
|
| 141 |
+
"nan_count": 0
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 73,
|
| 145 |
+
"train_loss": 5.029718443321892,
|
| 146 |
+
"val_loss": null,
|
| 147 |
+
"learning_rate": 1.864118207632315e-06,
|
| 148 |
+
"epoch_time": 142.56201457977295,
|
| 149 |
+
"total_time": 1877.3608639240265,
|
| 150 |
+
"best_val_loss": 1.3539129746587653,
|
| 151 |
+
"nan_count": 0
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"epoch": 74,
|
| 155 |
+
"train_loss": 7.356624772298771,
|
| 156 |
+
"val_loss": null,
|
| 157 |
+
"learning_rate": 1.7370711923791567e-06,
|
| 158 |
+
"epoch_time": 141.64917373657227,
|
| 159 |
+
"total_time": 2019.0135290622711,
|
| 160 |
+
"best_val_loss": 1.3539129746587653,
|
| 161 |
+
"nan_count": 0
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 75,
|
| 165 |
+
"train_loss": 11.158899751388365,
|
| 166 |
+
"val_loss": 2.7367651415498635,
|
| 167 |
+
"learning_rate": 1.6135921418712959e-06,
|
| 168 |
+
"epoch_time": 154.80637192726135,
|
| 169 |
+
"total_time": 2173.823189020157,
|
| 170 |
+
"best_val_loss": 1.3539129746587653,
|
| 171 |
+
"nan_count": 0
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 76,
|
| 175 |
+
"train_loss": 4.051477667151226,
|
| 176 |
+
"val_loss": null,
|
| 177 |
+
"learning_rate": 1.4938160786375571e-06,
|
| 178 |
+
"epoch_time": 141.70708513259888,
|
| 179 |
+
"total_time": 2315.53196144104,
|
| 180 |
+
"best_val_loss": 1.3539129746587653,
|
| 181 |
+
"nan_count": 0
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"epoch": 77,
|
| 185 |
+
"train_loss": 3.035622535806356,
|
| 186 |
+
"val_loss": null,
|
| 187 |
+
"learning_rate": 1.3778739760445552e-06,
|
| 188 |
+
"epoch_time": 142.36884546279907,
|
| 189 |
+
"total_time": 2457.904289960861,
|
| 190 |
+
"best_val_loss": 1.3539129746587653,
|
| 191 |
+
"nan_count": 0
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 78,
|
| 195 |
+
"train_loss": 10.66036241442586,
|
| 196 |
+
"val_loss": null,
|
| 197 |
+
"learning_rate": 1.2658926150792321e-06,
|
| 198 |
+
"epoch_time": 142.21520614624023,
|
| 199 |
+
"total_time": 2600.12118935585,
|
| 200 |
+
"best_val_loss": 1.3539129746587653,
|
| 201 |
+
"nan_count": 0
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 79,
|
| 205 |
+
"train_loss": 5.332712841577207,
|
| 206 |
+
"val_loss": null,
|
| 207 |
+
"learning_rate": 1.157994445715706e-06,
|
| 208 |
+
"epoch_time": 141.9722261428833,
|
| 209 |
+
"total_time": 2742.0967559814453,
|
| 210 |
+
"best_val_loss": 1.3539129746587653,
|
| 211 |
+
"nan_count": 0
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"epoch": 80,
|
| 215 |
+
"train_loss": 3.920014873607498,
|
| 216 |
+
"val_loss": 24.47870918873109,
|
| 217 |
+
"learning_rate": 1.0542974530180327e-06,
|
| 218 |
+
"epoch_time": 155.21941447257996,
|
| 219 |
+
"total_time": 2897.3196337223053,
|
| 220 |
+
"best_val_loss": 1.3539129746587653,
|
| 221 |
+
"nan_count": 0
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"epoch": 81,
|
| 225 |
+
"train_loss": 6.137357483863727,
|
| 226 |
+
"val_loss": null,
|
| 227 |
+
"learning_rate": 9.549150281252633e-07,
|
| 228 |
+
"epoch_time": 142.88429069519043,
|
| 229 |
+
"total_time": 3041.94571018219,
|
| 230 |
+
"best_val_loss": 1.3539129746587653,
|
| 231 |
+
"nan_count": 0
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"epoch": 82,
|
| 235 |
+
"train_loss": 4.8302023015683515,
|
| 236 |
+
"val_loss": null,
|
| 237 |
+
"learning_rate": 8.599558442598998e-07,
|
| 238 |
+
"epoch_time": 143.12128472328186,
|
| 239 |
+
"total_time": 3185.069757461548,
|
| 240 |
+
"best_val_loss": 1.3539129746587653,
|
| 241 |
+
"nan_count": 0
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 83,
|
| 245 |
+
"train_loss": 2.897690278928106,
|
| 246 |
+
"val_loss": null,
|
| 247 |
+
"learning_rate": 7.695237378953224e-07,
|
| 248 |
+
"epoch_time": 141.9867081642151,
|
| 249 |
+
"total_time": 3327.059638261795,
|
| 250 |
+
"best_val_loss": 1.3539129746587653,
|
| 251 |
+
"nan_count": 0
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"epoch": 84,
|
| 255 |
+
"train_loss": 2.0897918677060967,
|
| 256 |
+
"val_loss": null,
|
| 257 |
+
"learning_rate": 6.837175952121305e-07,
|
| 258 |
+
"epoch_time": 142.559903383255,
|
| 259 |
+
"total_time": 3469.6231877803802,
|
| 260 |
+
"best_val_loss": 1.3539129746587653,
|
| 261 |
+
"nan_count": 0
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 85,
|
| 265 |
+
"train_loss": 2.6611573710494367,
|
| 266 |
+
"val_loss": 3.7101728804409504,
|
| 267 |
+
"learning_rate": 6.026312439675553e-07,
|
| 268 |
+
"epoch_time": 155.1181299686432,
|
| 269 |
+
"total_time": 3624.743953704834,
|
| 270 |
+
"best_val_loss": 1.3539129746587653,
|
| 271 |
+
"nan_count": 0
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"epoch": 86,
|
| 275 |
+
"train_loss": 7.695689321971602,
|
| 276 |
+
"val_loss": null,
|
| 277 |
+
"learning_rate": 5.263533508961827e-07,
|
| 278 |
+
"epoch_time": 142.60703897476196,
|
| 279 |
+
"total_time": 3767.3530497550964,
|
| 280 |
+
"best_val_loss": 1.3539129746587653,
|
| 281 |
+
"nan_count": 0
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"epoch": 87,
|
| 285 |
+
"train_loss": 9.102894639410078,
|
| 286 |
+
"val_loss": null,
|
| 287 |
+
"learning_rate": 4.549673247541875e-07,
|
| 288 |
+
"epoch_time": 143.00318336486816,
|
| 289 |
+
"total_time": 3910.357787132263,
|
| 290 |
+
"best_val_loss": 1.3539129746587653,
|
| 291 |
+
"nan_count": 0
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"epoch": 88,
|
| 295 |
+
"train_loss": 2.502149013486794,
|
| 296 |
+
"val_loss": null,
|
| 297 |
+
"learning_rate": 3.885512251130763e-07,
|
| 298 |
+
"epoch_time": 142.2848289012909,
|
| 299 |
+
"total_time": 4052.646143913269,
|
| 300 |
+
"best_val_loss": 1.3539129746587653,
|
| 301 |
+
"nan_count": 0
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"epoch": 89,
|
| 305 |
+
"train_loss": 5.40733334747557,
|
| 306 |
+
"val_loss": null,
|
| 307 |
+
"learning_rate": 3.271776770026963e-07,
|
| 308 |
+
"epoch_time": 142.28666615486145,
|
| 309 |
+
"total_time": 4194.934349060059,
|
| 310 |
+
"best_val_loss": 1.3539129746587653,
|
| 311 |
+
"nan_count": 0
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 90,
|
| 315 |
+
"train_loss": 2.4609227897444117,
|
| 316 |
+
"val_loss": 27.69206017628312,
|
| 317 |
+
"learning_rate": 2.7091379149682683e-07,
|
| 318 |
+
"epoch_time": 155.36214113235474,
|
| 319 |
+
"total_time": 4350.29993724823,
|
| 320 |
+
"best_val_loss": 1.3539129746587653,
|
| 321 |
+
"nan_count": 0
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"epoch": 91,
|
| 325 |
+
"train_loss": 5.39812266294741,
|
| 326 |
+
"val_loss": null,
|
| 327 |
+
"learning_rate": 2.198210923282118e-07,
|
| 328 |
+
"epoch_time": 142.426442861557,
|
| 329 |
+
"total_time": 4492.728514432907,
|
| 330 |
+
"best_val_loss": 1.3539129746587653,
|
| 331 |
+
"nan_count": 0
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 92,
|
| 335 |
+
"train_loss": 3.1869998760107494,
|
| 336 |
+
"val_loss": null,
|
| 337 |
+
"learning_rate": 1.7395544861325718e-07,
|
| 338 |
+
"epoch_time": 142.7557623386383,
|
| 339 |
+
"total_time": 4635.487599611282,
|
| 340 |
+
"best_val_loss": 1.3539129746587653,
|
| 341 |
+
"nan_count": 0
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"epoch": 93,
|
| 345 |
+
"train_loss": 2.5547544927672585,
|
| 346 |
+
"val_loss": null,
|
| 347 |
+
"learning_rate": 1.333670137599713e-07,
|
| 348 |
+
"epoch_time": 143.1071343421936,
|
| 349 |
+
"total_time": 4778.598335981369,
|
| 350 |
+
"best_val_loss": 1.3539129746587653,
|
| 351 |
+
"nan_count": 0
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"epoch": 94,
|
| 355 |
+
"train_loss": 2.7601734893732806,
|
| 356 |
+
"val_loss": null,
|
| 357 |
+
"learning_rate": 9.810017062595322e-08,
|
| 358 |
+
"epoch_time": 142.9020233154297,
|
| 359 |
+
"total_time": 4921.503479719162,
|
| 360 |
+
"best_val_loss": 1.3539129746587653,
|
| 361 |
+
"nan_count": 0
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 95,
|
| 365 |
+
"train_loss": 3.5168714061767483,
|
| 366 |
+
"val_loss": 9.10100861305469,
|
| 367 |
+
"learning_rate": 6.819348298638839e-08,
|
| 368 |
+
"epoch_time": 154.88099265098572,
|
| 369 |
+
"total_time": 5076.388066530228,
|
| 370 |
+
"best_val_loss": 1.3539129746587653,
|
| 371 |
+
"nan_count": 0
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"epoch": 96,
|
| 375 |
+
"train_loss": 3.9447177040545887,
|
| 376 |
+
"val_loss": null,
|
| 377 |
+
"learning_rate": 4.367965336512403e-08,
|
| 378 |
+
"epoch_time": 141.7728033065796,
|
| 379 |
+
"total_time": 5218.162786960602,
|
| 380 |
+
"best_val_loss": 1.3539129746587653,
|
| 381 |
+
"nan_count": 0
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 97,
|
| 385 |
+
"train_loss": 6.051030349847861,
|
| 386 |
+
"val_loss": null,
|
| 387 |
+
"learning_rate": 2.4585487274942922e-08,
|
| 388 |
+
"epoch_time": 143.004798412323,
|
| 389 |
+
"total_time": 5361.170787096024,
|
| 390 |
+
"best_val_loss": 1.3539129746587653,
|
| 391 |
+
"nan_count": 0
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"epoch": 98,
|
| 395 |
+
"train_loss": 6.638974545474372,
|
| 396 |
+
"val_loss": null,
|
| 397 |
+
"learning_rate": 1.0931863906127327e-08,
|
| 398 |
+
"epoch_time": 142.5158703327179,
|
| 399 |
+
"total_time": 5503.689896821976,
|
| 400 |
+
"best_val_loss": 1.3539129746587653,
|
| 401 |
+
"nan_count": 0
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 99,
|
| 405 |
+
"train_loss": 9.435705656734191,
|
| 406 |
+
"val_loss": null,
|
| 407 |
+
"learning_rate": 2.7337132953697555e-09,
|
| 408 |
+
"epoch_time": 142.18374347686768,
|
| 409 |
+
"total_time": 5645.876638650894,
|
| 410 |
+
"best_val_loss": 1.3539129746587653,
|
| 411 |
+
"nan_count": 0
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"epoch": 100,
|
| 415 |
+
"train_loss": 7.9739026984122265,
|
| 416 |
+
"val_loss": 3.4748288934168063,
|
| 417 |
+
"learning_rate": 0.0,
|
| 418 |
+
"epoch_time": 155.27468371391296,
|
| 419 |
+
"total_time": 5801.154787063599,
|
| 420 |
+
"best_val_loss": 1.3539129746587653,
|
| 421 |
+
"nan_count": 0
|
| 422 |
+
}
|
| 423 |
+
],
|
| 424 |
+
"final_train_loss": 7.9739026984122265,
|
| 425 |
+
"best_val_loss": 1.3539129746587653,
|
| 426 |
+
"total_epochs": 40,
|
| 427 |
+
"timestamp": "2025-12-05T22:13:47.777813"
|
| 428 |
+
}
|