End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -0
- README.md +84 -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/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/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/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/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/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/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/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/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/optimizer.bin +3 -0
- checkpoint-14000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-14000/random_states_0.pkl +3 -0
- checkpoint-14000/scheduler.bin +3 -0
- checkpoint-14500/optimizer.bin +3 -0
- checkpoint-14500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-14500/random_states_0.pkl +3 -0
- checkpoint-14500/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/scheduler.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,7 @@ 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_1.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
image_2.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
image_3.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: black-forest-labs/FLUX.1-dev
|
3 |
+
library_name: diffusers
|
4 |
+
license: other
|
5 |
+
instance_prompt: women_prompt.txt
|
6 |
+
widget:
|
7 |
+
- text: A photo of sks beautiful korean woman, high quality, 8k
|
8 |
+
output:
|
9 |
+
url: image_0.png
|
10 |
+
- text: A photo of sks beautiful korean woman, high quality, 8k
|
11 |
+
output:
|
12 |
+
url: image_1.png
|
13 |
+
- text: A photo of sks beautiful korean woman, high quality, 8k
|
14 |
+
output:
|
15 |
+
url: image_2.png
|
16 |
+
- text: A photo of sks beautiful korean woman, high quality, 8k
|
17 |
+
output:
|
18 |
+
url: image_3.png
|
19 |
+
tags:
|
20 |
+
- text-to-image
|
21 |
+
- diffusers-training
|
22 |
+
- diffusers
|
23 |
+
- lora
|
24 |
+
- flux
|
25 |
+
- flux-diffusers
|
26 |
+
- template:sd-lora
|
27 |
+
---
|
28 |
+
|
29 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
30 |
+
should probably proofread and complete it, then remove this comment. -->
|
31 |
+
|
32 |
+
|
33 |
+
# Flux DreamBooth LoRA - JunhaH/trained-flux-lora-768_2e-6_debug
|
34 |
+
|
35 |
+
<Gallery />
|
36 |
+
|
37 |
+
## Model description
|
38 |
+
|
39 |
+
These are JunhaH/trained-flux-lora-768_2e-6_debug DreamBooth LoRA weights for black-forest-labs/FLUX.1-dev.
|
40 |
+
|
41 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [Flux diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_flux.md).
|
42 |
+
|
43 |
+
Was LoRA for the text encoder enabled? False.
|
44 |
+
|
45 |
+
## Trigger words
|
46 |
+
|
47 |
+
You should use `women_prompt.txt` to trigger the image generation.
|
48 |
+
|
49 |
+
## Download model
|
50 |
+
|
51 |
+
[Download the *.safetensors LoRA](JunhaH/trained-flux-lora-768_2e-6_debug/tree/main) in the Files & versions tab.
|
52 |
+
|
53 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
54 |
+
|
55 |
+
```py
|
56 |
+
from diffusers import AutoPipelineForText2Image
|
57 |
+
import torch
|
58 |
+
pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
|
59 |
+
pipeline.load_lora_weights('JunhaH/trained-flux-lora-768_2e-6_debug', weight_name='pytorch_lora_weights.safetensors')
|
60 |
+
image = pipeline('A photo of sks beautiful korean woman, high quality, 8k').images[0]
|
61 |
+
```
|
62 |
+
|
63 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
64 |
+
|
65 |
+
## License
|
66 |
+
|
67 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
68 |
+
|
69 |
+
|
70 |
+
## Intended uses & limitations
|
71 |
+
|
72 |
+
#### How to use
|
73 |
+
|
74 |
+
```python
|
75 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
76 |
+
```
|
77 |
+
|
78 |
+
#### Limitations and bias
|
79 |
+
|
80 |
+
[TODO: provide examples of latent issues and potential remediations]
|
81 |
+
|
82 |
+
## Training details
|
83 |
+
|
84 |
+
[TODO: describe the data used to train the model]
|
checkpoint-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2db5706d6f41403d62a923eaa0bd66b4736986292525738eace42aa5d9eec5ff
|
3 |
+
size 314575938
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb0a5af4a4cb79e587fdf49db82cc1fcbdf96901d45bf439b4facefc4d6d3e68
|
3 |
+
size 89745256
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c5e8f975db673ebe1576a08d52d6d9c0b95e1900ed8bd214c5b1bbe509cddd0
|
3 |
+
size 15644
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:630309a46977ef427193aa2c00115f5ecbcc613f1972fdf4e605b58dcd4a5fcb
|
3 |
+
size 1000
|
checkpoint-10000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5501f40f40f658196a53dd3b6a1b5b856a18292952e8572654c24460f3069c28
|
3 |
+
size 314575938
|
checkpoint-10000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:080a09ca07d13222577d21a0d5d67b2548f1f845338f7994aa21a3723dce765f
|
3 |
+
size 89745256
|
checkpoint-10000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d9b648a432708bf2f6dab36c38e158846b668ae45aafc0ea39f9c71759abc62
|
3 |
+
size 15580
|
checkpoint-10000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8457d747ced2212be921df88cb978fbb25528125470f6746823ec9a807409aee
|
3 |
+
size 1000
|
checkpoint-10500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62a08cb5d1ffbbf1a1f715945da8a07c2879521fdebd85f00b1afcb12a3437a7
|
3 |
+
size 314575938
|
checkpoint-10500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a74c22d840f3268fb86b979a8d9b26005050ec64dd41c0f0f423f988770e0532
|
3 |
+
size 89745256
|
checkpoint-10500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fdd93407eb7c953ae22f88be78bcedff0ea687866496027faa4ab3b70ceab54
|
3 |
+
size 15644
|
checkpoint-10500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51ec726ebd851c1e26faef204bad6e381678f140ec98bef9e036ccaa8f464416
|
3 |
+
size 1000
|
checkpoint-11000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:103658a60277b7772a177b21d161c90a17a5fb66e92c488e22211102e3b1e2d2
|
3 |
+
size 314575938
|
checkpoint-11000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ac93a404b768b559c81c712459e8fdab1be850a16d952bd530db83e69ca906e
|
3 |
+
size 89745256
|
checkpoint-11000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f77666c5c14e8c6e80616232c578763f5d53d2bf879422a695f267adfeeea244
|
3 |
+
size 15580
|
checkpoint-11000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95a66a89ab151216e306c4e35237305fa1e27c62dd4b061e4043b40163366052
|
3 |
+
size 1000
|
checkpoint-11500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c6c8dcaa07e9f742e97b11a106336f78a34fd923abcef9ab46b3cbf350c39c7
|
3 |
+
size 314575938
|
checkpoint-11500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bccbfce4cca447090fc42f194a554b55de1d46e4043e9db2de7c0c4cc9f8099
|
3 |
+
size 89745256
|
checkpoint-11500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:432481824e0aed4865aa6ae9964d16725ffeaa34fbf85467788e2fa4d68cc43b
|
3 |
+
size 15644
|
checkpoint-11500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27493359593dc095d5203f4dd15ec604ee65d36e11aaedc5a15090ba8eba0907
|
3 |
+
size 1000
|
checkpoint-12000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45acf1432b4bd9ab428a373a6c09732223b3998d050a4be07a2afb7d8ae3309e
|
3 |
+
size 314575938
|
checkpoint-12000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6541de6e82a4afb5519c7511b968c87649f89ab3ee7c6d8f97f96a6bf4afa6c9
|
3 |
+
size 89745256
|
checkpoint-12000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b46bad4d62a5c72ddacc4b58a0e6acebae6e32948f94181bb8fce8317bb2257e
|
3 |
+
size 15644
|
checkpoint-12000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20475c58b3c498c4f4b742bc87abed98c0eaa1c92916db109e50f9bee84afd11
|
3 |
+
size 1000
|
checkpoint-12500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdfc444cd348130fc5835a0744afe8537660f9e111bfa85a42991eaaee47b7cb
|
3 |
+
size 314575938
|
checkpoint-12500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a76aca1281cded7db12b25e3e3df0f983bd74d00750835403379ba19ad57b203
|
3 |
+
size 89745256
|
checkpoint-12500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3752e34a20ad791582a33b3f243e0c8aee2c3c7f4bed9ee10606061510bd06a6
|
3 |
+
size 15580
|
checkpoint-12500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b640b6824a3d7935509ae9523a9367bf1d75e70a3ddc9864142268c999b20c8
|
3 |
+
size 1000
|
checkpoint-13000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ebfe0470185bbc47d02320803f72863985f594432d980a31b22e50d18c50e32
|
3 |
+
size 314575938
|
checkpoint-13000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5acf54fa49bead67ebb79efc6448105983ece9b32483e212d983273fcc944010
|
3 |
+
size 89745256
|
checkpoint-13000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:921b0f928347db20170c0591095bdba91a8eedfe8ead409d122b049d461471ae
|
3 |
+
size 15644
|
checkpoint-13000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99b643d320e26a092798eb922c261ecc91cd4ce8f8f9ca57bcb36f104e68350c
|
3 |
+
size 1000
|
checkpoint-13500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b671f54bc8f840a0d77f97ce4d6e9617e1aa907db03b2fac24dac2b5d10132e2
|
3 |
+
size 314575938
|
checkpoint-13500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:097a5b84f68b9677d6ee8011f576a60eeea9f11e328fdab238e4a11ea5041d38
|
3 |
+
size 89745256
|
checkpoint-13500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bf49e76e087fcc74228dd765c8cde3976ec1bba4724f9adf0058fdfabc1e325
|
3 |
+
size 15580
|
checkpoint-13500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c6b680610c851172a66c106f1e3e563d0982405273abde442852e01084da68c
|
3 |
+
size 1000
|
checkpoint-14000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0d3c8aab7cb26519bd38d833c064564e07ba7a38eae06945c9c01524b77cb01
|
3 |
+
size 314575938
|
checkpoint-14000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:929ba3543af65304dfdfaa1c66adc27c23c88f369b0095ad9aeacfa524cddba8
|
3 |
+
size 89745256
|
checkpoint-14000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:372f1afca638a998e2895911b525172f64b271c7e278a4e99dd96a228033020f
|
3 |
+
size 15644
|
checkpoint-14000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11841c9021cb44f92955c97ec48283dc449a9381dc9ed4408e0d7ff580b1ba40
|
3 |
+
size 1000
|
checkpoint-14500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f56ef4190c77485302bdef075c5d34779077d2b998ec6c0718a1650d575d6d7
|
3 |
+
size 314575938
|
checkpoint-14500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b005026763e113c0f8be561707ca98c71416c0a96bc7a328db841244a4d8121
|
3 |
+
size 89745256
|
checkpoint-14500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b449061a305515250081e328a5459079555d7e000cbb6f801fcb8f04b30d61f
|
3 |
+
size 15644
|
checkpoint-14500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bcd8caa5adb9a748526094e8bbfbfa701bd552a0f38e75e2e66720c6f2fdc01
|
3 |
+
size 1000
|
checkpoint-1500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d2bbf78a57221b3acd51c5e822004ffc66fd3a324b540390b9c16e425f13dd1
|
3 |
+
size 314575938
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cab0d88309078b76bb61cc6b69ba5564e8fa91ec24099445bd83b81060a9f6e1
|
3 |
+
size 89745256
|
checkpoint-1500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82614b96c4b185cb25681e5dd1b3489135cdbd4a216022fe19e580a4d0877e4d
|
3 |
+
size 15644
|
checkpoint-1500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:029fa2577cd8636ef9476a8eedcaf851945a8f68258821b7ab7d3342f5f58875
|
3 |
+
size 1000
|