File size: 1,085 Bytes
93edcae d5e99f7 f029df5 d5e99f7 93edcae eb20ba1 93edcae eb20ba1 93edcae |
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 |
---
datasets:
- competitions/aiornot
library_name: tf-keras
metrics:
- accuracy
---
## Model description
A model that detects AI generated iamge
## Intended uses & limitations
Intended for use cases whenever real images are needed and not AI generated ones. This model however cannot distinguish an AI generated movie whenever it has a close resemblance with a real image.
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
| Hyperparameters | Value |
| :-- | :-- |
| name | Adam |
| weight_decay | None |
| clipnorm | None |
| global_clipnorm | None |
| clipvalue | None |
| use_ema | False |
| ema_momentum | 0.99 |
| ema_overwrite_frequency | None |
| jit_compile | True |
| is_legacy_optimizer | False |
| learning_rate | 0.0010000000474974513 |
| beta_1 | 0.9 |
| beta_2 | 0.999 |
| epsilon | 1e-07 |
| amsgrad | False |
| training_precision | float32 |
## Model Plot
<details>
<summary>View Model Plot</summary>
![Model Image](./model.png)
</details> |