suvadityamuk commited on
Commit
d5d7b74
1 Parent(s): 9771b4f

End of training

Browse files
README.md CHANGED
@@ -37,12 +37,12 @@ image.save("my_image.png")
37
 
38
  These are the key hyperparameters used during training:
39
 
40
- * Epochs: 30
41
  * Learning rate: 0.00025
42
  * Batch size: 128
43
- * Gradient accumulation steps: 32
44
  * Image resolution: 128
45
  * Mixed-precision: bf16
46
 
47
 
48
- More information on all the CLI arguments and the environment are available on your [`wandb` run page](https://wandb.ai/suvadityamuk/sakana-kanji/runs/of44igkm).
 
37
 
38
  These are the key hyperparameters used during training:
39
 
40
+ * Epochs: 20
41
  * Learning rate: 0.00025
42
  * Batch size: 128
43
+ * Gradient accumulation steps: 4
44
  * Image resolution: 128
45
  * Mixed-precision: bf16
46
 
47
 
48
+ More information on all the CLI arguments and the environment are available on your [`wandb` run page](https://wandb.ai/suvadityamuk/sakana-kanji/runs/ymtm4e77).
feature_extractor/preprocessor_config.json CHANGED
@@ -8,7 +8,6 @@
8
  "do_normalize": true,
9
  "do_rescale": true,
10
  "do_resize": true,
11
- "feature_extractor_type": "CLIPFeatureExtractor",
12
  "image_mean": [
13
  0.48145466,
14
  0.4578275,
 
8
  "do_normalize": true,
9
  "do_rescale": true,
10
  "do_resize": true,
 
11
  "image_mean": [
12
  0.48145466,
13
  0.4578275,
text_encoder/config.json CHANGED
@@ -20,6 +20,6 @@
20
  "pad_token_id": 1,
21
  "projection_dim": 512,
22
  "torch_dtype": "bfloat16",
23
- "transformers_version": "4.36.1",
24
  "vocab_size": 49408
25
  }
 
20
  "pad_token_id": 1,
21
  "projection_dim": 512,
22
  "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.37.2",
24
  "vocab_size": 49408
25
  }
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d0e6bc33a9d379da597ba61e30d58e487c87b4a5be64262d495597e87d71ae7
3
  size 3463726504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc235bfc08ec00d752a1a9ae20340aea862036cbbeace7461b95663cb69ffa1f
3
  size 3463726504
val_imgs_grid.png CHANGED

Git LFS Details

  • SHA256: 942584dc4447da02c89811324f68309b6f64efa0add67758ecb70d0fc1de42dc
  • Pointer size: 133 Bytes
  • Size of remote file: 11 MB

Git LFS Details

  • SHA256: 928843b4c32a83aa58ca9a427b53757d9668e384def6fc26543d0570b7aadf34
  • Pointer size: 133 Bytes
  • Size of remote file: 15.5 MB