Upload ParakeetForCTC
Browse files- config.json +2 -5
config.json
CHANGED
|
@@ -2,11 +2,9 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"ParakeetForCTC"
|
| 4 |
],
|
| 5 |
-
"blank_token_id": 1024,
|
| 6 |
-
"bos_token_id": 1,
|
| 7 |
"ctc_loss_reduction": "mean",
|
| 8 |
"ctc_zero_infinity": true,
|
| 9 |
-
"dtype": "
|
| 10 |
"encoder_config": {
|
| 11 |
"activation_dropout": 0.1,
|
| 12 |
"attention_bias": true,
|
|
@@ -31,10 +29,9 @@
|
|
| 31 |
"subsampling_conv_stride": 2,
|
| 32 |
"subsampling_factor": 8
|
| 33 |
},
|
| 34 |
-
"eos_token_id": 2,
|
| 35 |
"initializer_range": 0.02,
|
| 36 |
"model_type": "parakeet_ctc",
|
| 37 |
"pad_token_id": 1024,
|
| 38 |
-
"transformers_version": "4.
|
| 39 |
"vocab_size": 1025
|
| 40 |
}
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"ParakeetForCTC"
|
| 4 |
],
|
|
|
|
|
|
|
| 5 |
"ctc_loss_reduction": "mean",
|
| 6 |
"ctc_zero_infinity": true,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
"encoder_config": {
|
| 9 |
"activation_dropout": 0.1,
|
| 10 |
"attention_bias": true,
|
|
|
|
| 29 |
"subsampling_conv_stride": 2,
|
| 30 |
"subsampling_factor": 8
|
| 31 |
},
|
|
|
|
| 32 |
"initializer_range": 0.02,
|
| 33 |
"model_type": "parakeet_ctc",
|
| 34 |
"pad_token_id": 1024,
|
| 35 |
+
"transformers_version": "4.57.0.dev0",
|
| 36 |
"vocab_size": 1025
|
| 37 |
}
|