End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +81 -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-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
- checkpoint-2000/optimizer.bin +3 -0
- checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2000/random_states_0.pkl +3 -0
- checkpoint-2000/scheduler.bin +3 -0
- checkpoint-2500/optimizer.bin +3 -0
- checkpoint-2500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2500/random_states_0.pkl +3 -0
- checkpoint-2500/scheduler.bin +3 -0
- checkpoint-3000/optimizer.bin +3 -0
- checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-3000/random_states_0.pkl +3 -0
- checkpoint-3000/scheduler.bin +3 -0
- checkpoint-3500/optimizer.bin +3 -0
- checkpoint-3500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-3500/random_states_0.pkl +3 -0
- checkpoint-3500/scheduler.bin +3 -0
- checkpoint-4000/optimizer.bin +3 -0
- checkpoint-4000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-4000/random_states_0.pkl +3 -0
- checkpoint-4000/scheduler.bin +3 -0
- checkpoint-4500/optimizer.bin +3 -0
- checkpoint-4500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-4500/random_states_0.pkl +3 -0
- checkpoint-4500/scheduler.bin +3 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scheduler.bin +3 -0
- checkpoint-5000/optimizer.bin +3 -0
- checkpoint-5000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-5000/random_states_0.pkl +3 -0
- checkpoint-5000/scheduler.bin +3 -0
- checkpoint-5500/optimizer.bin +3 -0
- checkpoint-5500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-5500/random_states_0.pkl +3 -0
- checkpoint-5500/scheduler.bin +3 -0
- checkpoint-6000/optimizer.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: stabilityai/stable-diffusion-3.5-medium
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
license: other
|
| 5 |
+
instance_prompt: A beautiful UI for music app
|
| 6 |
+
widget:
|
| 7 |
+
- text: An elegant UI for an eccomerce website
|
| 8 |
+
output:
|
| 9 |
+
url: image_0.png
|
| 10 |
+
tags:
|
| 11 |
+
- text-to-image
|
| 12 |
+
- diffusers-training
|
| 13 |
+
- diffusers
|
| 14 |
+
- lora
|
| 15 |
+
- template:sd-lora
|
| 16 |
+
- sd3
|
| 17 |
+
- sd3-diffusers
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
| 21 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
# SD3 DreamBooth LoRA - bhomik7/output_dir
|
| 25 |
+
|
| 26 |
+
<Gallery />
|
| 27 |
+
|
| 28 |
+
## Model description
|
| 29 |
+
|
| 30 |
+
These are bhomik7/output_dir DreamBooth LoRA weights for stabilityai/stable-diffusion-3.5-medium.
|
| 31 |
+
|
| 32 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [SD3 diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_sd3.md).
|
| 33 |
+
|
| 34 |
+
Was LoRA for the text encoder enabled? False.
|
| 35 |
+
|
| 36 |
+
## Trigger words
|
| 37 |
+
|
| 38 |
+
You should use `A beautiful UI for music app` to trigger the image generation.
|
| 39 |
+
|
| 40 |
+
## Download model
|
| 41 |
+
|
| 42 |
+
[Download the *.safetensors LoRA](bhomik7/output_dir/tree/main) in the Files & versions tab.
|
| 43 |
+
|
| 44 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 45 |
+
|
| 46 |
+
```py
|
| 47 |
+
from diffusers import AutoPipelineForText2Image
|
| 48 |
+
import torch
|
| 49 |
+
pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3.5-medium, torch_dtype=torch.float16).to('cuda')
|
| 50 |
+
pipeline.load_lora_weights('bhomik7/output_dir', weight_name='pytorch_lora_weights.safetensors')
|
| 51 |
+
image = pipeline('An elegant UI for an eccomerce website').images[0]
|
| 52 |
+
```
|
| 53 |
+
|
| 54 |
+
### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
|
| 55 |
+
|
| 56 |
+
- **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/bhomik7/output_dir/blob/main/diffusers_lora_weights.safetensors)**.
|
| 57 |
+
- Rename it and place it on your `models/Lora` folder.
|
| 58 |
+
- On AUTOMATIC1111, load the LoRA by adding `<lora:your_new_name:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
|
| 59 |
+
|
| 60 |
+
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)
|
| 61 |
+
|
| 62 |
+
## License
|
| 63 |
+
|
| 64 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md).
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
## Intended uses & limitations
|
| 68 |
+
|
| 69 |
+
#### How to use
|
| 70 |
+
|
| 71 |
+
```python
|
| 72 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
#### Limitations and bias
|
| 76 |
+
|
| 77 |
+
[TODO: provide examples of latent issues and potential remediations]
|
| 78 |
+
|
| 79 |
+
## Training details
|
| 80 |
+
|
| 81 |
+
[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:6b79eced4d3d55f91fffc7854264c066c4c8cbfe47ee0e1072f6e05a34e48e5a
|
| 3 |
+
size 9708684
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c98ba3b4264d781d7a9bf42aa8103eb685ab2c4d576fb7db917e305bfd57a90d
|
| 3 |
+
size 4743560
|
checkpoint-1000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:044b6f4f5b307089975e5d9427af265979b6c65e6e1b56adc4fde2e5fcee7098
|
| 3 |
+
size 14408
|
checkpoint-1000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1ef945fb67548939f1340070803ddc6f91925dd6d43f8c15ba25d113f03c5ed
|
| 3 |
+
size 1000
|
checkpoint-10000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:196dd23661364c15cd36d5f3b5667909f3bc9d4aa231bf53f3a395d30afe3d09
|
| 3 |
+
size 9708684
|
checkpoint-10000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:792ee3a1a87086c7766a4420d9afe08e3c65bbcb46a4598767f7efa079e75a3f
|
| 3 |
+
size 4743560
|
checkpoint-10000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3441a656db25efd005c75376a55d9707479f727e73d5314209b99e26fc7fced
|
| 3 |
+
size 14408
|
checkpoint-10000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2bd2fea55575e9e5201cd70f190230d22db4f67ec868e253d7e182dd49a19ee
|
| 3 |
+
size 1000
|
checkpoint-1500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c3adda2b98bc448bef2a9f0f88153e0f96424b3fb903084d83d9554fb53136b
|
| 3 |
+
size 9708684
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fb827078bd6d9d9ac98780b5dfe6a15fa8c57d17243cb468f3e4f6c3fee58df
|
| 3 |
+
size 4743560
|
checkpoint-1500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce9a4279870c83b22e31898c4fb15e21a0f76aa5e146adddbed9fd62ebf79112
|
| 3 |
+
size 14408
|
checkpoint-1500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48bc4e7f165d13c3a118fbfce412755c802dfee9a7a91ae2a24ef2a694c18483
|
| 3 |
+
size 1000
|
checkpoint-2000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:634c0df51ff833245bdf415a480be6b8ce2e8968d06b8bc98ce92f2a74e60f93
|
| 3 |
+
size 9708684
|
checkpoint-2000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25a647ef930a21faad4ad20643e300a3c5ca7735df59716eb58c6b7811863511
|
| 3 |
+
size 4743560
|
checkpoint-2000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba287d8544f76b193b19c14264ee3549a57785b832c3b3941889007b2de1e1ea
|
| 3 |
+
size 14408
|
checkpoint-2000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a14cab18e3cf6bf4020ba19261b57bd47f02eb286b8412b0d80f0e1c055663a
|
| 3 |
+
size 1000
|
checkpoint-2500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6ec29f8ba93d34fcdb8df4308b5dcad661c52587cd0ca9eb6e40f2afb3be4a4
|
| 3 |
+
size 9708684
|
checkpoint-2500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60d9fb7cee94343b5327baeb9c23fd9bb31be331b33de6a776e7c7669c18f415
|
| 3 |
+
size 4743560
|
checkpoint-2500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f75426443c66b822fa936d65c6e932af47f11e2821c97c66b0337d546722d405
|
| 3 |
+
size 14408
|
checkpoint-2500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7806de3d060880702efffb6e8dfae4e935b646ac22a298bfd34612aa6bd7e66a
|
| 3 |
+
size 1000
|
checkpoint-3000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57b5d93e7bacc6ad07ebd6cdfd3c9c6e83b9c857bba12b6205ee8a709a317dee
|
| 3 |
+
size 9708684
|
checkpoint-3000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bac2990fc35405824675302ff529cbc69e6d751094fe91d0072c458e2d68fbf
|
| 3 |
+
size 4743560
|
checkpoint-3000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fad6e75c2e55bdfb1382a8b848ccbb220993abd95b8811de0694af522670b7cc
|
| 3 |
+
size 14408
|
checkpoint-3000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2833302ff3e9f19a529d4b4c25d428a2569db9e059211a2009fd20f9a2843aba
|
| 3 |
+
size 1000
|
checkpoint-3500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64d298c149f8ff98d32c3b0fd6b5f38d8e4136eb7e3e10910b3ad04143cdcb3c
|
| 3 |
+
size 9708684
|
checkpoint-3500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df4fc624c08cd108fb91fb7b171ebec4eaf743624b5611841f8b252ab4fee368
|
| 3 |
+
size 4743560
|
checkpoint-3500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:272479f9c363c849e6e26e5781b0d88d3e1850618ae2b40118479d3dc5c45916
|
| 3 |
+
size 14408
|
checkpoint-3500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54466fd70988c268b02aa0449cb2f657a41c168d7d1981cc9e3b9f130eac63fe
|
| 3 |
+
size 1000
|
checkpoint-4000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5683f0f6f10f6956f4fdb35be11768441e7f08de95f307306480652fb8d5cde1
|
| 3 |
+
size 9708684
|
checkpoint-4000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f9bdf6bc56ed291ff62ee04cf89e51ac034e1930345f1af019ef0482cecd57f
|
| 3 |
+
size 4743560
|
checkpoint-4000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:478ec7bc328ea79bde48d82d8c1e63e2a918469983f73df0785909bbb90d6023
|
| 3 |
+
size 14408
|
checkpoint-4000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2310f63637c6cf3848fe289e21d70c2e6b3542292bf5c5d51e6dab0afab209f7
|
| 3 |
+
size 1000
|
checkpoint-4500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43196c0e7e3c604e55d74e3b598a081b18326e40a4a428f61741ece77aadeb09
|
| 3 |
+
size 9708684
|
checkpoint-4500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7acbf6b0f2e9db4615f822d573e5f145979833e78f498ef42abf89274a5ea89
|
| 3 |
+
size 4743560
|
checkpoint-4500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f464a0fd106366564988169d1458aca72fbc621ce43be07794b48bbd92af8e40
|
| 3 |
+
size 14408
|
checkpoint-4500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:843072ee388d5629a932371b8265f451662d8a1ce285e2ddffd5bb68c88314f6
|
| 3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee7da538cd2c32639f49c1df54925f2e0091ad834df2ed831ca2cc945ac0d20a
|
| 3 |
+
size 9708684
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d54ca7a416d3549f9e76e454de1d2810743c3c37c6700b397fdf971f3354f8c
|
| 3 |
+
size 4743560
|
checkpoint-500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d11ba6b9eab79033d145f73bee78ae554c8298182b4b93c4071f358d88f2a07
|
| 3 |
+
size 14408
|
checkpoint-500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cf34ac8dd2addc454aeb1ee4eaba3267c2841857e117be40ac2ed02cf581c9c
|
| 3 |
+
size 1000
|
checkpoint-5000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:725911cf0cc257c64615d92ddaef907644af1c6201a533f9bb01342adfec106d
|
| 3 |
+
size 9708684
|
checkpoint-5000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a57bdc18eaa53c6f9cb6fabcaa29e820f638891a641b2d85edf12f7aad9ea93
|
| 3 |
+
size 4743560
|
checkpoint-5000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ef3071f9ab84a078c80152651ab84957e992668a9ba54ae7b6e37d13d014b69
|
| 3 |
+
size 14408
|
checkpoint-5000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2734d36d08357236113a0d0e82c9a606fbb22a775c8bb9049c19d997ef37430
|
| 3 |
+
size 1000
|
checkpoint-5500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d1215e8bdb6aaa68487d15ac76b7ca5e075305727b7eef5081a19ce3fc18c0e
|
| 3 |
+
size 9708684
|
checkpoint-5500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4436e0fda760075d9d0006d1eafd66ff23939304a715574aa5195c5c3c53c22
|
| 3 |
+
size 4743560
|
checkpoint-5500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15185107107620d9a943d2fb574220c5bc451d86521b145fad1806038ee32f42
|
| 3 |
+
size 14408
|
checkpoint-5500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b160624a4f6eab47b190094cb1449f3ed292cdad7047dfc29acedd12f12a9e6
|
| 3 |
+
size 1000
|
checkpoint-6000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7488fa7b68a1dd3dd4087c78786bda124e190b9262d98216cf98154a778413db
|
| 3 |
+
size 9708684
|