update weights
Browse files- config.json +1 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "s2t_librispeech_medium",
|
| 3 |
"activation_dropout": 0.15,
|
| 4 |
"activation_function": "relu",
|
| 5 |
"architectures": [
|
|
@@ -31,7 +30,7 @@
|
|
| 31 |
"input_channels": 1,
|
| 32 |
"input_feat_per_channel": 80,
|
| 33 |
"is_encoder_decoder": true,
|
| 34 |
-
"
|
| 35 |
"max_source_positions": 6000,
|
| 36 |
"max_target_positions": 1024,
|
| 37 |
"model_type": "speech_to_text_transformer",
|
|
@@ -40,7 +39,6 @@
|
|
| 40 |
"num_hidden_layers": 12,
|
| 41 |
"pad_token_id": 1,
|
| 42 |
"scale_embedding": true,
|
| 43 |
-
"share_embeds": true,
|
| 44 |
"transformers_version": "4.4.0.dev0",
|
| 45 |
"use_cache": true,
|
| 46 |
"vocab_size": 10000
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_dropout": 0.15,
|
| 3 |
"activation_function": "relu",
|
| 4 |
"architectures": [
|
|
|
|
| 30 |
"input_channels": 1,
|
| 31 |
"input_feat_per_channel": 80,
|
| 32 |
"is_encoder_decoder": true,
|
| 33 |
+
"max_length": 200,
|
| 34 |
"max_source_positions": 6000,
|
| 35 |
"max_target_positions": 1024,
|
| 36 |
"model_type": "speech_to_text_transformer",
|
|
|
|
| 39 |
"num_hidden_layers": 12,
|
| 40 |
"pad_token_id": 1,
|
| 41 |
"scale_embedding": true,
|
|
|
|
| 42 |
"transformers_version": "4.4.0.dev0",
|
| 43 |
"use_cache": true,
|
| 44 |
"vocab_size": 10000
|
pytorch_model.bin
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:8b016d9dde06a7d3f73855d19ef597b61055a5ef6d9ec0d12132c7f4077e2aea
|
| 3 |
+
size 284968270
|