Skip to content

Commit 617dc79

Browse files
authored
Merge pull request #1 from ml5js/currentModelsAndData
Moving current models and training examples from original repo
2 parents cf24c1b + e737357 commit 617dc79

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+100786
-0
lines changed

models/lstm/darwin/Variable

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

models/lstm/darwin/embedding

50 KB
Binary file not shown.

models/lstm/darwin/manifest.json

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+
100,
10+
128
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+
512
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+
256,
23+
512
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+
512
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+
256,
36+
512
37+
]
38+
},
39+
"rnnlm/softmax_b": {
40+
"filename": "rnnlm_softmax_b",
41+
"shape": [
42+
100
43+
]
44+
},
45+
"rnnlm/softmax_w": {
46+
"filename": "rnnlm_softmax_w",
47+
"shape": [
48+
128,
49+
100
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/darwin/rnnlm_softmax_b

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
˵T>p�aO��1�(�,&=��׽��&>���=i_�< սծ�fo�k�� ��� >�}2>O�%��,>�tK>��=ha �ڣ4�f��oQ�����^��=�YB�W8[=<��=~� =�ڂ�n󓽏M�.���|���P��sA���v�M���|>b�='��=�S�<���<��(���ܽ:c��U��6�-j4>��N���<�˴�pW��2�=�H���K�����n��=��>� >o����]����=s����DJ=Z+D��s=�"���Ԣ����=*D��䜽*� =Z�Ľ�g��qS=��;��=Y ��}�<���=���=���=I���0��i���?�<���=�M�쐯=��R�lAX���0=�(����+���2'�

models/lstm/darwin/rnnlm_softmax_w

50 KB
Binary file not shown.

models/lstm/darwin/vocab.json

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

0 commit comments

Comments
 (0)