ierhon commited on
Commit
8b751e5
1 Parent(s): e0e99ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ I used this password list as a dataset + random password generation using the `r
12
  This model has a [huggignface space](https://huggingface.co/spaces/MoyAI/password-security). You can visit the link to try using the model online.
13
  ## Model & Training
14
  The model was trained on 4,2MiB 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 128` dense layer parameters.
16
  ## Evaluation
17
  On training the model had:
18
  **loss** - 0.0025
 
12
  This model has a [huggignface space](https://huggingface.co/spaces/MoyAI/password-security). You can visit the link to try using the model online.
13
  ## Model & Training
14
  The model was trained on 4,2MiB 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