Commit ·
ab4b332
1
Parent(s): 33be726
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"architectures": [
|
| 5 |
"Wav2Vec2Model"
|
| 6 |
],
|
| 7 |
-
"attention_dropout": 0.
|
| 8 |
"bos_token_id": 1,
|
| 9 |
"conv_bias": false,
|
| 10 |
"conv_dim": [
|
|
@@ -39,7 +39,7 @@
|
|
| 39 |
"feat_extract_activation": "gelu",
|
| 40 |
"feat_extract_norm": "group",
|
| 41 |
"feat_proj_dropout": 0.1,
|
| 42 |
-
"final_dropout": 0.
|
| 43 |
"freeze_feat_extract_train": true,
|
| 44 |
"hidden_act": "gelu",
|
| 45 |
"hidden_dropout": 0.1,
|
|
|
|
| 4 |
"architectures": [
|
| 5 |
"Wav2Vec2Model"
|
| 6 |
],
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
"bos_token_id": 1,
|
| 9 |
"conv_bias": false,
|
| 10 |
"conv_dim": [
|
|
|
|
| 39 |
"feat_extract_activation": "gelu",
|
| 40 |
"feat_extract_norm": "group",
|
| 41 |
"feat_proj_dropout": 0.1,
|
| 42 |
+
"final_dropout": 0.0,
|
| 43 |
"freeze_feat_extract_train": true,
|
| 44 |
"hidden_act": "gelu",
|
| 45 |
"hidden_dropout": 0.1,
|