Commit
·
baca73e
1
Parent(s):
7c058c8
save model version dashing-oath
Browse files- config.json +3 -3
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
"feat_extract_norm": "layer",
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
-
"final_dropout": 0.
|
55 |
"gradient_checkpointing": false,
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.1,
|
@@ -59,7 +59,7 @@
|
|
59 |
"initializer_range": 0.02,
|
60 |
"intermediate_size": 4096,
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
-
"layerdrop": 0.
|
63 |
"mask_channel_length": 10,
|
64 |
"mask_channel_min_space": 1,
|
65 |
"mask_channel_other": 0.0,
|
@@ -72,7 +72,7 @@
|
|
72 |
"mask_time_min_masks": 2,
|
73 |
"mask_time_min_space": 1,
|
74 |
"mask_time_other": 0.0,
|
75 |
-
"mask_time_prob": 0.
|
76 |
"mask_time_selection": "static",
|
77 |
"model_type": "wav2vec2",
|
78 |
"num_adapter_layers": 3,
|
|
|
51 |
"feat_extract_norm": "layer",
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
+
"final_dropout": 0.0,
|
55 |
"gradient_checkpointing": false,
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.1,
|
|
|
59 |
"initializer_range": 0.02,
|
60 |
"intermediate_size": 4096,
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
+
"layerdrop": 0.2,
|
63 |
"mask_channel_length": 10,
|
64 |
"mask_channel_min_space": 1,
|
65 |
"mask_channel_other": 0.0,
|
|
|
72 |
"mask_time_min_masks": 2,
|
73 |
"mask_time_min_space": 1,
|
74 |
"mask_time_other": 0.0,
|
75 |
+
"mask_time_prob": 0.05,
|
76 |
"mask_time_selection": "static",
|
77 |
"model_type": "wav2vec2",
|
78 |
"num_adapter_layers": 3,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262197037
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:796d8ba130bbc2f9208c4af0aea0f0cb9f846a9986fdc743337739bbcc6cd18d
|
3 |
size 1262197037
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3579
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bef1d67e0e04d8e903a781c29ee3479be670ca48cc9f84030aaaa7c64d44cea3
|
3 |
size 3579
|