lucio commited on
Commit
c3e4fef
1 Parent(s): 8234e1e

include apostrophes, augment audio, train longer

Browse files
Files changed (3) hide show
  1. config.json +4 -4
  2. pytorch_model.bin +2 -2
  3. vocab.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
  "activation_dropout": 0.05,
4
  "apply_spec_augment": true,
5
  "architectures": [
@@ -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,
@@ -70,7 +70,7 @@
70
  "num_conv_pos_embeddings": 128,
71
  "num_feat_extract_layers": 7,
72
  "num_hidden_layers": 24,
73
- "pad_token_id": 26,
74
  "transformers_version": "4.5.0.dev0",
75
- "vocab_size": 27
76
  }
 
1
  {
2
+ "_name_or_path": "/workspace/checkpoints/lg/wav2vec2-large-xlsr-lg-augment/checkpoint-7424",
3
  "activation_dropout": 0.05,
4
  "apply_spec_augment": true,
5
  "architectures": [
 
62
  "mask_time_length": 10,
63
  "mask_time_min_space": 1,
64
  "mask_time_other": 0.0,
65
+ "mask_time_prob": 0.1,
66
  "mask_time_selection": "static",
67
  "model_type": "wav2vec2",
68
  "num_attention_heads": 16,
 
70
  "num_conv_pos_embeddings": 128,
71
  "num_feat_extract_layers": 7,
72
  "num_hidden_layers": 24,
73
+ "pad_token_id": 27,
74
  "transformers_version": "4.5.0.dev0",
75
+ "vocab_size": 28
76
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:379e362ee3f247a8e610b575c2919fb552226da693b4f8de8aee454f6dd75650
3
- size 1262044503
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6a34a3a923d86de6307ba153011d3ec71a4ba609c662bd4997fb69ede168ee1
3
+ size 1262048599
vocab.json CHANGED
@@ -1 +1 @@
1
- {"y": 0, "d": 1, "s": 2, "n": 3, "c": 4, "l": 5, "h": 6, "w": 7, "u": 8, "z": 9, "t": 11, "g": 12, "j": 13, "m": 14, "o": 15, "e": 16, "k": 17, "r": 18, "i": 19, "b": 20, "f": 21, "a": 22, "v": 23, "p": 24, "|": 10, "[UNK]": 25, "[PAD]": 26}
 
1
+ {"y": 0, "k": 1, "o": 2, "e": 3, "u": 4, "p": 5, "c": 6, "t": 7, "b": 8, "m": 9, "d": 10, "f": 11, "h": 12, "s": 13, "v": 14, "r": 15, "w": 17, "l": 18, "j": 19, "g": 20, "i": 21, "z": 22, "'": 23, "n": 24, "a": 25, "|": 16, "[UNK]": 26, "[PAD]": 27}