abdelmoatyy commited on
Commit
bf061a6
·
verified ·
1 Parent(s): 66c997b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - text-generation
5
+ - tensorflow
6
+ - shakespeare
7
+ library_name: keras
8
+ ---
9
+ # Shakespeare GRU
10
+
11
+ This model was trained on the Shakespeare dataset to generate text character-by-character.
12
+
13
+ ## Model Details
14
+ - **Architecture:** GRU
15
+ - **Embedding Dim:** 256
16
+ - **RNN Units:** 512
17
+ - **Sequence Length:** 100
18
+
19
+ ## Usage
20
+ Requires the `vocab_mapping.json` file included in this repo to map integers back to characters.