luckynozomi's picture
Add model
3e2bfef
|
raw
history blame
896 Bytes
---
library_name: keras
tags:
- text-classification
---
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
| name | learning_rate | decay | beta_1 | beta_2 | epsilon | amsgrad | training_precision |
|----|-------------|-----|------|------|-------|-------|------------------|
|Adam|0.0010000000474974513|0.0|0.8999999761581421|0.9990000128746033|1e-07|False|float32|
## Training Metrics
| Epochs | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy |
|--- |--- |--- |--- |--- |
| 1| 0.385| 0.819| 0.298| 0.868|
| 2| 0.198| 0.925| 0.333| 0.863|
## Model Plot
<details>
<summary>View Model Plot</summary>
![Model Image](./model.png)
</details>