Skip to content

Commit 0240b14

Browse files
authored
Merge pull request #21 from ml5js/zora-neale-hurston
LSTM model for Zora Neale Hurston
2 parents 75b09b3 + eb3ca65 commit 0240b14

11 files changed

+7151
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��9
40 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+
80,
10+
128
11+
]
12+
},
13+
"rnnlm/multi_rnn_cell/cell_0/basic_lstm_cell/bias": {
14+
"filename": "rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias",
15+
"shape": [
16+
512
17+
]
18+
},
19+
"rnnlm/multi_rnn_cell/cell_0/basic_lstm_cell/kernel": {
20+
"filename": "rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel",
21+
"shape": [
22+
256,
23+
512
24+
]
25+
},
26+
"rnnlm/multi_rnn_cell/cell_1/basic_lstm_cell/bias": {
27+
"filename": "rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias",
28+
"shape": [
29+
512
30+
]
31+
},
32+
"rnnlm/multi_rnn_cell/cell_1/basic_lstm_cell/kernel": {
33+
"filename": "rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel",
34+
"shape": [
35+
256,
36+
512
37+
]
38+
},
39+
"rnnlm/softmax_b": {
40+
"filename": "rnnlm_softmax_b",
41+
"shape": [
42+
80
43+
]
44+
},
45+
"rnnlm/softmax_w": {
46+
"filename": "rnnlm_softmax_w",
47+
"shape": [
48+
128,
49+
80
50+
]
51+
}
52+
}
2 KB
Binary file not shown.
512 KB
Binary file not shown.
2 KB
Binary file not shown.
512 KB
Binary file not shown.

models/lstm/zora_neale_hurston/rnnlm_softmax_b

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{�,�1;#> )�=��h��#ɽ�N>��ӽo�����D>��V�hs7>
2+
y�5b�=���=r�_<#��=� I>l�(>(�~�EPG>����j9>�>�<���=�>��=�|���=��"�I��� />�<6-��’>�֋=;^u��HQ>JU�=aIZ�<�>�|�=3E<P�=��ҽTk���`>}o$>#�ʽ`Or=k��=nV=�S<��$�<���]�E>>�-�:�>g����!}9> >`�a=��*�]��X%|<�i�� ��G6����=j�>�jm�@TM��<�=�Xx��N������ ��W�=n��
40 KB
Binary file not shown.
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"\n": 11,
3+
"\r": 10,
4+
" ": 0,
5+
"!": 50,
6+
"\"": 59,
7+
"&": 75,
8+
"'": 21,
9+
"(": 34,
10+
")": 35,
11+
"*": 69,
12+
",": 27,
13+
"-": 42,
14+
".": 18,
15+
"0": 70,
16+
"1": 66,
17+
"2": 71,
18+
"3": 72,
19+
"4": 78,
20+
"5": 77,
21+
"8": 76,
22+
"9": 74,
23+
":": 44,
24+
";": 67,
25+
"?": 51,
26+
"A": 28,
27+
"B": 46,
28+
"C": 45,
29+
"D": 33,
30+
"E": 30,
31+
"F": 58,
32+
"G": 48,
33+
"H": 41,
34+
"I": 26,
35+
"J": 49,
36+
"K": 54,
37+
"L": 31,
38+
"M": 37,
39+
"N": 47,
40+
"O": 40,
41+
"P": 61,
42+
"Q": 73,
43+
"R": 38,
44+
"S": 29,
45+
"T": 32,
46+
"U": 56,
47+
"V": 55,
48+
"W": 43,
49+
"X": 68,
50+
"Y": 39,
51+
"Z": 65,
52+
"[": 63,
53+
"]": 64,
54+
"_": 53,
55+
"a": 4,
56+
"b": 24,
57+
"c": 20,
58+
"d": 13,
59+
"e": 1,
60+
"f": 22,
61+
"g": 17,
62+
"h": 8,
63+
"i": 6,
64+
"j": 52,
65+
"k": 23,
66+
"l": 12,
67+
"m": 15,
68+
"n": 5,
69+
"o": 2,
70+
"p": 25,
71+
"q": 62,
72+
"r": 9,
73+
"s": 7,
74+
"t": 3,
75+
"u": 14,
76+
"v": 36,
77+
"w": 19,
78+
"x": 57,
79+
"y": 16,
80+
"z": 60,
81+
"\u00a2": 79
82+
}

0 commit comments

Comments
 (0)