nevmenandr
commited on
Commit
•
382a056
1
Parent(s):
879a701
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ tags:
|
|
12 |
|
13 |
This model is trained in 2017 with TensorFlow as character-based. Poems by contemporary neo-avant-garde poet Natalia Azarova served as the training corpus.
|
14 |
|
|
|
|
|
15 |
## Usage
|
16 |
|
17 |
To generate new samples, run the script `sample_azarova.py`. The scripts `utils.py` and `model.py` should be in the same folder, and the `save` folder with the model files should be a subfolder (its location can be changed in the script in line 22).
|
|
|
12 |
|
13 |
This model is trained in 2017 with TensorFlow as character-based. Poems by contemporary neo-avant-garde poet Natalia Azarova served as the training corpus.
|
14 |
|
15 |
+
Model has 3 layers and 1024 neurons.
|
16 |
+
|
17 |
## Usage
|
18 |
|
19 |
To generate new samples, run the script `sample_azarova.py`. The scripts `utils.py` and `model.py` should be in the same folder, and the `save` folder with the model files should be a subfolder (its location can be changed in the script in line 22).
|