Upload JointCTCAttentionEncoderDecoder
Browse files- config.json +4 -3
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"JointCTCAttentionEncoderDecoder"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "configuration_decred.JointCTCAttentionEncoderDecoderConfig",
|
8 |
-
"AutoModelForSpeechSeq2Seq": "modeling_decred.JointCTCAttentionEncoderDecoder"
|
9 |
},
|
10 |
"ctc_weight": 0.3,
|
11 |
"decoder": {
|
@@ -280,6 +280,7 @@
|
|
280 |
"pad_token_id": 3,
|
281 |
"shared_lm_head": false,
|
282 |
"tie_word_embeddings": false,
|
|
|
283 |
"torch_dtype": "float32",
|
284 |
"transformers_version": "4.39.3"
|
285 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "BUT-FIT/DeCRED-base",
|
3 |
"architectures": [
|
4 |
"JointCTCAttentionEncoderDecoder"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "BUT-FIT/DeCRED-base--configuration_decred.JointCTCAttentionEncoderDecoderConfig",
|
8 |
+
"AutoModelForSpeechSeq2Seq": "BUT-FIT/DeCRED-base--modeling_decred.JointCTCAttentionEncoderDecoder"
|
9 |
},
|
10 |
"ctc_weight": 0.3,
|
11 |
"decoder": {
|
|
|
280 |
"pad_token_id": 3,
|
281 |
"shared_lm_head": false,
|
282 |
"tie_word_embeddings": false,
|
283 |
+
"tokenizer_class": "<class 'transformers.tokenization_utils_fast.PreTrainedTokenizerFast'>",
|
284 |
"torch_dtype": "float32",
|
285 |
"transformers_version": "4.39.3"
|
286 |
}
|