End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -0
- .gitignore +2 -0
- README.md +20 -0
- checkpoint-1000/custom_checkpoint_0.pkl +3 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/pytorch_model.bin +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-10000/custom_checkpoint_0.pkl +3 -0
- checkpoint-10000/optimizer.bin +3 -0
- checkpoint-10000/pytorch_model.bin +3 -0
- checkpoint-10000/random_states_0.pkl +3 -0
- checkpoint-10000/scaler.pt +3 -0
- checkpoint-10000/scheduler.bin +3 -0
- checkpoint-11000/custom_checkpoint_0.pkl +3 -0
- checkpoint-11000/optimizer.bin +3 -0
- checkpoint-11000/pytorch_model.bin +3 -0
- checkpoint-11000/random_states_0.pkl +3 -0
- checkpoint-11000/scaler.pt +3 -0
- checkpoint-11000/scheduler.bin +3 -0
- checkpoint-12000/custom_checkpoint_0.pkl +3 -0
- checkpoint-12000/optimizer.bin +3 -0
- checkpoint-12000/pytorch_model.bin +3 -0
- checkpoint-12000/random_states_0.pkl +3 -0
- checkpoint-12000/scaler.pt +3 -0
- checkpoint-12000/scheduler.bin +3 -0
- checkpoint-13000/custom_checkpoint_0.pkl +3 -0
- checkpoint-13000/optimizer.bin +3 -0
- checkpoint-13000/pytorch_model.bin +3 -0
- checkpoint-13000/random_states_0.pkl +3 -0
- checkpoint-13000/scaler.pt +3 -0
- checkpoint-13000/scheduler.bin +3 -0
- checkpoint-14000/custom_checkpoint_0.pkl +3 -0
- checkpoint-14000/optimizer.bin +3 -0
- checkpoint-14000/pytorch_model.bin +3 -0
- checkpoint-14000/random_states_0.pkl +3 -0
- checkpoint-14000/scaler.pt +3 -0
- checkpoint-14000/scheduler.bin +3 -0
- checkpoint-15000/custom_checkpoint_0.pkl +3 -0
- checkpoint-15000/optimizer.bin +3 -0
- checkpoint-15000/pytorch_model.bin +3 -0
- checkpoint-15000/random_states_0.pkl +3 -0
- checkpoint-15000/scaler.pt +3 -0
- checkpoint-15000/scheduler.bin +3 -0
- checkpoint-16000/custom_checkpoint_0.pkl +3 -0
- checkpoint-16000/optimizer.bin +3 -0
- checkpoint-16000/pytorch_model.bin +3 -0
- checkpoint-16000/random_states_0.pkl +3 -0
- checkpoint-16000/scaler.pt +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
image_0.png filter=lfs diff=lfs merge=lfs -text
|
36 |
+
image_1.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
|
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
step_*
|
2 |
+
epoch_*
|
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: runwayml/stable-diffusion-v1-5
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
inference: true
|
11 |
+
---
|
12 |
+
|
13 |
+
# LoRA text2image fine-tuning - https://huggingface.co/kuotient/noto-emoji-finetuned-lora
|
14 |
+
These are LoRA adaption weights for https://huggingface.co/kuotient/noto-emoji-finetuned-lora. The weights were fine-tuned on the kuotient/noto-emoji-dataset dataset. You can find some example images in the following.
|
15 |
+
|
16 |
+
![img_0](./image_0.png)
|
17 |
+
![img_1](./image_1.png)
|
18 |
+
![img_2](./image_2.png)
|
19 |
+
![img_3](./image_3.png)
|
20 |
+
|
checkpoint-1000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcb10b85a21e8127ce43860a2f8e698dbe6983de089895699a9471bef4cb9b86
|
3 |
+
size 3287513
|
checkpoint-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5571a8b9ee5589c100563768b2eab83e2783d696ad8da811e7e03e5f5e8ba4f
|
3 |
+
size 6591621
|
checkpoint-1000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4c0051b60a5eeadc56fae216d374b1a452df69f5c744f1e8516ebedf7938dc4
|
3 |
+
size 3285965
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf8afb8507a81a7e77ac7d71b613b7036677308592b0d877e52ca84bc78246d8
|
3 |
+
size 14663
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71
|
3 |
+
size 557
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:963c3085720a3a3ca1d178559a0f2dc5d5b36fa395a4663f0194bfac4a754038
|
3 |
+
size 563
|
checkpoint-10000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87079ef8a45f552c0c80178f74a6c1820acf41a29d6eccb6a473731e102a96c5
|
3 |
+
size 3287513
|
checkpoint-10000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:825a6126bdadbc49c6997ef46524b4ce7ad8e547241402454d3fdbac6c6eb113
|
3 |
+
size 6591621
|
checkpoint-10000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28e462daff387f69eb53e883790f21777f2720c03a850b3fc8e3e552e9137c95
|
3 |
+
size 3285965
|
checkpoint-10000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42b56c14b45c59a43099f52602084356e838fe41aede84116a0200660fd35199
|
3 |
+
size 14663
|
checkpoint-10000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9be2ad76dcbc923b00e6a142f6db62aad4a46c47bb83864ccb68ddc899d0ce78
|
3 |
+
size 557
|
checkpoint-10000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faadf5d41cbc3e7b85459d3e5a7f630ea65b09e5da15f0535216b1a21822b090
|
3 |
+
size 563
|
checkpoint-11000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3754af896c62efc23176c61cc63bc63200da1b8d9aed72602c25b0894fbfe2be
|
3 |
+
size 3287513
|
checkpoint-11000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72bff4164ac06c01aa55f5fe2a171ad8d390cf520d0b0a58d09e3aeba0c2895a
|
3 |
+
size 6591621
|
checkpoint-11000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba8b6e0d4c11ab5c36667c9e02786308784e2baa64278ab3dbb481bf04ef9120
|
3 |
+
size 3285965
|
checkpoint-11000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50c78584be5b384aab4610ccb56eb4ed39303ff5d9f8e1250e528748149b702b
|
3 |
+
size 14663
|
checkpoint-11000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8df4dd185a129710516223a132f1321dd530e937b37d9a1dca8d2915b9d5a04a
|
3 |
+
size 557
|
checkpoint-11000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b17fa3fdbfeb22d47fe28c1c141cc0b023e1a8233e3a27d8851f7701dea2061
|
3 |
+
size 563
|
checkpoint-12000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b35124ee14d3f1d73ffebd99e03f8b112afdabd7f75d45a2502f146da71fbe46
|
3 |
+
size 3287513
|
checkpoint-12000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fe87401a381d818a9050007e7decf4a9705c2282a2fa9deaf12e1a0e30d7579
|
3 |
+
size 6591621
|
checkpoint-12000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:105d129ce605199d6b234086a28e1dac76f8ed759ec3f307ab7a2e3ef0bf22bd
|
3 |
+
size 3285965
|
checkpoint-12000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2845be9bfd0ccb342770ed909f7da4b8f1848c0039e2e96cd580bbe89ab64520
|
3 |
+
size 14663
|
checkpoint-12000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a61fa205a26ba2985bf4e0e515406104e0b0e5d6ebd86749ac9477a519632ca
|
3 |
+
size 557
|
checkpoint-12000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6c83d15ff2e94c2732ead878a6e77a121238936c7e3eaad6af541ab8318f54e
|
3 |
+
size 563
|
checkpoint-13000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eda86ded1be6a320fecee8ca3826ff49deae683bb7dc02681e40010a5a9d2456
|
3 |
+
size 3287513
|
checkpoint-13000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5391a227caa10233971804b80ee0e29d592ae3bf2c121ea48f8fd5bb6a88ff84
|
3 |
+
size 6591621
|
checkpoint-13000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:359fbb169f5641c89b3af39d904491b9e4c410156a1566502feb08653279f811
|
3 |
+
size 3285965
|
checkpoint-13000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:341c9b951901207762cd07d2fdc94f1db399c041dcf99c2534be009607d6da88
|
3 |
+
size 14663
|
checkpoint-13000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8624aa8828b4c5fcb5bb4f05a16d3dd64b35da242cd642c1a05cc5a8cfcd893
|
3 |
+
size 557
|
checkpoint-13000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:092ad8caacbbdcdad10c5eb15a31e20516f9164895acd45ab365900c93b93194
|
3 |
+
size 563
|
checkpoint-14000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0d238adf4d109e02107c56b0cb650574f67498f0e8d4d6924a354d50edfa86a
|
3 |
+
size 3287513
|
checkpoint-14000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7790ffd822b94f8de86a8e772cb306f9860a854df458aedc2055f041c061f921
|
3 |
+
size 6591621
|
checkpoint-14000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:209e3b198b7d256459f4f4b7995858f9eeee8d73907c62f0965df45799adbc10
|
3 |
+
size 3285965
|
checkpoint-14000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf84e4545604c4e2ef8eebba803cfb52cbe7255ce95546f2473566bcea0e752a
|
3 |
+
size 14663
|
checkpoint-14000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16b2bfa6474626923eabc41533579ef844795020f8f96145f8ecd1d198ff615b
|
3 |
+
size 557
|
checkpoint-14000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd365803ecff96a258a976e22a7c11e1f019845c50b2c9705e62693cbdd9fe91
|
3 |
+
size 563
|
checkpoint-15000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef2006b83291c769101b8e127f2958a11b98882462c9615acaf371e375fe25df
|
3 |
+
size 3287513
|
checkpoint-15000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe50f968f7fba38e24fd1e37cb4cc66f0af084bb23c5c71f24b083f50cab3fdc
|
3 |
+
size 6591621
|
checkpoint-15000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cba37789b06954a494d4587e8d2e5b218226d7108a5235b278662c07b1232b26
|
3 |
+
size 3285965
|
checkpoint-15000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:624b41b8a7fb568ec4fb931ea4094632e7a4deeae6d9200fa40e195b6d3c4f2f
|
3 |
+
size 14663
|
checkpoint-15000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fb33b1da2125feaa501f6acf7c67409ff703b0320e8e55bf616863891dd3346
|
3 |
+
size 557
|
checkpoint-15000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91a115d024b12ba2aa148c27179211091f70b6d3df0c353c8f258cca030bb06a
|
3 |
+
size 563
|
checkpoint-16000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:407f4aa4894b63fad7a90d3c433d3fe051a9ed81cb336887504abfb057560c97
|
3 |
+
size 3287513
|
checkpoint-16000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed1fef1b910820df02218a6a2a74e667b4956d1be942c0d25b99ddc1492f6eda
|
3 |
+
size 6591621
|
checkpoint-16000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:558428be648a18b819eff0d97d5eeb1afc4144a0fd7f1012575965cb67186e2b
|
3 |
+
size 3285965
|
checkpoint-16000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f508f5f5d0e2959d2f02d2c7f339a0a487b30081a291d747de279f90f0f64f01
|
3 |
+
size 14663
|
checkpoint-16000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d962bd1f8dde87c2cdd390b8808143b050b43206ee9f95377a5bda194ac96e5f
|
3 |
+
size 557
|