Fix Flax model with scan and conversions
Browse files- config.json +2 -2
- flax_model.msgpack +2 -2
- generation_config.json +2 -1
- model.safetensors +3 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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.
|
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:
|
3 |
-
size
|
|
|
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.
|
|
|
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
|