Skip to content

Commit 98de659

Browse files
committed
added charlotte_bronte lstm model
1 parent 219bab1 commit 98de659

10 files changed

+163
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��9
54 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+
108,
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+
108
43+
]
44+
},
45+
"rnnlm/softmax_w": {
46+
"filename": "rnnlm_softmax_w",
47+
"shape": [
48+
128,
49+
108
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.
432 Bytes
Binary file not shown.
54 KB
Binary file not shown.
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"\n": 13,
3+
" ": 0,
4+
"!": 40,
5+
"\"": 27,
6+
"&": 76,
7+
"'": 31,
8+
"(": 61,
9+
")": 62,
10+
"*": 66,
11+
",": 19,
12+
"-": 28,
13+
".": 23,
14+
"0": 78,
15+
"1": 79,
16+
"2": 86,
17+
"3": 82,
18+
"4": 95,
19+
"5": 87,
20+
"6": 100,
21+
"7": 101,
22+
"8": 90,
23+
"9": 97,
24+
":": 33,
25+
";": 29,
26+
"?": 34,
27+
"A": 38,
28+
"B": 43,
29+
"C": 46,
30+
"D": 52,
31+
"E": 49,
32+
"F": 51,
33+
"G": 54,
34+
"H": 35,
35+
"I": 25,
36+
"J": 56,
37+
"K": 65,
38+
"L": 55,
39+
"M": 30,
40+
"N": 50,
41+
"O": 58,
42+
"P": 48,
43+
"Q": 69,
44+
"R": 47,
45+
"S": 36,
46+
"T": 32,
47+
"U": 68,
48+
"V": 63,
49+
"W": 41,
50+
"X": 67,
51+
"Y": 44,
52+
"Z": 73,
53+
"[": 92,
54+
"]": 93,
55+
"_": 42,
56+
"a": 3,
57+
"b": 22,
58+
"c": 15,
59+
"d": 10,
60+
"e": 1,
61+
"f": 17,
62+
"g": 20,
63+
"h": 9,
64+
"i": 7,
65+
"j": 45,
66+
"k": 26,
67+
"l": 11,
68+
"m": 14,
69+
"n": 5,
70+
"o": 4,
71+
"p": 21,
72+
"q": 39,
73+
"r": 8,
74+
"s": 6,
75+
"t": 2,
76+
"u": 12,
77+
"v": 24,
78+
"w": 16,
79+
"x": 37,
80+
"y": 18,
81+
"z": 53,
82+
"{": 83,
83+
"}": 85,
84+
"\u00a3": 94,
85+
"\u00c6": 106,
86+
"\u00c9": 105,
87+
"\u00ca": 103,
88+
"\u00d4": 104,
89+
"\u00e0": 71,
90+
"\u00e2": 77,
91+
"\u00e4": 98,
92+
"\u00e7": 80,
93+
"\u00e8": 70,
94+
"\u00e9": 64,
95+
"\u00ea": 72,
96+
"\u00eb": 91,
97+
"\u00ee": 88,
98+
"\u00ef": 81,
99+
"\u00f4": 74,
100+
"\u00f6": 107,
101+
"\u00f9": 96,
102+
"\u00fb": 89,
103+
"\u00fc": 99,
104+
"\u0152": 102,
105+
"\u0153": 84,
106+
"\u2018": 75,
107+
"\u2019": 60,
108+
"\u201c": 57,
109+
"\u201d": 59
110+
}

0 commit comments

Comments
 (0)