commit files to HF hub
Browse files- README.md +3 -0
- shakespeare_model.pth +3 -0
- tokenizer.pkl +3 -0
README.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# Shakespeare RNN
|
2 |
+
|
3 |
+
This is a character-level RNN model trained on Shakespeare's works.
|
shakespeare_model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c32904d51ab92ba4c71c9640908364eac018682edaa226bada5e4b48b602259f
|
3 |
+
size 14875616
|
tokenizer.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9954f7af24f524dcc5a9f35b21b01d0cebef5e00b40c1751ce7c4c153e1d711
|
3 |
+
size 632
|