suvadityamuk
commited on
Commit
•
d5d7b74
1
Parent(s):
9771b4f
End of training
Browse files- README.md +3 -3
- feature_extractor/preprocessor_config.json +0 -1
- text_encoder/config.json +1 -1
- unet/diffusion_pytorch_model.safetensors +1 -1
- val_imgs_grid.png +2 -2
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:
|
41 |
* Learning rate: 0.00025
|
42 |
* Batch size: 128
|
43 |
-
* Gradient accumulation steps:
|
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/
|
|
|
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.
|
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:
|
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
|
Git LFS Details
|