Upload folder using huggingface_hub
Browse files- encoder/config.json +16 -0
- encoder/rank0.safetensors +3 -0
encoder/config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "WhisperEncoder",
|
3 |
+
"dtype": "float16",
|
4 |
+
"num_hidden_layers": 32,
|
5 |
+
"num_attention_heads": 20,
|
6 |
+
"hidden_size": 1280,
|
7 |
+
"max_position_embeddings": 1500,
|
8 |
+
"has_position_embedding": true,
|
9 |
+
"n_mels": 128,
|
10 |
+
"vocab_size": 51866,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"num_languages": 100,
|
13 |
+
"quantization": {
|
14 |
+
"quant_algo": "W8A16"
|
15 |
+
}
|
16 |
+
}
|
encoder/rank0.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0a8a746c165d6748eb01315f9eaf4b1e987fcc4a6dede8a4094e43f20ce4260
|
3 |
+
size 649507928
|