aapotanskanen commited on
Commit
182f4f8
1 Parent(s): 2842e9e

Updated model

Browse files
Files changed (3) hide show
  1. config.json +7 -7
  2. pytorch_model.bin +1 -1
  3. vocab.json +1 -1
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
- "activation_dropout": 0.0,
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForCTC"
7
  ],
8
- "attention_dropout": 0.2,
9
  "bos_token_id": 1,
10
  "conv_bias": true,
11
  "conv_dim": [
@@ -42,16 +42,16 @@
42
  "feat_extract_activation": "gelu",
43
  "feat_extract_dropout": 0.0,
44
  "feat_extract_norm": "layer",
45
- "feat_proj_dropout": 0.2,
46
  "final_dropout": 0.0,
47
  "gradient_checkpointing": true,
48
  "hidden_act": "gelu",
49
- "hidden_dropout": 0.05,
50
  "hidden_size": 1024,
51
  "initializer_range": 0.02,
52
  "intermediate_size": 4096,
53
  "layer_norm_eps": 1e-05,
54
- "layerdrop": 0.05,
55
  "mask_channel_length": 10,
56
  "mask_channel_min_space": 1,
57
  "mask_channel_other": 0.0,
@@ -62,7 +62,7 @@
62
  "mask_time_length": 10,
63
  "mask_time_min_space": 1,
64
  "mask_time_other": 0.0,
65
- "mask_time_prob": 0.05,
66
  "mask_time_selection": "static",
67
  "model_type": "wav2vec2",
68
  "num_attention_heads": 16,
 
1
  {
2
+ "_name_or_path": "/workspace/output_models/wav2vec2-large-xlsr-finnish/checkpoint-16000",
3
+ "activation_dropout": 0.055,
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForCTC"
7
  ],
8
+ "attention_dropout": 0.094,
9
  "bos_token_id": 1,
10
  "conv_bias": true,
11
  "conv_dim": [
 
42
  "feat_extract_activation": "gelu",
43
  "feat_extract_dropout": 0.0,
44
  "feat_extract_norm": "layer",
45
+ "feat_proj_dropout": 0.04,
46
  "final_dropout": 0.0,
47
  "gradient_checkpointing": true,
48
  "hidden_act": "gelu",
49
+ "hidden_dropout": 0.047,
50
  "hidden_size": 1024,
51
  "initializer_range": 0.02,
52
  "intermediate_size": 4096,
53
  "layer_norm_eps": 1e-05,
54
+ "layerdrop": 0.041,
55
  "mask_channel_length": 10,
56
  "mask_channel_min_space": 1,
57
  "mask_channel_other": 0.0,
 
62
  "mask_time_length": 10,
63
  "mask_time_min_space": 1,
64
  "mask_time_other": 0.0,
65
+ "mask_time_prob": 0.082,
66
  "mask_time_selection": "static",
67
  "model_type": "wav2vec2",
68
  "num_attention_heads": 16,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eada81a441938c1a94d8b530f7fe3aed5754be4c5695f1dc05651fbe63f968d9
3
  size 1262060951
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee6c729598e2939faab91ae4a690c327cea41fab9f4ffdd55e2525b4bd4224ae
3
  size 1262060951
vocab.json CHANGED
@@ -1 +1 @@
1
- {"o": 0, "q": 1, "ö": 2, "k": 4, "d": 5, "v": 6, "m": 7, "y": 8, "s": 9, "z": 10, "ä": 11, "r": 12, "i": 13, "b": 14, "u": 15, "t": 16, "g": 17, "x": 18, "l": 19, "e": 20, "p": 21, "a": 22, "h": 23, "j": 24, "n": 25, "c": 26, "f": 27, "w": 28, "|": 3, "[UNK]": 29, "[PAD]": 30}
 
1
+ {"b": 0, "y": 1, "w": 2, "u": 3, "a": 4, "r": 5, "k": 6, "e": 7, "ö": 8, "j": 9, "m": 11, "ä": 12, "i": 13, "h": 14, "x": 15, "t": 16, "z": 17, "l": 18, "c": 19, "v": 20, "f": 21, "p": 22, "q": 23, "o": 24, "n": 25, "d": 26, "s": 27, "g": 28, "|": 10, "[UNK]": 29, "[PAD]": 30}