Add initial small model files
Browse files- small/small.cfg +16 -0
- small/small.mpk.gz +3 -0
- small_en/small_en.cfg +16 -0
- small_en/small_en.mpk.gz +3 -0
small/small.cfg
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"audio_encoder_config": {
|
| 3 |
+
"n_mels": 80,
|
| 4 |
+
"n_audio_ctx": 1500,
|
| 5 |
+
"n_audio_state": 768,
|
| 6 |
+
"n_audio_head": 12,
|
| 7 |
+
"n_audio_layer": 12
|
| 8 |
+
},
|
| 9 |
+
"text_decoder_config": {
|
| 10 |
+
"n_vocab": 51865,
|
| 11 |
+
"n_text_ctx": 448,
|
| 12 |
+
"n_text_state": 768,
|
| 13 |
+
"n_text_head": 12,
|
| 14 |
+
"n_text_layer": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
small/small.mpk.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e439485213e01fb2f5a181ca817426329ed1f220d4d07d8d817128508a4496cc
|
| 3 |
+
size 599430538
|
small_en/small_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": 768,
|
| 6 |
+
"n_audio_head": 12,
|
| 7 |
+
"n_audio_layer": 12
|
| 8 |
+
},
|
| 9 |
+
"text_decoder_config": {
|
| 10 |
+
"n_vocab": 51864,
|
| 11 |
+
"n_text_ctx": 448,
|
| 12 |
+
"n_text_state": 768,
|
| 13 |
+
"n_text_head": 12,
|
| 14 |
+
"n_text_layer": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
small_en/small_en.mpk.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbfe67e902ca997792de2a922e610d8ce4615e3e6a44ffd8a3656a1843048a1b
|
| 3 |
+
size 597573534
|