End of training
Browse files- README.md +39 -0
- checkpoint-300/optimizer.bin +3 -0
- checkpoint-300/pytorch_lora_weights.safetensors +3 -0
- checkpoint-300/random_states_0.pkl +3 -0
- checkpoint-300/scaler.pt +3 -0
- checkpoint-300/scheduler.bin +3 -0
- checkpoint-600/optimizer.bin +3 -0
- checkpoint-600/pytorch_lora_weights.safetensors +3 -0
- checkpoint-600/random_states_0.pkl +3 -0
- checkpoint-600/scaler.pt +3 -0
- checkpoint-600/scheduler.bin +3 -0
- logs/dreambooth-lora-sd-xl/1707198570.7160506/events.out.tfevents.1707198570.18f29c0d759e.3314.1 +3 -0
- logs/dreambooth-lora-sd-xl/1707198570.7179184/hparams.yml +67 -0
- logs/dreambooth-lora-sd-xl/1707198707.6472673/events.out.tfevents.1707198707.18f29c0d759e.4748.1 +3 -0
- logs/dreambooth-lora-sd-xl/1707198707.6490936/hparams.yml +67 -0
- logs/dreambooth-lora-sd-xl/1707198833.93128/events.out.tfevents.1707198833.18f29c0d759e.5312.1 +3 -0
- logs/dreambooth-lora-sd-xl/1707198833.9334202/hparams.yml +67 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1707198570.18f29c0d759e.3314.0 +3 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1707198707.18f29c0d759e.4748.0 +3 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1707198833.18f29c0d759e.5312.0 +3 -0
- pytorch_lora_weights.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
tags:
|
| 4 |
+
- stable-diffusion-xl
|
| 5 |
+
- stable-diffusion-xl-diffusers
|
| 6 |
+
- text-to-image
|
| 7 |
+
- diffusers
|
| 8 |
+
- lora
|
| 9 |
+
- template:sd-lora
|
| 10 |
+
|
| 11 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 12 |
+
instance_prompt: YOU12ZI
|
| 13 |
+
license: openrail++
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# SDXL LoRA DreamBooth - AndyMacool/youzi_lora
|
| 17 |
+
|
| 18 |
+
<Gallery />
|
| 19 |
+
|
| 20 |
+
## Model description
|
| 21 |
+
|
| 22 |
+
These are AndyMacool/youzi_lora LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
| 23 |
+
|
| 24 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
| 25 |
+
|
| 26 |
+
LoRA for the text encoder was enabled: False.
|
| 27 |
+
|
| 28 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
| 29 |
+
|
| 30 |
+
## Trigger words
|
| 31 |
+
|
| 32 |
+
You should use YOU12ZI to trigger the image generation.
|
| 33 |
+
|
| 34 |
+
## Download model
|
| 35 |
+
|
| 36 |
+
Weights for this model are available in Safetensors format.
|
| 37 |
+
|
| 38 |
+
[Download](AndyMacool/youzi_lora/tree/main) them in the Files & versions tab.
|
| 39 |
+
|
checkpoint-300/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1f6ff036c965056f2a356cd77a8cdd7874a098eb4d2938537812e3dc49bd7e3
|
| 3 |
+
size 14991036
|
checkpoint-300/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7c95878b23bf15593ef537f4270bb3368643600f2feeddd4bff43ee1d4ae873
|
| 3 |
+
size 23390424
|
checkpoint-300/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cedeb4ee9f8c7be5be3d3ff7fa4868e65db9772fd1d086be2117a9e21e4d5fe
|
| 3 |
+
size 14280
|
checkpoint-300/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92873c8c89778fe11b8eeb338a181eefdf056f2f8096c36bf259c3fd791afb34
|
| 3 |
+
size 988
|
checkpoint-300/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78866eeca7df97c7ddfcd69f7a9a96ec8f478309052c05ea1972f881237cb751
|
| 3 |
+
size 1000
|
checkpoint-600/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:201d6d1068e5c9513c3cfd24bb367bab5fdddafeec832d7eab7b45cbc2107a54
|
| 3 |
+
size 14991036
|
checkpoint-600/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4ab50a0291205d606e64f1dbc0b9c24f1635dd273a7871c0f6cba045742210e
|
| 3 |
+
size 23390424
|
checkpoint-600/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45fa5faf528b8840a98b1d22c1c4bed8f126263dee3876268840a2ae39108735
|
| 3 |
+
size 14280
|
checkpoint-600/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e32b8db4f4cba2b7b0157ab60a064591c3802a9067529d5fddbb1c6c1e99660b
|
| 3 |
+
size 988
|
checkpoint-600/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d925ef3a312cf9f1dd743e06beceb9401782b525caeac7539c0f63bd21821f45
|
| 3 |
+
size 1000
|
logs/dreambooth-lora-sd-xl/1707198570.7160506/events.out.tfevents.1707198570.18f29c0d759e.3314.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e41b80d903d84e6d15f917243ad2952a86d3f193d6ea240462d910fbf6f245f8
|
| 3 |
+
size 3134
|
logs/dreambooth-lora-sd-xl/1707198570.7179184/hparams.yml
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
adam_weight_decay: 0.0001
|
| 5 |
+
adam_weight_decay_text_encoder: 0.001
|
| 6 |
+
allow_tf32: false
|
| 7 |
+
cache_dir: null
|
| 8 |
+
caption_column: prompt
|
| 9 |
+
center_crop: false
|
| 10 |
+
checkpointing_steps: 1000
|
| 11 |
+
checkpoints_total_limit: null
|
| 12 |
+
class_data_dir: null
|
| 13 |
+
class_prompt: null
|
| 14 |
+
dataloader_num_workers: 0
|
| 15 |
+
dataset_config_name: null
|
| 16 |
+
dataset_name: youzi
|
| 17 |
+
enable_xformers_memory_efficient_attention: false
|
| 18 |
+
gradient_accumulation_steps: 3
|
| 19 |
+
gradient_checkpointing: true
|
| 20 |
+
hub_model_id: null
|
| 21 |
+
hub_token: null
|
| 22 |
+
image_column: image
|
| 23 |
+
instance_data_dir: null
|
| 24 |
+
instance_prompt: a photo of YOU12ZI
|
| 25 |
+
learning_rate: 0.0001
|
| 26 |
+
local_rank: -1
|
| 27 |
+
logging_dir: logs
|
| 28 |
+
lr_num_cycles: 1
|
| 29 |
+
lr_power: 1.0
|
| 30 |
+
lr_scheduler: constant
|
| 31 |
+
lr_warmup_steps: 0
|
| 32 |
+
max_grad_norm: 1.0
|
| 33 |
+
max_train_steps: 5000
|
| 34 |
+
mixed_precision: fp16
|
| 35 |
+
num_class_images: 100
|
| 36 |
+
num_train_epochs: 715
|
| 37 |
+
num_validation_images: 4
|
| 38 |
+
optimizer: AdamW
|
| 39 |
+
output_dir: youzi_lora
|
| 40 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
| 41 |
+
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
| 42 |
+
prior_generation_precision: null
|
| 43 |
+
prior_loss_weight: 1.0
|
| 44 |
+
prodigy_beta3: null
|
| 45 |
+
prodigy_decouple: true
|
| 46 |
+
prodigy_safeguard_warmup: true
|
| 47 |
+
prodigy_use_bias_correction: true
|
| 48 |
+
push_to_hub: false
|
| 49 |
+
random_flip: false
|
| 50 |
+
rank: 4
|
| 51 |
+
repeats: 1
|
| 52 |
+
report_to: tensorboard
|
| 53 |
+
resolution: 1024
|
| 54 |
+
resume_from_checkpoint: null
|
| 55 |
+
revision: null
|
| 56 |
+
sample_batch_size: 4
|
| 57 |
+
scale_lr: false
|
| 58 |
+
seed: 0
|
| 59 |
+
snr_gamma: 5.0
|
| 60 |
+
text_encoder_lr: 5.0e-06
|
| 61 |
+
train_batch_size: 2
|
| 62 |
+
train_text_encoder: false
|
| 63 |
+
use_8bit_adam: true
|
| 64 |
+
validation_epochs: 50
|
| 65 |
+
validation_prompt: null
|
| 66 |
+
variant: null
|
| 67 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/1707198707.6472673/events.out.tfevents.1707198707.18f29c0d759e.4748.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:700c67ac62f42d9daabd16c39a4bc62ac8d73a09fece540d3403e057d13a8385
|
| 3 |
+
size 3134
|
logs/dreambooth-lora-sd-xl/1707198707.6490936/hparams.yml
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
adam_weight_decay: 0.0001
|
| 5 |
+
adam_weight_decay_text_encoder: 0.001
|
| 6 |
+
allow_tf32: false
|
| 7 |
+
cache_dir: null
|
| 8 |
+
caption_column: prompt
|
| 9 |
+
center_crop: false
|
| 10 |
+
checkpointing_steps: 500
|
| 11 |
+
checkpoints_total_limit: null
|
| 12 |
+
class_data_dir: null
|
| 13 |
+
class_prompt: null
|
| 14 |
+
dataloader_num_workers: 0
|
| 15 |
+
dataset_config_name: null
|
| 16 |
+
dataset_name: youzi
|
| 17 |
+
enable_xformers_memory_efficient_attention: false
|
| 18 |
+
gradient_accumulation_steps: 3
|
| 19 |
+
gradient_checkpointing: true
|
| 20 |
+
hub_model_id: null
|
| 21 |
+
hub_token: null
|
| 22 |
+
image_column: image
|
| 23 |
+
instance_data_dir: null
|
| 24 |
+
instance_prompt: a photo of YOU12ZI
|
| 25 |
+
learning_rate: 0.0001
|
| 26 |
+
local_rank: -1
|
| 27 |
+
logging_dir: logs
|
| 28 |
+
lr_num_cycles: 1
|
| 29 |
+
lr_power: 1.0
|
| 30 |
+
lr_scheduler: constant
|
| 31 |
+
lr_warmup_steps: 0
|
| 32 |
+
max_grad_norm: 1.0
|
| 33 |
+
max_train_steps: 1000
|
| 34 |
+
mixed_precision: fp16
|
| 35 |
+
num_class_images: 100
|
| 36 |
+
num_train_epochs: 143
|
| 37 |
+
num_validation_images: 4
|
| 38 |
+
optimizer: AdamW
|
| 39 |
+
output_dir: youzi_lora
|
| 40 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
| 41 |
+
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
| 42 |
+
prior_generation_precision: null
|
| 43 |
+
prior_loss_weight: 1.0
|
| 44 |
+
prodigy_beta3: null
|
| 45 |
+
prodigy_decouple: true
|
| 46 |
+
prodigy_safeguard_warmup: true
|
| 47 |
+
prodigy_use_bias_correction: true
|
| 48 |
+
push_to_hub: false
|
| 49 |
+
random_flip: false
|
| 50 |
+
rank: 4
|
| 51 |
+
repeats: 1
|
| 52 |
+
report_to: tensorboard
|
| 53 |
+
resolution: 1024
|
| 54 |
+
resume_from_checkpoint: null
|
| 55 |
+
revision: null
|
| 56 |
+
sample_batch_size: 4
|
| 57 |
+
scale_lr: false
|
| 58 |
+
seed: 0
|
| 59 |
+
snr_gamma: 5.0
|
| 60 |
+
text_encoder_lr: 5.0e-06
|
| 61 |
+
train_batch_size: 2
|
| 62 |
+
train_text_encoder: false
|
| 63 |
+
use_8bit_adam: true
|
| 64 |
+
validation_epochs: 50
|
| 65 |
+
validation_prompt: null
|
| 66 |
+
variant: null
|
| 67 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/1707198833.93128/events.out.tfevents.1707198833.18f29c0d759e.5312.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95e0627bfa0cf29b76b536bedce2d44900b741ad8c6267b2e8f26a317f056e0f
|
| 3 |
+
size 3134
|
logs/dreambooth-lora-sd-xl/1707198833.9334202/hparams.yml
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
adam_weight_decay: 0.0001
|
| 5 |
+
adam_weight_decay_text_encoder: 0.001
|
| 6 |
+
allow_tf32: false
|
| 7 |
+
cache_dir: null
|
| 8 |
+
caption_column: prompt
|
| 9 |
+
center_crop: false
|
| 10 |
+
checkpointing_steps: 300
|
| 11 |
+
checkpoints_total_limit: null
|
| 12 |
+
class_data_dir: null
|
| 13 |
+
class_prompt: null
|
| 14 |
+
dataloader_num_workers: 0
|
| 15 |
+
dataset_config_name: null
|
| 16 |
+
dataset_name: youzi
|
| 17 |
+
enable_xformers_memory_efficient_attention: false
|
| 18 |
+
gradient_accumulation_steps: 3
|
| 19 |
+
gradient_checkpointing: true
|
| 20 |
+
hub_model_id: null
|
| 21 |
+
hub_token: null
|
| 22 |
+
image_column: image
|
| 23 |
+
instance_data_dir: null
|
| 24 |
+
instance_prompt: a photo of YOU12ZI
|
| 25 |
+
learning_rate: 0.0001
|
| 26 |
+
local_rank: -1
|
| 27 |
+
logging_dir: logs
|
| 28 |
+
lr_num_cycles: 1
|
| 29 |
+
lr_power: 1.0
|
| 30 |
+
lr_scheduler: constant
|
| 31 |
+
lr_warmup_steps: 0
|
| 32 |
+
max_grad_norm: 1.0
|
| 33 |
+
max_train_steps: 600
|
| 34 |
+
mixed_precision: fp16
|
| 35 |
+
num_class_images: 100
|
| 36 |
+
num_train_epochs: 47
|
| 37 |
+
num_validation_images: 4
|
| 38 |
+
optimizer: AdamW
|
| 39 |
+
output_dir: youzi_lora
|
| 40 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
| 41 |
+
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
| 42 |
+
prior_generation_precision: null
|
| 43 |
+
prior_loss_weight: 1.0
|
| 44 |
+
prodigy_beta3: null
|
| 45 |
+
prodigy_decouple: true
|
| 46 |
+
prodigy_safeguard_warmup: true
|
| 47 |
+
prodigy_use_bias_correction: true
|
| 48 |
+
push_to_hub: false
|
| 49 |
+
random_flip: false
|
| 50 |
+
rank: 4
|
| 51 |
+
repeats: 1
|
| 52 |
+
report_to: tensorboard
|
| 53 |
+
resolution: 1024
|
| 54 |
+
resume_from_checkpoint: null
|
| 55 |
+
revision: null
|
| 56 |
+
sample_batch_size: 4
|
| 57 |
+
scale_lr: false
|
| 58 |
+
seed: 0
|
| 59 |
+
snr_gamma: 5.0
|
| 60 |
+
text_encoder_lr: 5.0e-06
|
| 61 |
+
train_batch_size: 1
|
| 62 |
+
train_text_encoder: false
|
| 63 |
+
use_8bit_adam: true
|
| 64 |
+
validation_epochs: 50
|
| 65 |
+
validation_prompt: null
|
| 66 |
+
variant: null
|
| 67 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1707198570.18f29c0d759e.3314.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10a3fac824ac38547c724b86f632b3fcce872eaf89b99c653c7f1872f86d81c8
|
| 3 |
+
size 4098
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1707198707.18f29c0d759e.4748.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62e416d643dff81ee6409f78b3fba77a009a556f4062ad630cd49cebaef8331f
|
| 3 |
+
size 3196
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1707198833.18f29c0d759e.5312.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:caebec20072f15131afc1997799d0721c0d8ef82967da7ccaea8387b4d4afa65
|
| 3 |
+
size 150514
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4ab50a0291205d606e64f1dbc0b9c24f1635dd273a7871c0f6cba045742210e
|
| 3 |
+
size 23390424
|