boris commited on
Commit
0ce08d6
1 Parent(s): e1fed2d

feat: update model

Browse files
Files changed (4) hide show
  1. config.json +8 -8
  2. preprocessor_config.json +1 -0
  3. pytorch_model.bin +2 -2
  4. vocab.json +1 -1
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "./model/checkpoint-6880",
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,16 +42,16 @@
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,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.082,
66
  "mask_time_selection": "static",
67
  "model_type": "wav2vec2",
68
  "num_attention_heads": 16,
@@ -71,6 +71,6 @@
71
  "num_feat_extract_layers": 7,
72
  "num_hidden_layers": 24,
73
  "pad_token_id": 36,
74
- "transformers_version": "4.5.1",
75
  "vocab_size": 37
76
  }
 
1
  {
2
+ "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
+ "activation_dropout": 0.030711785983032657,
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForCTC"
7
  ],
8
+ "attention_dropout": 0.12333330186818241,
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.021573944881012816,
46
  "final_dropout": 0.0,
47
  "gradient_checkpointing": true,
48
  "hidden_act": "gelu",
49
+ "hidden_dropout": 0.02844812528063585,
50
  "hidden_size": 1024,
51
  "initializer_range": 0.02,
52
  "intermediate_size": 4096,
53
  "layer_norm_eps": 1e-05,
54
+ "layerdrop": 0.012990322756361196,
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.09237120620890814,
66
  "mask_time_selection": "static",
67
  "model_type": "wav2vec2",
68
  "num_attention_heads": 16,
 
71
  "num_feat_extract_layers": 7,
72
  "num_hidden_layers": 24,
73
  "pad_token_id": 36,
74
+ "transformers_version": "4.6.0",
75
  "vocab_size": 37
76
  }
preprocessor_config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "do_normalize": true,
 
3
  "feature_size": 1,
4
  "padding_side": "right",
5
  "padding_value": 0.0,
 
1
  {
2
  "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
  "feature_size": 1,
5
  "padding_side": "right",
6
  "padding_value": 0.0,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:312b4598971f7be536ee3d79cb686024c1b5783452031905414f14c7be6a3c26
3
- size 1262085527
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8c9ad10cc9ef5ea1b20bd0637adef7ba51e2e0326e7a78c83ba489b3deaaef7
3
+ size 1262080425
vocab.json CHANGED
@@ -1 +1 @@
1
- {"b": 0, "o": 1, "e": 2, ":": 3, "p": 4, ".": 5, "f": 6, "q": 7, "y": 8, "!": 9, "t": 10, ";": 11, "i": 12, "'": 13, "g": 14, "v": 15, "l": 16, "h": 17, "-": 18, "m": 19, "d": 20, "n": 21, "z": 22, "a": 23, "w": 24, "u": 25, "x": 26, "r": 27, "s": 28, "c": 29, ",": 30, "j": 31, "?": 33, "k": 34, "|": 32, "[UNK]": 35, "[PAD]": 36}
 
1
+ {"&": 0, "u": 2, ",": 3, "r": 4, "d": 5, "k": 6, "v": 7, "z": 8, "i": 9, "?": 10, "l": 11, ".": 12, "w": 13, "x": 14, "s": 15, "n": 16, "f": 17, "m": 18, "e": 19, "-": 20, "p": 21, "j": 22, "q": 23, "g": 24, "!": 25, "o": 26, "y": 27, "b": 28, "c": 29, "a": 30, "h": 31, ":": 32, ";": 33, "t": 34, "|": 1, "[UNK]": 35, "[PAD]": 36}