Skip to content

Commit dd34c05

Browse files
authored
Merge pull request #34 from msbrown/harrypotteradd
Adding JK Rowling model and data for Harry Potter Books
2 parents c55bb7b + 809064c commit dd34c05

15 files changed

+211181
-0
lines changed

datasets/text/jkrowling_HP/harrypotter.txt

Lines changed: 211035 additions & 0 deletions
Large diffs are not rendered by default.

models/lstm/jkrowling_HP/Variable

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��9

models/lstm/jkrowling_HP/embedding

182 KB
Binary file not shown.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"Variable": {
3+
"filename": "Variable",
4+
"shape": []
5+
},
6+
"embedding": {
7+
"filename": "embedding",
8+
"shape": [
9+
91,
10+
512
11+
]
12+
},
13+
"rnnlm/multi_rnn_cell/cell_0/basic_lstm_cell/biases": {
14+
"filename": "rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_biases",
15+
"shape": [
16+
2048
17+
]
18+
},
19+
"rnnlm/multi_rnn_cell/cell_0/basic_lstm_cell/weights": {
20+
"filename": "rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_weights",
21+
"shape": [
22+
1024,
23+
2048
24+
]
25+
},
26+
"rnnlm/multi_rnn_cell/cell_1/basic_lstm_cell/biases": {
27+
"filename": "rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_biases",
28+
"shape": [
29+
2048
30+
]
31+
},
32+
"rnnlm/multi_rnn_cell/cell_1/basic_lstm_cell/weights": {
33+
"filename": "rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_weights",
34+
"shape": [
35+
1024,
36+
2048
37+
]
38+
},
39+
"rnnlm/softmax_b": {
40+
"filename": "rnnlm_softmax_b",
41+
"shape": [
42+
91
43+
]
44+
},
45+
"rnnlm/softmax_w": {
46+
"filename": "rnnlm_softmax_w",
47+
"shape": [
48+
512,
49+
91
50+
]
51+
}
52+
}
2 KB
Binary file not shown.
8 KB
Binary file not shown.
512 KB
Binary file not shown.
8 MB
Binary file not shown.
2 KB
Binary file not shown.
8 KB
Binary file not shown.

0 commit comments

Comments
 (0)