ierhon commited on
Commit
528c2e7
1 Parent(s): f958516

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- On training the model had:
18
  **loss** - 0.0025
19
  **accuracy** - 0.9972
20
- The evaluation of the model on a test dataset shows:
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