patrickvonplaten
commited on
Commit
·
97ebf73
1
Parent(s):
bfb1337
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
-
"activation_dropout": 0.
|
3 |
"apply_spec_augment": true,
|
4 |
"architectures": [
|
5 |
"Wav2Vec2Model"
|
6 |
],
|
7 |
-
"attention_dropout": 0.
|
8 |
"bos_token_id": 1,
|
9 |
"conv_bias": false,
|
10 |
"conv_dim": [
|
|
|
1 |
{
|
2 |
+
"activation_dropout": 0.0,
|
3 |
"apply_spec_augment": true,
|
4 |
"architectures": [
|
5 |
"Wav2Vec2Model"
|
6 |
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
"bos_token_id": 1,
|
9 |
"conv_bias": false,
|
10 |
"conv_dim": [
|