Ming Yang
commited on
Commit
·
d376088
1
Parent(s):
2fc684d
init
Browse filesSigned-off-by: Ming Yang <vivym@live.com>
- README.md +10 -0
- config.json +12 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: whisper
|
3 |
+
tags:
|
4 |
+
- model_hub_mixin
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
---
|
7 |
+
|
8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
9 |
+
- Library: https://github.com/vivym/streaming-avatar
|
10 |
+
- Docs: https://github.com/vivym/streaming-avatar
|
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"n_audio_ctx": 1500,
|
3 |
+
"n_audio_head": 6,
|
4 |
+
"n_audio_layer": 4,
|
5 |
+
"n_audio_state": 384,
|
6 |
+
"n_mels": 80,
|
7 |
+
"n_text_ctx": 448,
|
8 |
+
"n_text_head": 6,
|
9 |
+
"n_text_layer": 4,
|
10 |
+
"n_text_state": 384,
|
11 |
+
"n_vocab": 51865
|
12 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da844b81e6875b8af3e569ef7b636312368a44a7975085f33397cbf22541b4f1
|
3 |
+
size 151059552
|