versae commited on
Commit
1189401
1 Parent(s): 34a2be2

Fix Flax model with scan and conversions

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "openai/whisper-large-v2",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
@@ -147,7 +147,7 @@
147
  50362
148
  ],
149
  "torch_dtype": "float32",
150
- "transformers_version": "4.35.0",
151
  "use_cache": true,
152
  "use_weighted_layer_sum": false,
153
  "vocab_size": 51865
 
1
  {
2
+ "_name_or_path": "../salmon-whisper-large-smj-lr7e-5/",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
 
147
  50362
148
  ],
149
  "torch_dtype": "float32",
150
+ "transformers_version": "4.34.1",
151
  "use_cache": true,
152
  "use_weighted_layer_sum": false,
153
  "vocab_size": 51865
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58a584d18c702e022be88dd7b801927d1d637279910e6a7b8b047fe5934e2220
3
- size 3086611993
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4904544548000d1c853f89e55fa7a604d86f0609e4af311e2a805ef803cb854d
3
+ size 3086656262
generation_config.json CHANGED
@@ -317,5 +317,6 @@
317
  "transcribe": 50359,
318
  "translate": 50358
319
  },
320
- "transformers_version": "4.35.0"
 
321
  }
 
317
  "transcribe": 50359,
318
  "translate": 50358
319
  },
320
+ "transformers_version": "4.34.1",
321
+ "use_scan": true
322
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ee190000cf6f66de95bbbafdf280170f28fe7ae60a4e8fcd2de05b30bd77be
3
+ size 6173370152
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f792a30db5da662981bdd3ae00227919a9689b486ccaf1bcf706d40582fa262f
3
+ size 6173638465