nevmenandr commited on
Commit
a8e9d7a
1 Parent(s): 5103654

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
 
13
  This model was trained using [Andrej Karpathy's code](https://github.com/karpathy/char-rnn) on texts by Icelandic poets. Models of this type well represent poetic style.
14
 
15
- Model was trained with size 512 and 7 layers, dropout 0.5.
16
 
17
  There are 2 checkpoints of this model presented in the repository. One after 7 epochs with loss 1.4431, the other after 23 epochs with loss 1.3595. These metrics are in the file name.
18
 
 
12
 
13
  This model was trained using [Andrej Karpathy's code](https://github.com/karpathy/char-rnn) on texts by Icelandic poets. Models of this type well represent poetic style.
14
 
15
+ Model was trained with size 1024 and 3 layers, dropout 0.5.
16
 
17
  There are 2 checkpoints of this model presented in the repository. One after 7 epochs with loss 1.4431, the other after 23 epochs with loss 1.3595. These metrics are in the file name.
18