Update wav2vec2-base-960h/config.json
Browse files
wav2vec2-base-960h/config.json
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
"Wav2Vec2ForCTC"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
|
|
9 |
"bos_token_id": 1,
|
10 |
"codevector_dim": 256,
|
11 |
"contrastive_logits_temperature": 0.1,
|
|
|
6 |
"Wav2Vec2ForCTC"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
9 |
+
"attn_implementation": "eager",
|
10 |
"bos_token_id": 1,
|
11 |
"codevector_dim": 256,
|
12 |
"contrastive_logits_temperature": 0.1,
|