File size: 1,658 Bytes
b5c83d6 889a00e 2abab63 b5c83d6 afc282c 6032369 b5c83d6 c3a2f40 b5c83d6 82f527c b5c83d6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
---
library_name: tf-keras
pipeline_tag: text-to-image
tags:
- keras-dreambooth
- nature
- cat
title: Dreambooth Seymour Cat Model
emoji: 🐱
colorFrom: orange
colorTo: brown
pinned: false
---
## Model description
This is a model trained on pictures of Seymour, an orange cat. It was trained by [Pedro Pacheco](https://huggingface.co/AmpleBasis).
The HuggingFace Space for this can be found [here](https://huggingface.co/spaces/keras-dreambooth/seymour-cat-diffusion).
## Intended uses & limitations
This was made for the March 2023 HuggingFace Keras Dreambooth Sprint.
## Training and evaluation data
5 pictures of Seymour.
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
| Hyperparameters | Value |
| :-- | :-- |
| inner_optimizer.class_name | Custom>RMSprop |
| inner_optimizer.config.name | RMSprop |
| inner_optimizer.config.weight_decay | None |
| inner_optimizer.config.clipnorm | None |
| inner_optimizer.config.global_clipnorm | None |
| inner_optimizer.config.clipvalue | None |
| inner_optimizer.config.use_ema | False |
| inner_optimizer.config.ema_momentum | 0.99 |
| inner_optimizer.config.ema_overwrite_frequency | 100 |
| inner_optimizer.config.jit_compile | True |
| inner_optimizer.config.is_legacy_optimizer | False |
| inner_optimizer.config.learning_rate | 0.0010000000474974513 |
| inner_optimizer.config.rho | 0.9 |
| inner_optimizer.config.momentum | 0.0 |
| inner_optimizer.config.epsilon | 1e-07 |
| inner_optimizer.config.centered | False |
| dynamic | True |
| initial_scale | 32768.0 |
| dynamic_growth_steps | 2000 |
| training_precision | mixed_float16 |
|