patrickvonplaten commited on
Commit
88e16be
1 Parent(s): c8968a6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -4
config.json CHANGED
@@ -1,6 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-base-960h",
3
- "activation_dropout": 0.1,
4
  "architectures": [
5
  "UniSpeechSatForPreTraining"
6
  ],
@@ -43,10 +42,9 @@
43
  "feat_extract_norm": "group",
44
  "feat_proj_dropout": 0.1,
45
  "feat_quantizer_dropout": 0.0,
46
- "final_dropout": 0.1,
47
  "hidden_act": "gelu",
48
  "hidden_dropout": 0.1,
49
- "hidden_dropout_prob": 0.1,
50
  "hidden_size": 768,
51
  "initializer_range": 0.02,
52
  "intermediate_size": 3072,
1
  {
2
+ "activation_dropout": 0.0,
 
3
  "architectures": [
4
  "UniSpeechSatForPreTraining"
5
  ],
42
  "feat_extract_norm": "group",
43
  "feat_proj_dropout": 0.1,
44
  "feat_quantizer_dropout": 0.0,
45
+ "final_dropout": 0.0,
46
  "hidden_act": "gelu",
47
  "hidden_dropout": 0.1,
 
48
  "hidden_size": 768,
49
  "initializer_range": 0.02,
50
  "intermediate_size": 3072,