Upload XVectorForSequenceClassification
Browse files- config.json +6 -2
config.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"_attn_implementation_autoset": true,
|
| 3 |
"angular": false,
|
|
|
|
|
|
|
|
|
|
| 4 |
"attention_channels": 128,
|
| 5 |
"auto_map": {
|
| 6 |
-
"AutoConfig": "configuration_xvector.XVectorConfig"
|
|
|
|
| 7 |
},
|
| 8 |
"bos_token_id": 1,
|
| 9 |
"decoder_config": {
|
|
@@ -2573,6 +2576,7 @@
|
|
| 2573 |
},
|
| 2574 |
"time_masks": 5,
|
| 2575 |
"time_width": 0.03,
|
|
|
|
| 2576 |
"transformers_version": "4.48.3",
|
| 2577 |
"use_torchaudio": true,
|
| 2578 |
"use_vectorized_spec_augment": true,
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"angular": false,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"XVectorForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
"attention_channels": 128,
|
| 7 |
"auto_map": {
|
| 8 |
+
"AutoConfig": "configuration_xvector.XVectorConfig",
|
| 9 |
+
"AutoModelForAudioClassification": "modeling_xvector.XVectorForSequenceClassification"
|
| 10 |
},
|
| 11 |
"bos_token_id": 1,
|
| 12 |
"decoder_config": {
|
|
|
|
| 2576 |
},
|
| 2577 |
"time_masks": 5,
|
| 2578 |
"time_width": 0.03,
|
| 2579 |
+
"torch_dtype": "float32",
|
| 2580 |
"transformers_version": "4.48.3",
|
| 2581 |
"use_torchaudio": true,
|
| 2582 |
"use_vectorized_spec_augment": true,
|