suvadityamuk commited on
Commit
57d3e01
1 Parent(s): ae2cc14

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 +1 -0
  2. README.md +3 -3
  3. checkpoint-1000/optimizer.bin +3 -0
  4. checkpoint-1000/random_states_0.pkl +3 -0
  5. checkpoint-1000/scheduler.bin +3 -0
  6. checkpoint-1000/transformer/config.json +27 -0
  7. checkpoint-1000/transformer/diffusion_pytorch_model.safetensors +3 -0
  8. checkpoint-300/optimizer.bin +1 -1
  9. checkpoint-300/random_states_0.pkl +2 -2
  10. checkpoint-300/scheduler.bin +1 -1
  11. checkpoint-300/transformer/diffusion_pytorch_model.safetensors +1 -1
  12. checkpoint-350/optimizer.bin +1 -1
  13. checkpoint-350/random_states_0.pkl +2 -2
  14. checkpoint-350/scheduler.bin +1 -1
  15. checkpoint-350/transformer/diffusion_pytorch_model.safetensors +1 -1
  16. checkpoint-400/optimizer.bin +1 -1
  17. checkpoint-400/random_states_0.pkl +2 -2
  18. checkpoint-400/scheduler.bin +1 -1
  19. checkpoint-400/transformer/diffusion_pytorch_model.safetensors +1 -1
  20. checkpoint-450/optimizer.bin +1 -1
  21. checkpoint-450/random_states_0.pkl +2 -2
  22. checkpoint-450/scheduler.bin +1 -1
  23. checkpoint-450/transformer/diffusion_pytorch_model.safetensors +1 -1
  24. checkpoint-50/optimizer.bin +1 -1
  25. checkpoint-50/random_states_0.pkl +2 -2
  26. checkpoint-50/scheduler.bin +1 -1
  27. checkpoint-50/transformer/diffusion_pytorch_model.safetensors +1 -1
  28. checkpoint-500/optimizer.bin +1 -1
  29. checkpoint-500/random_states_0.pkl +2 -2
  30. checkpoint-500/scheduler.bin +1 -1
  31. checkpoint-500/transformer/diffusion_pytorch_model.safetensors +1 -1
  32. checkpoint-550/optimizer.bin +1 -1
  33. checkpoint-550/random_states_0.pkl +2 -2
  34. checkpoint-550/scheduler.bin +1 -1
  35. checkpoint-550/transformer/diffusion_pytorch_model.safetensors +1 -1
  36. checkpoint-600/optimizer.bin +1 -1
  37. checkpoint-600/random_states_0.pkl +2 -2
  38. checkpoint-600/scheduler.bin +1 -1
  39. checkpoint-600/transformer/diffusion_pytorch_model.safetensors +1 -1
  40. checkpoint-650/optimizer.bin +1 -1
  41. checkpoint-650/random_states_0.pkl +2 -2
  42. checkpoint-650/scheduler.bin +1 -1
  43. checkpoint-650/transformer/diffusion_pytorch_model.safetensors +1 -1
  44. checkpoint-700/optimizer.bin +1 -1
  45. checkpoint-700/random_states_0.pkl +2 -2
  46. checkpoint-700/scheduler.bin +1 -1
  47. checkpoint-700/transformer/diffusion_pytorch_model.safetensors +1 -1
  48. checkpoint-750/optimizer.bin +1 -1
  49. checkpoint-750/random_states_0.pkl +2 -2
  50. checkpoint-750/scheduler.bin +1 -1
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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
+ val_imgs_grid.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -38,12 +38,12 @@ image.save("my_image.png")
38
 
39
  These are the key hyperparameters used during training:
40
 
41
- * Training Steps: 750
42
- * Learning rate: 0.00025
43
  * Batch size: 8
44
  * Gradient accumulation steps: 4
45
  * Image resolution: 512
46
  * Mixed-precision: bf16
47
 
48
 
49
- More information on all the CLI arguments and the environment are available on your [`wandb` run page](https://wandb.ai/ml-colabs/fconn-amused/runs/3ob7g307).
 
38
 
39
  These are the key hyperparameters used during training:
40
 
41
+ * Train Steps: 1000
42
+ * Learning rate: 2.5e-06
43
  * Batch size: 8
44
  * Gradient accumulation steps: 4
45
  * Image resolution: 512
46
  * Mixed-precision: bf16
47
 
48
 
49
+ More information on all the CLI arguments and the environment are available on your [`wandb` run page](https://wandb.ai/ml-colabs/fconn-amused/runs/8j142i71).
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db41c2a72461ab09aa1e946b462cf9d940cc11d154e483de22cee834f1829b0
3
+ size 1220139518
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbf0cc766ce9b6ab64f34b1e2ecdadeb1fc5e5470f16f31ea36e1b34dcabac28
3
+ size 14344
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c96ed7fb293199dbd88a9deff81de2073b6ac4ca3b4314e936b4fcd9834b8d3f
3
+ size 1064
checkpoint-1000/transformer/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UVit2DModel",
3
+ "_diffusers_version": "0.27.0.dev0",
4
+ "_name_or_path": "amused/amused-512",
5
+ "attention_dropout": 0.0,
6
+ "block_num_heads": 12,
7
+ "block_out_channels": 768,
8
+ "codebook_size": 8192,
9
+ "cond_embed_dim": 768,
10
+ "downsample": true,
11
+ "encoder_hidden_size": 768,
12
+ "hidden_dropout": 0.0,
13
+ "hidden_size": 1024,
14
+ "in_channels": 768,
15
+ "intermediate_size": 2816,
16
+ "layer_norm_eps": 1e-06,
17
+ "ln_elementwise_affine": true,
18
+ "micro_cond_embed_dim": 1280,
19
+ "micro_cond_encode_dim": 256,
20
+ "num_attention_heads": 16,
21
+ "num_hidden_layers": 22,
22
+ "num_res_blocks": 3,
23
+ "sample_size": 32,
24
+ "upsample": true,
25
+ "use_bias": false,
26
+ "vocab_size": 8256
27
+ }
checkpoint-1000/transformer/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59b5b30872db1208b3c4418fd804ff52e43a34d97f6673c7b29dea8337e7058e
3
+ size 2433086672
checkpoint-300/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3470436a8b17aa72489369aefd2e410bacde866a163f52c2af88f08662a4c70e
3
  size 1220139518
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac551f9be05af7cc4c150aa6aa8a66cc172b8ec3b313e467369bb6110c64a65a
3
  size 1220139518
checkpoint-300/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e346147a03ca24ecdd1bb847efae9786683f457fb768ca8f003b2f5be5a39ec2
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493f50299a9dcd7da669cd2cac48419e28a0a4f283d7d0399bb6aa72c2aa0682
3
+ size 14344
checkpoint-300/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9c4f24febed8904edd77d7c3dfeceec80ce8ac46f187c13cc543808d5fa2a7b
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd7b9dbadc20b4fb39437bddad6dd4bf04c2eafa5f87d0be42d9c6ebef99837d
3
  size 1064
checkpoint-300/transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a74a79d68e9d4f7ad28adae7df287770337f384e2bd08877ca36271796d148b
3
  size 2433086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acf0e05ba3924479ebe96d6fe06ccaf3f21c34c49d4996f176ffd7bee2bd0751
3
  size 2433086672
checkpoint-350/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e2e4b275fe6bba82c43785c2ba715ece61fb98043ae20a2bcffa642d8bb8621
3
  size 1220139518
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79277d385c3797c1cd2713d2ee7a242dc40eb552934665e10859d30a0abf7e39
3
  size 1220139518
checkpoint-350/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:94978b2646fdec06f890ebaa4104225beaa69cc95b2da2c27e26c7398d3e0f5b
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53c7245f506e404e88c3dbc995060871da507f8f95f10fa8447c5357b51ab3f5
3
+ size 14344
checkpoint-350/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7905c938ada4fdf1eaae22276888ab17def5f2ad5c8c7e27feb7e9f766c815a
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9595b4c24ce7d362712ca6257a97f2ef39e58bdd3e115e0c2b37f791c4a321f6
3
  size 1064
checkpoint-350/transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1642ea86d59f6169fa20e0a35363de93d93d6ef153ceba92abf2478d979ab312
3
  size 2433086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45063efa22689ea47fb6be091bda3a2eea13866c6f740f975495a1cccca94327
3
  size 2433086672
checkpoint-400/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05db2dd3635967df6e29f12021cc7ccafe1ede27a68664eff21dd5015574dd65
3
  size 1220139518
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf56da607a5b1d0d2ceb2aa529ccb90abd81d2184fe8ae79d61ee3e6f77c84e3
3
  size 1220139518
checkpoint-400/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16bfa67d701e35cfd335b5c0e28c20a30ce2df5fdd4c44adcfd149a1f2cfabed
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd1ddde0ebcd66f7f57772c199a5e6a80a8822d14335e00ac300fa58ce75b877
3
+ size 14344
checkpoint-400/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b222f50cf4019bf2a4af9801ee61ced983584829f5aab356a024b6284fbfaea
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f21e37252b0b7bc3507ba6c1e429dafbde8db00acc7e8607beb9ac9c329b8da8
3
  size 1064
checkpoint-400/transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0935736718730a45ddc37000f8b42b6ce69faf1a6af5c9e90726be8f63d261b0
3
  size 2433086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78116e77f2dc07bdccfee2745830202c19b228df5698a7269686ffe571bdb02a
3
  size 2433086672
checkpoint-450/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88e45db78fa65b9be2a0672aa605a3875991c130f178640281afdeb142954f18
3
  size 1220139518
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ff02f788101bfbc79fbe1a6390e31da036195568808b630ac44b6f3c78d958
3
  size 1220139518
checkpoint-450/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e4f8b01a2b7867ac246981cb05dd35788dfb8d3339fbb548766d7ca10792c8e
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9afcd997ed60b9bb42d66217a2133b7368b4afd82eeb59239be7c168df82c518
3
+ size 14344
checkpoint-450/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9e91f8c4f58670caca9809c6a1d6c46a96f09c4aa89bc32285057132c38d90c
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:809bd87578a85c7b17877beddaf551726dcabb87b22bdbcac66ab91d950bb68f
3
  size 1064
checkpoint-450/transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21fcfe44ac2b68bb69507b683693b5586368c8b77cdf897855fdf6feb9d7f9fc
3
  size 2433086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f155dcaf415e5177089e4fb3a1fc7c9230e41413352fab2c75b25e5eaa8f3754
3
  size 2433086672
checkpoint-50/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7734a2ea7a0321aa6421cd6826ecd8d4408bdaedce0e03317168c63db38ecf82
3
  size 1220139006
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7fe5435c0345871da4bc8e2f8d2e35eb9d517704aa880d419bf253858c475bb
3
  size 1220139006
checkpoint-50/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:667e97cf17d191644c0ae93a3c495521d5dac94813457ce8fcd8799ad12da662
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5483e514cf54bdd8b08fc6d2c83dba0cd6714fe3981a26e8df50a09b573b9c88
3
+ size 14344
checkpoint-50/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c3883a4de5fb624ad6d5f7302f4ca52b2725bae30dbb53ff8c7b8829a6b607e
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39da949ffd2703862349e824fcf28742efa72846b1876ec7b62834f2814f8b7f
3
  size 1064
checkpoint-50/transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:553eadeab0752b63c7bdfbee12e95d4d78e0fb6d506df04d3e1bc05880a3ca6f
3
  size 2433086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0eb62dd8483de5953aa3bbdb169162f24bfa2721e7f7accc5c0f501ec9b5923
3
  size 2433086672
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:576a413d61622dd1c650853840d62a99d0bf429b01390237113289a627342951
3
  size 1220139518
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0161eb0065369926bfba787f0971b598577fc878b13a30ae472792d711d7b13b
3
  size 1220139518
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e8689e4846f44b93c72d286d7345e8cf78f212b50fd0ccfa06293d80fae9186
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83dc15721f0d5beac9dd4a2ed2b972c79ddd5230395a29ab8e04b8359570097f
3
+ size 14344
checkpoint-500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a64b03d0773f91f522e81c4f703747e71530a9ddde23207251d238f2ace6db2
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c00848a608f1f63f7d6b4426df00be73155b9a44883b88e602100db6f0e133f
3
  size 1064
checkpoint-500/transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c13cd4efac7bd1987d093c2538305eab77a93b861b67d44ed8b520445f6ad4b
3
  size 2433086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28b319ed3916335bca001b730cc8a074d70a85dd221449405c87f1f441ddb9d9
3
  size 2433086672
checkpoint-550/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12d205b707fbcfe66d40e39365bef4b9881bc033caa8c6f1326302024627f37a
3
  size 1220139518
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7439864eac2d218ed5a70514c0893bf074f0b40c704079e575c59ed2202ac28
3
  size 1220139518
checkpoint-550/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:683a7a1cdb11314c7b03d7739e5cefe4a597b138e94f507cb5ac255eb861e1e8
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f8af08ac486e28c4321f36f7369bb4b7f65228cd5006b1869e233d45d4cbefa
3
+ size 14344
checkpoint-550/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a6a59b64809b82d117400c325f3359d39b301b5366ed2d57b785c90e8c28275
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9594518aef23b8889033361540c99f5906f49a7a0e6b78f1bde974ff4a2e3259
3
  size 1064
checkpoint-550/transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28c81b7a518db255ae4113910fc9433b8d68bb2313d85d0a480f33bf4be135e4
3
  size 2433086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bea22d613c3f6fad47102098e5691c8b4947eee2914dd5bac7c5972caec5d408
3
  size 2433086672
checkpoint-600/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37acbc0a41a232e25d864257c0519efeac164cfd8d05e6d8d3aabe983522962a
3
  size 1220139518
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1783eb1854199ce2cc1900efd2e751fcd43157d7729a40852565323bb05248b
3
  size 1220139518
checkpoint-600/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25c2eaa10ef397c8c2d081d753c47275abde1f810ba4c482cf3345d5350c1da0
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3beaa505fc3493e62ab7c14540ad4bb9ee3293efbac71a882b19eebd28939353
3
+ size 14344
checkpoint-600/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02db3dbfb390a8f0700b2ea5550de43719bf1ee696229ad5e263b02923655626
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0495f5c2722f851754152809b046cdd4eda6ee670fe3dcbbae4e66005d3e4ad3
3
  size 1064
checkpoint-600/transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd9a07a3a54f192c336186398d340c7b90abc4ee316afdbb740547cae4262f60
3
  size 2433086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5d91119c52c364770ca6ff2b8e7d6944768d7deb95d08fbaea4504d1b5f6b99
3
  size 2433086672
checkpoint-650/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:909342e51fb60f4de0b187309f816a0c89aeee4a9dfb7c8606aa069c64be2a6a
3
  size 1220139518
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba3a2fc74a9fe30f01f730b06d20775bdb4ad83edf5bbac3956fe5c08c704a0
3
  size 1220139518
checkpoint-650/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ada7154d22a62d0bffe7ddef03a72a46261f31037dd37c8bb7b7407ca7c87136
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba0d9ea645e76d2e307c1d0b64ba5d1a01947b38e001d79b6ce69ad52814568
3
+ size 14344
checkpoint-650/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b9f98a9e3dce86b18bca19b41932eeb622f2e98e399dd00b4569d85c6a288b8
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33c3d85f9060426286763d32a5c25115a177c0eacabd44b05f3a82bee6b82388
3
  size 1064
checkpoint-650/transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99ad22fdb3924d94ac7ae154750f33e059aa5312bec03e452edc03cc005ae09d
3
  size 2433086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c8fc768d866ac86967a9f371d6356d5bcfb58f550a305b5cae2bb9632598b2e
3
  size 2433086672
checkpoint-700/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6461fdf682af4d1cd9a30a0cbe4a1abdd2b964270a3da7c70b484a60c9f35a86
3
  size 1220139518
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed2d68959988bcaf63e4ca9481679126909113c18c770e5f1728333b32ee6664
3
  size 1220139518
checkpoint-700/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05537a32cb6326251860cee481231f001063ca3596e474423cf438a9483426fb
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed3eac6506f31047a3b8ff64ab6ee8580467cc7e66d11b3e3e27c5cf8500d67
3
+ size 14344
checkpoint-700/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b38320f40535085de37905499e1385aa34aad6a41a68078b15be5cc295f0a80
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb51af90e2b97789a327ef73bb5ba56098d8b54d4e471980214396d14e61c22
3
  size 1064
checkpoint-700/transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f95934273878bc29eed2f9f78fb26c43030c43dd4ea6e72a44a22c776dfa4ff
3
  size 2433086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc9792845cda430b52e35e96277fd28c8bc5f43c90f9cbdd70e51141a06145f5
3
  size 2433086672
checkpoint-750/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7f1317757cff9436e6cc8a4cece9ae445777769bcb985c71c7e62a99f57d75b
3
  size 1220139518
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a894bb1fc6de13de5fa30e7e5d6f7857433533ba69a2181e40539b0737311916
3
  size 1220139518
checkpoint-750/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3aaf0770fbf7af156e4069e2331e9dcc8eaf1061fa50561db39131d05f303975
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a34f845352029370aceb7e790450b77c3cdd6a15f34870ebf20d54d65b797a01
3
+ size 14344
checkpoint-750/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:241ddece78b163331ea41b66c012c50798e2ade39c4c01cc7d1bf87a84cca807
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8984f5d081e6cf031d56566bf3d56103042444c340c24336f9beba36dd2ff857
3
  size 1064