Update README.md
Browse files
README.md
CHANGED
|
@@ -14,10 +14,10 @@ This model has a [huggingface space](https://huggingface.co/spaces/MoyAI/passwor
|
|
| 14 |
The model was trained on 4,2MiB (`200 000` lines) of .csv data for 2 epochs on Adam with learning rate 0.00001, batch size 4 and mse loss.
|
| 15 |
The model embeds every input character with the ord() builtin python function. The model has `128 969` dense layer parameters.
|
| 16 |
## Evaluation
|
| 17 |
-
|
| 18 |
**loss** - 0.0025
|
| 19 |
**accuracy** - 0.9972
|
| 20 |
-
The
|
| 21 |
**loss** - 0.0023
|
| 22 |
**accuracy** - 0.9972
|
| 23 |
## Model usage
|
|
|
|
| 14 |
The model was trained on 4,2MiB (`200 000` lines) of .csv data for 2 epochs on Adam with learning rate 0.00001, batch size 4 and mse loss.
|
| 15 |
The model embeds every input character with the ord() builtin python function. The model has `128 969` dense layer parameters.
|
| 16 |
## Evaluation
|
| 17 |
+
During training the model had:
|
| 18 |
**loss** - 0.0025
|
| 19 |
**accuracy** - 0.9972
|
| 20 |
+
The test metrics are:
|
| 21 |
**loss** - 0.0023
|
| 22 |
**accuracy** - 0.9972
|
| 23 |
## Model usage
|