wintercoming6 commited on
Commit
b63cad4
1 Parent(s): 030f51f

End of training

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +4 -0
  2. README.md +96 -0
  3. checkpoint-1000/lol-champion-skin-sdxl-lora3_emb.safetensors +3 -0
  4. checkpoint-1000/optimizer.bin +3 -0
  5. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  6. checkpoint-1000/random_states_0.pkl +3 -0
  7. checkpoint-1000/scaler.pt +3 -0
  8. checkpoint-1000/scheduler.bin +3 -0
  9. checkpoint-10000/lol-champion-skin-sdxl-lora3_emb.safetensors +3 -0
  10. checkpoint-10000/optimizer.bin +3 -0
  11. checkpoint-10000/pytorch_lora_weights.safetensors +3 -0
  12. checkpoint-10000/random_states_0.pkl +3 -0
  13. checkpoint-10000/scaler.pt +3 -0
  14. checkpoint-10000/scheduler.bin +3 -0
  15. checkpoint-10200/lol-champion-skin-sdxl-lora3_emb.safetensors +3 -0
  16. checkpoint-10200/optimizer.bin +3 -0
  17. checkpoint-10200/pytorch_lora_weights.safetensors +3 -0
  18. checkpoint-10200/random_states_0.pkl +3 -0
  19. checkpoint-10200/scaler.pt +3 -0
  20. checkpoint-10200/scheduler.bin +3 -0
  21. checkpoint-10400/lol-champion-skin-sdxl-lora3_emb.safetensors +3 -0
  22. checkpoint-10400/optimizer.bin +3 -0
  23. checkpoint-10400/pytorch_lora_weights.safetensors +3 -0
  24. checkpoint-10400/random_states_0.pkl +3 -0
  25. checkpoint-10400/scaler.pt +3 -0
  26. checkpoint-10400/scheduler.bin +3 -0
  27. checkpoint-10600/lol-champion-skin-sdxl-lora3_emb.safetensors +3 -0
  28. checkpoint-10600/optimizer.bin +3 -0
  29. checkpoint-10600/pytorch_lora_weights.safetensors +3 -0
  30. checkpoint-10600/random_states_0.pkl +3 -0
  31. checkpoint-10600/scaler.pt +3 -0
  32. checkpoint-10600/scheduler.bin +3 -0
  33. checkpoint-10800/lol-champion-skin-sdxl-lora3_emb.safetensors +3 -0
  34. checkpoint-10800/optimizer.bin +3 -0
  35. checkpoint-10800/pytorch_lora_weights.safetensors +3 -0
  36. checkpoint-10800/random_states_0.pkl +3 -0
  37. checkpoint-10800/scaler.pt +3 -0
  38. checkpoint-10800/scheduler.bin +3 -0
  39. checkpoint-11000/lol-champion-skin-sdxl-lora3_emb.safetensors +3 -0
  40. checkpoint-11000/optimizer.bin +3 -0
  41. checkpoint-11000/pytorch_lora_weights.safetensors +3 -0
  42. checkpoint-11000/random_states_0.pkl +3 -0
  43. checkpoint-11000/scaler.pt +3 -0
  44. checkpoint-11000/scheduler.bin +3 -0
  45. checkpoint-11200/lol-champion-skin-sdxl-lora3_emb.safetensors +3 -0
  46. checkpoint-11200/optimizer.bin +3 -0
  47. checkpoint-11200/pytorch_lora_weights.safetensors +3 -0
  48. checkpoint-11200/random_states_0.pkl +3 -0
  49. checkpoint-11200/scaler.pt +3 -0
  50. checkpoint-11200/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,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - stable-diffusion-xl
4
+ - stable-diffusion-xl-diffusers
5
+ - diffusers-training
6
+ - text-to-image
7
+ - diffusers
8
+ - lora
9
+ - template:sd-lora
10
+ widget:
11
+
12
+ - text: 'ahri is hiking in the forest, in the style of leagueoflegend'
13
+ output:
14
+ url:
15
+ "image_0.png"
16
+
17
+ - text: 'ahri is hiking in the forest, in the style of leagueoflegend'
18
+ output:
19
+ url:
20
+ "image_1.png"
21
+
22
+ - text: 'ahri is hiking in the forest, in the style of leagueoflegend'
23
+ output:
24
+ url:
25
+ "image_2.png"
26
+
27
+ - text: 'ahri is hiking in the forest, in the style of leagueoflegend'
28
+ output:
29
+ url:
30
+ "image_3.png"
31
+
32
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
33
+ instance_prompt: champion in the style of leagueoflegend
34
+ license: openrail++
35
+ ---
36
+
37
+ # SDXL LoRA DreamBooth - wintercoming6/lol-champion-skin-sdxl-lora3
38
+
39
+ <Gallery />
40
+
41
+ ## Model description
42
+
43
+ ### These are wintercoming6/lol-champion-skin-sdxl-lora3 LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
44
+
45
+ ## Download model
46
+
47
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
48
+
49
+ - **LoRA**: download **[`lol-champion-skin-sdxl-lora3.safetensors` here 💾](/wintercoming6/lol-champion-skin-sdxl-lora3/blob/main/lol-champion-skin-sdxl-lora3.safetensors)**.
50
+ - Place it on your `models/Lora` folder.
51
+ - On AUTOMATIC1111, load the LoRA by adding `<lora:lol-champion-skin-sdxl-lora3:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
52
+ - *Embeddings*: download **[`lol-champion-skin-sdxl-lora3_emb.safetensors` here 💾](/wintercoming6/lol-champion-skin-sdxl-lora3/blob/main/lol-champion-skin-sdxl-lora3_emb.safetensors)**.
53
+ - Place it on it on your `embeddings` folder
54
+ - Use it by adding `lol-champion-skin-sdxl-lora3_emb` to your prompt. For example, `champion in the style of leagueoflegend`
55
+ (you need both the LoRA and the embeddings as they were trained together for this LoRA)
56
+
57
+
58
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
59
+
60
+ ```py
61
+ from diffusers import AutoPipelineForText2Image
62
+ import torch
63
+ from huggingface_hub import hf_hub_download
64
+ from safetensors.torch import load_file
65
+
66
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
67
+ pipeline.load_lora_weights('wintercoming6/lol-champion-skin-sdxl-lora3', weight_name='pytorch_lora_weights.safetensors')
68
+ embedding_path = hf_hub_download(repo_id='wintercoming6/lol-champion-skin-sdxl-lora3', filename='lol-champion-skin-sdxl-lora3_emb.safetensors', repo_type="model")
69
+ state_dict = load_file(embedding_path)
70
+ pipeline.load_textual_inversion(state_dict["clip_l"], token=[], text_encoder=pipeline.text_encoder, tokenizer=pipeline.tokenizer)
71
+ pipeline.load_textual_inversion(state_dict["clip_g"], token=[], text_encoder=pipeline.text_encoder_2, tokenizer=pipeline.tokenizer_2)
72
+
73
+ image = pipeline('ahri is hiking in the forest, in the style of leagueoflegend').images[0]
74
+ ```
75
+
76
+ 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)
77
+
78
+ ## Trigger words
79
+
80
+ To trigger image generation of trained concept(or concepts) replace each concept identifier in you prompt with the new inserted tokens:
81
+
82
+ to trigger concept `TOK` → use `<s0><s1>` in your prompt
83
+
84
+
85
+
86
+ ## Details
87
+ All [Files & versions](/wintercoming6/lol-champion-skin-sdxl-lora3/tree/main).
88
+
89
+ The weights were trained using [🧨 diffusers Advanced Dreambooth Training Script](https://github.com/huggingface/diffusers/blob/main/examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py).
90
+
91
+ LoRA for the text encoder was enabled. False.
92
+
93
+ Pivotal tuning was enabled: True.
94
+
95
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
96
+
checkpoint-1000/lol-champion-skin-sdxl-lora3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75688de1b2f2329bcba6650fd59ac206122e0b6349b7e944d6c2781b53cc94e1
3
+ size 16536
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:901c2802e32701f763085d15e605891a516954f30680fef0075b040d1150af1d
3
+ size 1806176154
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164c02731948d54c05445bc7617f022fc9cceea9b58bd09b0e44fd64dc4d4e01
3
+ size 46615272
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc5c39a8292888e25d0efba489efd0c18a5b094c12aacb4c4e334ba8e0945715
3
+ size 14280
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:7babe47bfb751f6436f46e92a0639bc1ec9db889e510abc5afa501cfc0de4add
3
+ size 1064
checkpoint-10000/lol-champion-skin-sdxl-lora3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d861c490777f282508a0d4f41748465a645d8f0c8b415bb22542f0a6102ffe
3
+ size 16536
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47f14a66b738d7f6bf5f2df229115188ec03c8ee3d807f66abc677776762efb4
3
+ size 1806176154
checkpoint-10000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a12782ba46636b7be9729d258d53e9f850b7aaf74f419f62aec250051d6d440c
3
+ size 46615272
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1647fe6ef5088b66fec44e91e69356b919bce332448a4d89edf79a88a9259bbd
3
+ size 14280
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d49367aa0f19981d0484e3ef5c1b009e6bdd8e5c0d8ef08f2f8d235b9f843816
3
+ size 988
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b96d879c1e341fd52e8d14ef4960f89b63bb332485926e7406e0db2c343d262c
3
+ size 1064
checkpoint-10200/lol-champion-skin-sdxl-lora3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16f9d19849117318e97f5695c9ad330692a6fb992cf83b721e5e4df15b5f0971
3
+ size 16536
checkpoint-10200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a90bb710889043912974e9ce67cfcbbff48e9b252872708afcd6e5edd175111c
3
+ size 1806176154
checkpoint-10200/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e98fa49e0749001ed24460f22ada736e42af83cb223459d3c45e0fde4599d6f6
3
+ size 46615272
checkpoint-10200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4084f2834ce0d2f772adda6829ea0b6c3ed1932d9bb520c5cd8991b4886cad4e
3
+ size 14280
checkpoint-10200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ab660ace87f3b6d54d36d03fc5a4b7855a888dec561605f73253d271552740
3
+ size 988
checkpoint-10200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b23e77fd7f89b8327c0d592f022c3dce52f18d926de4f325b0b1e2bee9298211
3
+ size 1064
checkpoint-10400/lol-champion-skin-sdxl-lora3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75edd8e4dfaca31f4071b025f6a596c7fcb99105847b44586d53a9a1e4fb4aec
3
+ size 16536
checkpoint-10400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf25c5c4d8b559b2ded5b0262793f716e8e64cabbf9cb08c809d0acef408977
3
+ size 1806176154
checkpoint-10400/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15fd7d870a25813f3b1b12499fe72afc512dcd56e9ba1724d2b39cabc912849c
3
+ size 46615272
checkpoint-10400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9bb2f96478a826d99daaec5439324055f539635ec52e3b68b92b73b322c43e1
3
+ size 14280
checkpoint-10400/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06e54559573901ac91a0d9c8aeceb9a18ebdeb9153b81a527a9371e316b9370f
3
+ size 988
checkpoint-10400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4543075de708b5bf340ec222e755f4a293d4a51d2eb6e75caf73e2dbc076eed8
3
+ size 1064
checkpoint-10600/lol-champion-skin-sdxl-lora3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0856b7b76b0fc1a7f078e3ac454418d4079c3c408da7ff3937a8a525bf881082
3
+ size 16536
checkpoint-10600/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3cdbc36eb2687670cbd2a22d4a9925afa489d723c8ed3aac2a1561f7fb810d4
3
+ size 1806176154
checkpoint-10600/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e089cb343d0e9e44da1dcdacb1ee8f89a86eb21e842fdea1f10293eefa147c7
3
+ size 46615272
checkpoint-10600/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:894dcb4f4addea85369442cf561f80910dc95918f3fed10e5e5c09a883d5e4ba
3
+ size 14280
checkpoint-10600/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98e173c5fed76404413a376fc80c4faf17004ebbc27a7f12d828004975ca9d60
3
+ size 988
checkpoint-10600/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eed355f50faaf932178858e47131a54e6e3d4bd67deacbe195818a50a9f4f89a
3
+ size 1064
checkpoint-10800/lol-champion-skin-sdxl-lora3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e12e12e69004a40685ca9befe9f00ba388ffbe9cb3ba866d85fa69db2502848
3
+ size 16536
checkpoint-10800/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c23c1c837dd522599506d93e432326423145911b08bae9fa116d1bd60863b4
3
+ size 1806176154
checkpoint-10800/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8760baeeb7129ebdd0da09f32371313880de5840ef146a87cae788220d6f9f28
3
+ size 46615272
checkpoint-10800/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d3b3a339ab730ab887a3ba653e64e4b082540b6b28eaa1432b2eb415f5a221c
3
+ size 14280
checkpoint-10800/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c57035f2d1927026562cc43482c04a1ffd8942356f0615407cfb0910b5f94970
3
+ size 988
checkpoint-10800/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cbfd47aa9ef783d7abe7f45371da29623b0ffca97c80b737751d960af82d1cb
3
+ size 1064
checkpoint-11000/lol-champion-skin-sdxl-lora3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:521259a50fc025eef847c75e9649af97aefa97c2ae6b04b4b2a6f958490d1728
3
+ size 16536
checkpoint-11000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3827d7d9eac0ac9b15e4e0b3ffcddf540d23b8df2932b8867f93bf09a11d9750
3
+ size 1806176154
checkpoint-11000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6976698285b98f738b67064dc91d571b2aba7c5feb5eb9aa4e70b01bf926b7
3
+ size 46615272
checkpoint-11000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11eded0efc16c2dec09e4d66c06ed893cc0e92965d28f17a331a7469200b28be
3
+ size 14280
checkpoint-11000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e21dabb36dbda24392f0722ce6e2b2605bd46104c3d4ec1d1531ebe03789c49
3
+ size 988
checkpoint-11000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7945b553ad956edf38bb62ef0d2d7a9f3c94f9e63b53edcd411fc864ef4c0f3e
3
+ size 1064
checkpoint-11200/lol-champion-skin-sdxl-lora3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e96e0ce491442edb1ea87f7d5ee7781c289ba61eb3937d07603a7c9ba9d23f7
3
+ size 16536
checkpoint-11200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a80f6d057a00b2da6e2468271ec9db8f6358fb38b97346aa446021379d04274
3
+ size 1806176154
checkpoint-11200/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03ee7536019a48b0ed76bb9b758ee38f0cda71fcf0becb9ddd7ef125338ca4b8
3
+ size 46615272
checkpoint-11200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02b713ebea3cd9718af6e1e1d06373fc5626bec78e2f7177b117fcf2a3e6e44a
3
+ size 14280
checkpoint-11200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74d871cad431e14a71f498da6a4254a807a54ed91f26e8233ced7fb513649321
3
+ size 988
checkpoint-11200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:795cbdf04782b3ead7e0afde8e794b6269c2e389e90d8c6743b79c52ae0c3f77
3
+ size 1064