acharyasagar
commited on
Commit
•
9e3ce12
1
Parent(s):
89c4248
Upload folder using huggingface_hub
Browse files- config.json +18 -0
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
{
|
3 |
+
"model_type": "whisper",
|
4 |
+
"architectures": [
|
5 |
+
"WhisperForConditionalGeneration"
|
6 |
+
],
|
7 |
+
"d_model": 768,
|
8 |
+
"d_ff": 3072,
|
9 |
+
"num_layers": 12,
|
10 |
+
"num_heads": 12,
|
11 |
+
"vocab_size": 50265,
|
12 |
+
"dropout": 0.1,
|
13 |
+
"attention_dropout": 0.1,
|
14 |
+
"activation_function": "gelu",
|
15 |
+
"max_position_embeddings": 1024,
|
16 |
+
"layer_norm_eps": 1e-5,
|
17 |
+
"use_cache": true
|
18 |
+
}
|