kaen2891 commited on
Commit
d47e061
1 Parent(s): d325c1e

Upload FlaxWhisperForConditionalGeneration

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. flax_model.msgpack +3 -0
  3. generation_config.json +1 -1
config.json CHANGED
@@ -4,7 +4,7 @@
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
6
  "architectures": [
7
- "WhisperModel"
8
  ],
9
  "attention_dropout": 0.0,
10
  "begin_suppress_tokens": [
 
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
6
  "architectures": [
7
+ "WhisperForConditionalGeneration"
8
  ],
9
  "attention_dropout": 0.0,
10
  "begin_suppress_tokens": [
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:638984197ed6efadf6ba8d8a62a9fef5b14e9764a550c13436908368d01a8ab5
3
+ size 151048591
generation_config.json CHANGED
@@ -236,5 +236,5 @@
236
  "transcribe": 50359,
237
  "translate": 50358
238
  },
239
- "transformers_version": "4.36.2"
240
  }
 
236
  "transcribe": 50359,
237
  "translate": 50358
238
  },
239
+ "transformers_version": "4.34.1"
240
  }