Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"_name_or_path": "mayssakorbi/whisper-tiny-ar2",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
@@ -51,7 +54,6 @@
|
|
51 |
"max_source_positions": 1500,
|
52 |
"max_target_positions": 448,
|
53 |
"median_filter_width": 7,
|
54 |
-
"model_type": "whisper",
|
55 |
"num_hidden_layers": 4,
|
56 |
"num_mel_bins": 80,
|
57 |
"pad_token_id": 50257,
|
|
|
1 |
{
|
2 |
+
"model_type": "onnx",
|
3 |
+
"framework": "onnx",
|
4 |
+
"onnx_model": "encoder_model.onnx",
|
5 |
"_name_or_path": "mayssakorbi/whisper-tiny-ar2",
|
6 |
"activation_dropout": 0.0,
|
7 |
"activation_function": "gelu",
|
|
|
54 |
"max_source_positions": 1500,
|
55 |
"max_target_positions": 448,
|
56 |
"median_filter_width": 7,
|
|
|
57 |
"num_hidden_layers": 4,
|
58 |
"num_mel_bins": 80,
|
59 |
"pad_token_id": 50257,
|