ZeroCool94 commited on
Commit
23594eb
1 Parent(s): bead306

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,7 +41,7 @@ This model is still in its infancy and it's meant to be constantly updated and t
41
  - [vae.sygil_muse_v0.1.pt](https://huggingface.co/Sygil/Sygil-Muse/blob/main/vae.sygil_muse_v0.1.pt): Trained from scratch for 3.0M steps with **dim: 128** and **vq_codebook_size: 256**.
42
  - [maskgit.sygil_muse_v0.1.pt](https://huggingface.co/Sygil/Sygil-Muse/blob/main/maskgit.sygil_muse_v0.1.pt): Maskgit trained from the VAE for 3.46M steps
43
  - #### Beta:
44
- - [vae.1940000.pt](https://huggingface.co/Sygil/Sygil-Muse/blob/main/vae.1940000.pt): Trained from scratch for 1.94M steps and higher **vq_codebook_size** than before.
45
  - [maskgit.10000.pt](https://huggingface.co/Sygil/Sygil-Muse/blob/main/maskgit.10000.pt): Maskgit trained from the VAE for 10K steps
46
 
47
  Note: Checkpoints under the Beta section are updated daily or at least 3-4 times a week. While the beta checkpoints can be used as they are only the latest version is kept on the repo and the older checkpoints are removed when a new one
@@ -66,7 +66,7 @@ The model was trained on the following dataset:
66
  - **Resolution/Image Size**: First trained at a resolution of 64x64, then increased to 256x256 and then to 512x512. Check the notes down below for more details on this.
67
  - **Dimension:** 128
68
  - **vq_codebook_size:** 8192
69
- - **Total Training Steps:** 1,940,000
70
 
71
  Note: On Muse we can change the image_size or resolution at any time without having to train the model from scratch again, this allows us to first train the model at low resolution using the same `dim` and `vq_codebook_size` to train faster and then we can increase the `image_size` and use a higher resolution once the model has trained enough.
72
 
 
41
  - [vae.sygil_muse_v0.1.pt](https://huggingface.co/Sygil/Sygil-Muse/blob/main/vae.sygil_muse_v0.1.pt): Trained from scratch for 3.0M steps with **dim: 128** and **vq_codebook_size: 256**.
42
  - [maskgit.sygil_muse_v0.1.pt](https://huggingface.co/Sygil/Sygil-Muse/blob/main/maskgit.sygil_muse_v0.1.pt): Maskgit trained from the VAE for 3.46M steps
43
  - #### Beta:
44
+ - [vae.v.pt](https://huggingface.co/Sygil/Sygil-Muse/blob/main/vae.1999500.pt): Trained from scratch for 1.99M steps and higher **vq_codebook_size** than before.
45
  - [maskgit.10000.pt](https://huggingface.co/Sygil/Sygil-Muse/blob/main/maskgit.10000.pt): Maskgit trained from the VAE for 10K steps
46
 
47
  Note: Checkpoints under the Beta section are updated daily or at least 3-4 times a week. While the beta checkpoints can be used as they are only the latest version is kept on the repo and the older checkpoints are removed when a new one
 
66
  - **Resolution/Image Size**: First trained at a resolution of 64x64, then increased to 256x256 and then to 512x512. Check the notes down below for more details on this.
67
  - **Dimension:** 128
68
  - **vq_codebook_size:** 8192
69
+ - **Total Training Steps:** 1,999,500
70
 
71
  Note: On Muse we can change the image_size or resolution at any time without having to train the model from scratch again, this allows us to first train the model at low resolution using the same `dim` and `vq_codebook_size` to train faster and then we can increase the `image_size` and use a higher resolution once the model has trained enough.
72