End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +3 -0
- README.md +43 -0
- checkpoint-1000/model.safetensors +3 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-10000/model.safetensors +3 -0
- checkpoint-10000/optimizer.bin +3 -0
- checkpoint-10000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-10000/random_states_0.pkl +3 -0
- checkpoint-10000/scheduler.bin +3 -0
- checkpoint-10500/model.safetensors +3 -0
- checkpoint-10500/optimizer.bin +3 -0
- checkpoint-10500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-10500/random_states_0.pkl +3 -0
- checkpoint-10500/scheduler.bin +3 -0
- checkpoint-11000/model.safetensors +3 -0
- checkpoint-11000/optimizer.bin +3 -0
- checkpoint-11000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-11000/random_states_0.pkl +3 -0
- checkpoint-11000/scheduler.bin +3 -0
- checkpoint-11500/model.safetensors +3 -0
- checkpoint-11500/optimizer.bin +3 -0
- checkpoint-11500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-11500/random_states_0.pkl +3 -0
- checkpoint-11500/scheduler.bin +3 -0
- checkpoint-12000/model.safetensors +3 -0
- checkpoint-12000/optimizer.bin +3 -0
- checkpoint-12000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-12000/random_states_0.pkl +3 -0
- checkpoint-12000/scheduler.bin +3 -0
- checkpoint-12500/model.safetensors +3 -0
- checkpoint-12500/optimizer.bin +3 -0
- checkpoint-12500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-12500/random_states_0.pkl +3 -0
- checkpoint-12500/scheduler.bin +3 -0
- checkpoint-13000/model.safetensors +3 -0
- checkpoint-13000/optimizer.bin +3 -0
- checkpoint-13000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-13000/random_states_0.pkl +3 -0
- checkpoint-13000/scheduler.bin +3 -0
- checkpoint-13500/model.safetensors +3 -0
- checkpoint-13500/optimizer.bin +3 -0
- checkpoint-13500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-13500/random_states_0.pkl +3 -0
- checkpoint-13500/scheduler.bin +3 -0
- checkpoint-14000/model.safetensors +3 -0
- checkpoint-14000/optimizer.bin +3 -0
- checkpoint-14000/pytorch_lora_weights.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
image_0.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
image_2.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
image_3.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: stabilityai/stable-diffusion-2-1
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
license: creativeml-openrail-m
|
| 5 |
+
inference: true
|
| 6 |
+
tags:
|
| 7 |
+
- stable-diffusion
|
| 8 |
+
- stable-diffusion-diffusers
|
| 9 |
+
- text-to-image
|
| 10 |
+
- diffusers
|
| 11 |
+
- diffusers-training
|
| 12 |
+
- lora
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
| 16 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
# LoRA text2image fine-tuning - xiaoojs20/pokemon-lora-better
|
| 20 |
+
These are LoRA adaption weights for stabilityai/stable-diffusion-2-1. The weights were fine-tuned on the diffusers/pokemon-gpt4-captions dataset. You can find some example images in the following.
|
| 21 |
+
|
| 22 |
+

|
| 23 |
+

|
| 24 |
+

|
| 25 |
+

|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Intended uses & limitations
|
| 30 |
+
|
| 31 |
+
#### How to use
|
| 32 |
+
|
| 33 |
+
```python
|
| 34 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
#### Limitations and bias
|
| 38 |
+
|
| 39 |
+
[TODO: provide examples of latent issues and potential remediations]
|
| 40 |
+
|
| 41 |
+
## Training details
|
| 42 |
+
|
| 43 |
+
[TODO: describe the data used to train the model]
|
checkpoint-1000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3f2fe183150850c9717224e5f3fc9ea37e3f8b29418368abe7aa792bba405ae
|
| 3 |
+
size 3470406976
|
checkpoint-1000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7697fc2d275680bcf2c9d4d86aa9c3a31dee94427220469ec06bb2ff6b36f32e
|
| 3 |
+
size 13493882
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edb495e340afaa4074f5f5d5352c59251d5160c59c03567cb5fef48315fff865
|
| 3 |
+
size 6677176
|
checkpoint-1000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:040a5df8648bd1c0fb897684b103c21531aaded7344d0c7fdcc2afa883a295b1
|
| 3 |
+
size 14408
|
checkpoint-1000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:940930cc9abd4b9208d417aaeadbb5bf6ad51b229191536e7944624b0836edf2
|
| 3 |
+
size 1000
|
checkpoint-10000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7fd7f26b9005de64f51d4bb1adc34e29d19371e308bf9ed90b6dab2fe63e46b
|
| 3 |
+
size 3470406976
|
checkpoint-10000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abfcd896ecb980a05a5280beeff180f37b5c56e23df8d321344899b92b3755a3
|
| 3 |
+
size 13493882
|
checkpoint-10000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48cb9c413042c95db07daaddf1f7ac1223ab611dc59b2cd79e63e028eb49af78
|
| 3 |
+
size 6677176
|
checkpoint-10000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf4e55f3271b0f93763a7eb9f7fc7c685d6dc388ee3fa3711626a76e49de5a57
|
| 3 |
+
size 14408
|
checkpoint-10000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:733943abc541697e6769b3f72eba376353ee89bf9e6b1ad41e09648fce557e7b
|
| 3 |
+
size 1000
|
checkpoint-10500/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc8df6882170662759b6a4b515f52d69713c71e49966767007cdd59ebca069b5
|
| 3 |
+
size 3470406976
|
checkpoint-10500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3db56036697671366023f070d98dcc6d21346361f71a4edd024a40d64db4c7f9
|
| 3 |
+
size 13493882
|
checkpoint-10500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:981f74ccc955446f53005e48a773df001b1550cbe1bf59ab10843ce728f2d2a3
|
| 3 |
+
size 6677176
|
checkpoint-10500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22dae9e2b0b9669624650a14b07010605682af28dc10c6644aebb0d15bb43117
|
| 3 |
+
size 14408
|
checkpoint-10500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:098b8bd804ce7b5394f0a5bdab1cb1932584ad8479ff4f2faf6ec5a482419bee
|
| 3 |
+
size 1000
|
checkpoint-11000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b839f3b10e5977eb3f5acb30b47e69a51248b07b6b10c7d1eb70d672e4a784b
|
| 3 |
+
size 3470406976
|
checkpoint-11000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6915b8e99e63496aeb54eeb1c714329ece881ccd6cdd00b5adb81435e127d3da
|
| 3 |
+
size 13493882
|
checkpoint-11000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9b0e60ad2b48feae16be666d236e708d2c80e96ca08490cfb92984986ff1c4b
|
| 3 |
+
size 6677176
|
checkpoint-11000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01ecc50bcdb03518e99190a42a7f5e42a6fb4c5406637f73bac46f95f92c4e2c
|
| 3 |
+
size 14408
|
checkpoint-11000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:701fa3c925d457b0ce8ce32f980b5c113f635c23f375ce06d08c5c29853d9a1f
|
| 3 |
+
size 1000
|
checkpoint-11500/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:900bda1844645101da24a608caff7860a646eba76eca396a5c17e763f1c4e322
|
| 3 |
+
size 3470406976
|
checkpoint-11500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20274d3d949a2f42dd1312f483ca3fd670b012aafc6b48f4d74ea2307b4dcd8d
|
| 3 |
+
size 13493882
|
checkpoint-11500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dbbfed5c31f594ca65374cd7336ef041bb03b30bbf56ea2a3a83e80dc494e75
|
| 3 |
+
size 6677176
|
checkpoint-11500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b6f762688519360dcc64dd2017acf0a24b0d1ca5fe42a643ac47882331d545b
|
| 3 |
+
size 14408
|
checkpoint-11500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e617d8546a25ef077248e5a5363172b58aa3204bfe06cb43d681ad7f78628471
|
| 3 |
+
size 1000
|
checkpoint-12000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd6ab7fc0103ab372fbaf62e41fbf809cb92a63ca6b34fe0925abe32399e6002
|
| 3 |
+
size 3470406976
|
checkpoint-12000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbcf6decc5e72ecb948241ffdb251dec09dffaa4cb174e548b3e6383a07a1e53
|
| 3 |
+
size 13493882
|
checkpoint-12000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be5c7cdcacba2e56ecdbd71900e9c1cde3ff71550725d017f7ff0527a2814cd2
|
| 3 |
+
size 6677176
|
checkpoint-12000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:becf77a6eaea3aa0f3d79d3d74275e10bbfd22e369cecc18d6111d3427e664e9
|
| 3 |
+
size 14408
|
checkpoint-12000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a4e6e84807843aa933e6a2393f9e9f30fe4561669a55552d8894becd9b75927
|
| 3 |
+
size 1000
|
checkpoint-12500/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60287d6475f484c9b3f4c56452ff421c086545fbc031838f00584b7a3ebaf915
|
| 3 |
+
size 3470406976
|
checkpoint-12500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77ad64fdfda37b4f7a07d60f8fd88c38c30ab791bbcaab714f5529c1ba0ee376
|
| 3 |
+
size 13493882
|
checkpoint-12500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4adc05735ce2a6d17a607d731dc3eefb54301e1c42ea2ee0c04f043eed48d722
|
| 3 |
+
size 6677176
|
checkpoint-12500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cc5751748c6c24095cd42061e28c654642004c44b5ddbc11fdbf8c3ff98558c
|
| 3 |
+
size 14408
|
checkpoint-12500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6d7686e26ae16089c015bbd6a55fcea0b7d9f8432ef05b87954d0bcae2e94f8
|
| 3 |
+
size 1000
|
checkpoint-13000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6b28d8dfd610305f4d8d7f36baefab4461fef3b5d4f392f5c66f76553954505
|
| 3 |
+
size 3470406976
|
checkpoint-13000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18f5502fafda4dbdb81f3c3341e2734a3ea3035a732b12a542c9c7f0b66aee52
|
| 3 |
+
size 13493882
|
checkpoint-13000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9ad6d98584cd5f413829e591dfde9f6064b46b0ce3ff6dc69e3ebe6bba0732b
|
| 3 |
+
size 6677176
|
checkpoint-13000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7661a25286891ac89e835859af4123c7f82e0460fa8ebc82061b16fec5fed238
|
| 3 |
+
size 14408
|
checkpoint-13000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8ac6f5b832d5d0d82829329d4eec2e321ef7fdbf077941f23520c2c32b97c58
|
| 3 |
+
size 1000
|
checkpoint-13500/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3feb6d65b35b849cb636eb1d129dc0cdf91a0a7b2877ac3db1491fc10aad4cb1
|
| 3 |
+
size 3470406976
|
checkpoint-13500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ce32cf0460fdb779e4a82dbdf6fd468a8b6ba3bc7c5d87b90255c333eb58ea4
|
| 3 |
+
size 13493882
|
checkpoint-13500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2384844faf772df100f6d85447e549d1754787c9d9ac9a143044cb7b9dc78097
|
| 3 |
+
size 6677176
|
checkpoint-13500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eb93dab12e12dd9900a67addd9d2b0e0c037b1e78898e861164d1cba0f9e8cc
|
| 3 |
+
size 14408
|
checkpoint-13500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c786d33e0513fa3d6654acdfbf65503022b42db85daa93ae435f47edc670178a
|
| 3 |
+
size 1000
|
checkpoint-14000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80b8841fd6d50daece96a61aae0a4863f2d84c34e32419564eb5bf3f058bd023
|
| 3 |
+
size 3470406976
|
checkpoint-14000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f275d1001097ad4de8aa70e7a6692812f729403e6957276068c1147fb26f8be
|
| 3 |
+
size 13493882
|
checkpoint-14000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2dc09b6a4854323b7825f151ab0efdbe22a3f0d7b1fbae8e838ea134a673af2
|
| 3 |
+
size 6677176
|