markusingvarsson commited on
Commit
0cab33f
·
verified ·
1 Parent(s): 4bd1d07

Upload whisper-base-onnx-web-v3 - Swedish Whisper model

Browse files
Files changed (1) hide show
  1. config.json +4 -8
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "whisper-base-onnx-v3/temp_model/config.json",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
@@ -54,12 +54,8 @@
54
  "pad_token_id": 50257,
55
  "scale_embedding": false,
56
  "torch_dtype": "float32",
57
- "transformers_version": "4.35.0",
58
- "use_cache": false,
59
  "use_weighted_layer_sum": false,
60
- "vocab_size": 51865,
61
- "task": "transcribe",
62
- "language": "sv",
63
- "chunk_length": 30,
64
- "stride_length": 5
65
  }
 
1
  {
2
+ "_name_or_path": "openai/whisper-base",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
 
54
  "pad_token_id": 50257,
55
  "scale_embedding": false,
56
  "torch_dtype": "float32",
57
+ "transformers_version": "4.33.0.dev0",
58
+ "use_cache": true,
59
  "use_weighted_layer_sum": false,
60
+ "vocab_size": 51865
 
 
 
 
61
  }