End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +48 -0
- checkpoint-100/optimizer.bin +3 -0
- checkpoint-100/pytorch_lora_weights.safetensors +3 -0
- checkpoint-100/random_states_0.pkl +3 -0
- checkpoint-100/scaler.pt +3 -0
- checkpoint-100/scheduler.bin +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/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-1100/optimizer.bin +3 -0
- checkpoint-1100/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1100/random_states_0.pkl +3 -0
- checkpoint-1100/scaler.pt +3 -0
- checkpoint-1100/scheduler.bin +3 -0
- checkpoint-1200/optimizer.bin +3 -0
- checkpoint-1200/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1200/random_states_0.pkl +3 -0
- checkpoint-1200/scaler.pt +3 -0
- checkpoint-1200/scheduler.bin +3 -0
- checkpoint-1300/optimizer.bin +3 -0
- checkpoint-1300/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1300/random_states_0.pkl +3 -0
- checkpoint-1300/scaler.pt +3 -0
- checkpoint-1300/scheduler.bin +3 -0
- checkpoint-1400/optimizer.bin +3 -0
- checkpoint-1400/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1400/random_states_0.pkl +3 -0
- checkpoint-1400/scaler.pt +3 -0
- checkpoint-1400/scheduler.bin +3 -0
- checkpoint-1500/optimizer.bin +3 -0
- checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1500/random_states_0.pkl +3 -0
- checkpoint-1500/scaler.pt +3 -0
- checkpoint-1500/scheduler.bin +3 -0
- checkpoint-1600/optimizer.bin +3 -0
- checkpoint-1600/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1600/random_states_0.pkl +3 -0
- checkpoint-1600/scaler.pt +3 -0
- checkpoint-1600/scheduler.bin +3 -0
- checkpoint-1700/optimizer.bin +3 -0
- checkpoint-1700/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1700/random_states_0.pkl +3 -0
- checkpoint-1700/scaler.pt +3 -0
- checkpoint-1700/scheduler.bin +3 -0
- checkpoint-1800/optimizer.bin +3 -0
- checkpoint-1800/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1800/random_states_0.pkl +3 -0
- checkpoint-1800/scaler.pt +3 -0
README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
license: creativeml-openrail-m
|
| 5 |
+
tags:
|
| 6 |
+
- stable-diffusion-xl
|
| 7 |
+
- stable-diffusion-xl-diffusers
|
| 8 |
+
- text-to-image
|
| 9 |
+
- diffusers
|
| 10 |
+
- diffusers-training
|
| 11 |
+
- lora
|
| 12 |
+
inference: true
|
| 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 - AdamLucek/sdxl-base-1.0-jarekl-lora
|
| 20 |
+
|
| 21 |
+
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the AdamLucek/jarekl-photos dataset. You can find some example images in the following.
|
| 22 |
+
|
| 23 |
+

|
| 24 |
+

|
| 25 |
+

|
| 26 |
+

|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
LoRA for the text encoder was enabled: False.
|
| 30 |
+
|
| 31 |
+
Special VAE used for training: None.
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
## Intended uses & limitations
|
| 35 |
+
|
| 36 |
+
#### How to use
|
| 37 |
+
|
| 38 |
+
```python
|
| 39 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
+
#### Limitations and bias
|
| 43 |
+
|
| 44 |
+
[TODO: provide examples of latent issues and potential remediations]
|
| 45 |
+
|
| 46 |
+
## Training details
|
| 47 |
+
|
| 48 |
+
[TODO: describe the data used to train the model]
|
checkpoint-100/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:877748d46dd10caf02866b6568565d4af9c830d3602e011ecc647a099b811655
|
| 3 |
+
size 14989948
|
checkpoint-100/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e9564cd86aa2c0e2f274c54bb0360f5022efbd32e2a947c5efc27879794ba08
|
| 3 |
+
size 23390424
|
checkpoint-100/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2236ded10dad72a459a449982c587bfc4ac3475e939616dbed89da586752b97d
|
| 3 |
+
size 14344
|
checkpoint-100/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac4a558c5b93581a5c41e2922404490319bcd15a10296c927a72a41012ff7f27
|
| 3 |
+
size 988
|
checkpoint-100/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fefad8c1d33e629901923f9561ce3f6e10f72be658533bd9f7224024d6b5116
|
| 3 |
+
size 1000
|
checkpoint-1000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5a740160430bdc4c087335f690321c2aa3742cdeb6b7fbb70a15c78dba5e911
|
| 3 |
+
size 14991036
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0db65d9fc4f96fba5bc1910a5a19687217eb1e7a9d0a576a26b3048db6a274e1
|
| 3 |
+
size 23390424
|
checkpoint-1000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c103df18f04e6e769bb94c9800634f0e4747aa65a84ecfaa5f2db4d8b92c9be
|
| 3 |
+
size 14344
|
checkpoint-1000/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
|
| 3 |
+
size 988
|
checkpoint-1000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d89319411fb743c5ca6de9154a4226095e4e68277ffc5233b8681983d0042566
|
| 3 |
+
size 1000
|
checkpoint-1100/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b28ccb80502c86d94a4f9ca3074369477ba4cbb7c9d7fbb45fa512ea9d519c9e
|
| 3 |
+
size 14991036
|
checkpoint-1100/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25c30bc7db3d84c896c9c0705f72451effc5fc173ca7bcc85217a9a61b6949cb
|
| 3 |
+
size 23390424
|
checkpoint-1100/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fe21be19e5a2ac1f89dd9cd0a5763a5f04362af44e02036bc82c28b5fc2ecc3
|
| 3 |
+
size 14344
|
checkpoint-1100/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f0a46d9dd0c8ca52db0e4ca97a9636ba567efd984bba2d6a64dc2538da6f9cd
|
| 3 |
+
size 988
|
checkpoint-1100/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eb495139ed86293745d0c853e2faf25783c93a6b7034532af9d9bd9a5aad303
|
| 3 |
+
size 1000
|
checkpoint-1200/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7f9cbe6b58b86e18bfaa9ac7a44d9207e8fd45a33a20828a3af7a0d7a190ea9
|
| 3 |
+
size 14991036
|
checkpoint-1200/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f550132b0c3886940134d0be7dbe5173a0a64d337af5217f334f3bc693fe9baa
|
| 3 |
+
size 23390424
|
checkpoint-1200/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4aa0449f3d289a9ff440f284d78d9c0697204839a7eeb2c5bb78cfa5affb310b
|
| 3 |
+
size 14344
|
checkpoint-1200/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:942cfd7aded7d16363d1ae1a2911c01ef4e25f3c70ed059c88f1845d9b6c24dc
|
| 3 |
+
size 988
|
checkpoint-1200/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28c93537733ccf10cad1620705b564ca4eb72c550cc0e3f46f0cc12966639b4d
|
| 3 |
+
size 1000
|
checkpoint-1300/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e50da8c9b47d404a0964fa780fd9a0fe59f005ca8f946d387a68f4ea8ca4198
|
| 3 |
+
size 14991036
|
checkpoint-1300/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:546d7230a91930586f5ccff2b51e5f73b4f19060a738223db1492b4741a1c2b1
|
| 3 |
+
size 23390424
|
checkpoint-1300/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7ab371329e71ef8be5727d3d3e0147cc87ebc93903ef92cb648df1f0f45585a
|
| 3 |
+
size 14344
|
checkpoint-1300/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a272f6e17a5fc65b0768a91a85f6e55110a5951040e23ed443ffd3ab2367112b
|
| 3 |
+
size 988
|
checkpoint-1300/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18a9950de4d49cbf02b094b7b9c7ddb06fd0139125b42fcb8af16fa1fea8445b
|
| 3 |
+
size 1000
|
checkpoint-1400/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa3e41ade2aaf85685c83be0fbd83554c7de4621527a873bea95d5b9a78b2f12
|
| 3 |
+
size 14991036
|
checkpoint-1400/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c528946ec691a4944632c5967f86fa35649a97524e3552d1e06bdb45ec22353
|
| 3 |
+
size 23390424
|
checkpoint-1400/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac022ed582c8f0c76d802f4070ac38531947d62fdf646d5a59cf81beff8f0b14
|
| 3 |
+
size 14344
|
checkpoint-1400/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baba31a5e5063037a5c811de9cb04bc62c6c5f0f5fe6720b7d681afe6500d4c1
|
| 3 |
+
size 988
|
checkpoint-1400/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a813080ba14432160d942303abc8f62decdf27cd02315306b9440a5c63eb824c
|
| 3 |
+
size 1000
|
checkpoint-1500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41fb9633542ec8befc9afc767b5a45f976c75e3a0349050df3ae57d9fc91bfa3
|
| 3 |
+
size 14991036
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33ca073b03616c9473e318ac171fe0c64895ab520bd7c117ba0223aa877a12e8
|
| 3 |
+
size 23390424
|
checkpoint-1500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78aedf4eebe2b75d6db458ed684a9abeb5a8adb48befeaf2ee636bd72c828d81
|
| 3 |
+
size 14344
|
checkpoint-1500/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2a4b6e0ef05ca249f2d6b7f9f3ad1dff81e55842a962df795bb9740c17c8e92
|
| 3 |
+
size 988
|
checkpoint-1500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1a8e4a4ef5e2a99a70e846364ccf280d1e11eb3e876041c3c350f45e3e1379f
|
| 3 |
+
size 1000
|
checkpoint-1600/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bc2c8a9be504cb3478c766ee8c0e1f3b4e98ed347465af9afffd348d2ce8a01
|
| 3 |
+
size 14991036
|
checkpoint-1600/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b3f7bcc66ee0c0b1eeece4a4aecb158f8a32db229d287a4c266bb8220234ab6
|
| 3 |
+
size 23390424
|
checkpoint-1600/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22257984a4b2090802cd4a132b09daf4d6d0935beacb43b02d5a83203f9f1902
|
| 3 |
+
size 14344
|
checkpoint-1600/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b59398e0bd00fd772ba1edbd2a9a8988f5e971e658515b53820ef5087cb843ef
|
| 3 |
+
size 988
|
checkpoint-1600/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1457ea0f48dc02685ccc001be29111b7bd9df7fe36f2f9b3dab7c7b3c24b70ee
|
| 3 |
+
size 1000
|
checkpoint-1700/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fecb537b4ca0a51fe044994a8095af099b3729061f89fb8ebb3212242ba938f
|
| 3 |
+
size 14991036
|
checkpoint-1700/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae10cdc041aaf6d0a819fd811a9e4f41f5035aec2da3be7e77334ccd76d868a6
|
| 3 |
+
size 23390424
|
checkpoint-1700/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6f84ac6e3a83b13a404611d6b00b2d5a49ed1c6b457db5c73f9d6daa53a838c
|
| 3 |
+
size 14344
|
checkpoint-1700/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:759caaca6050dce1dacd26165deca3524ef893ea0c59edc15b75b4035c139f27
|
| 3 |
+
size 988
|
checkpoint-1700/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ee6a27fb85a22133ca1ef8c8d468410975c6d45afa4dcf6ff6979ee134a9099
|
| 3 |
+
size 1000
|
checkpoint-1800/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54b5ea1d8b5c949166014da1dd0bb7846683640078e1c51c98b61a4967a1c104
|
| 3 |
+
size 14991036
|
checkpoint-1800/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6eded1eec6f611cbe920cd39f0722860b763101bed81298a528fb81e4ce630ad
|
| 3 |
+
size 23390424
|
checkpoint-1800/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e538eadc4b0fa5785a2a35d29e3d9e19bdb8bd11e87fb1b328b5409de096940
|
| 3 |
+
size 14344
|
checkpoint-1800/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c82eba5f0b1f93e15ecc4950174958b6ab54879225c616d56316b6b87157e59
|
| 3 |
+
size 988
|