Upload 9 files
Browse files- .gitattributes +3 -0
- large-v2/large-v2.cfg +16 -0
- large-v2/large-v2.mpk +3 -0
- large-v2/tokenizer.json +0 -0
- large-v3-turbo/large-v3-turbo.cfg +16 -0
- large-v3-turbo/large-v3-turbo.mpk +3 -0
- large-v3-turbo/tokenizer.json +0 -0
- small/small.cfg +16 -0
- small/small.mpk +3 -0
- small/tokenizer.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
large-v2/large-v2.mpk filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
large-v3-turbo/large-v3-turbo.mpk filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
small/small.mpk filter=lfs diff=lfs merge=lfs -text
|
large-v2/large-v2.cfg
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"audio_encoder_config": {
|
| 3 |
+
"n_mels": 80,
|
| 4 |
+
"n_audio_ctx": 1500,
|
| 5 |
+
"n_audio_state": 1280,
|
| 6 |
+
"n_audio_head": 20,
|
| 7 |
+
"n_audio_layer": 32
|
| 8 |
+
},
|
| 9 |
+
"text_decoder_config": {
|
| 10 |
+
"n_vocab": 51865,
|
| 11 |
+
"n_text_ctx": 448,
|
| 12 |
+
"n_text_state": 1280,
|
| 13 |
+
"n_text_head": 20,
|
| 14 |
+
"n_text_layer": 32
|
| 15 |
+
}
|
| 16 |
+
}
|
large-v2/large-v2.mpk
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2635bf67ab2cdb2db0d8935725a8d2ab6d0f5f1363bb90ce84c0fcfb63ac33d
|
| 3 |
+
size 3087098893
|
large-v2/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
large-v3-turbo/large-v3-turbo.cfg
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"audio_encoder_config": {
|
| 3 |
+
"n_mels": 128,
|
| 4 |
+
"n_audio_ctx": 1500,
|
| 5 |
+
"n_audio_state": 1280,
|
| 6 |
+
"n_audio_head": 20,
|
| 7 |
+
"n_audio_layer": 32
|
| 8 |
+
},
|
| 9 |
+
"text_decoder_config": {
|
| 10 |
+
"n_vocab": 51866,
|
| 11 |
+
"n_text_ctx": 448,
|
| 12 |
+
"n_text_state": 1280,
|
| 13 |
+
"n_text_head": 20,
|
| 14 |
+
"n_text_layer": 4
|
| 15 |
+
}
|
| 16 |
+
}
|
large-v3-turbo/large-v3-turbo.mpk
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:388f8be442a256817febbc5c824bc2f520ffbd944528308807e2699097682cc0
|
| 3 |
+
size 1618198484
|
large-v3-turbo/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
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
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6468b6f91c4b21734012c2326e0d505451e7fbab2d92b7d026803de476646184
|
| 3 |
+
size 483904833
|
small/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|