Upload 4 files
Browse filesAdd initial tiny model files.
- tiny/tiny.cfg +16 -0
- tiny/tiny.mpk.gz +3 -0
- tiny_en/tiny_en.cfg +16 -0
- tiny_en/tiny_en.mpk.gz +3 -0
tiny/tiny.cfg
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"audio_encoder_config": {
|
3 |
+
"n_mels": 80,
|
4 |
+
"n_audio_ctx": 1500,
|
5 |
+
"n_audio_state": 384,
|
6 |
+
"n_audio_head": 6,
|
7 |
+
"n_audio_layer": 4
|
8 |
+
},
|
9 |
+
"text_decoder_config": {
|
10 |
+
"n_vocab": 51865,
|
11 |
+
"n_text_ctx": 448,
|
12 |
+
"n_text_state": 384,
|
13 |
+
"n_text_head": 6,
|
14 |
+
"n_text_layer": 4
|
15 |
+
}
|
16 |
+
}
|
tiny/tiny.mpk.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3e40f6fefc6df96aae6bc577cf28f437685e00dfe08d1e68bb7f91cd2f2184f
|
3 |
+
size 93016417
|
tiny_en/tiny_en.cfg
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"audio_encoder_config": {
|
3 |
+
"n_mels": 80,
|
4 |
+
"n_audio_ctx": 1500,
|
5 |
+
"n_audio_state": 384,
|
6 |
+
"n_audio_head": 6,
|
7 |
+
"n_audio_layer": 4
|
8 |
+
},
|
9 |
+
"text_decoder_config": {
|
10 |
+
"n_vocab": 51864,
|
11 |
+
"n_text_ctx": 448,
|
12 |
+
"n_text_state": 384,
|
13 |
+
"n_text_head": 6,
|
14 |
+
"n_text_layer": 4
|
15 |
+
}
|
16 |
+
}
|
tiny_en/tiny_en.mpk.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:218299655959dccebe4a87a69cc85703e97502cd21c60c8b4f18695cc53e7658
|
3 |
+
size 94180961
|