lucio commited on
Commit
2b1782f
1 Parent(s): 150fa5d

train more

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. pytorch_model.bin +1 -1
  3. vocab.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/workspace/checkpoints/rw/wav2vec2-large-xlsr-rw/checkpoint-15360",
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.1,
66
  "mask_time_selection": "static",
67
  "model_type": "wav2vec2",
68
  "num_attention_heads": 16,
 
1
  {
2
+ "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
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.2,
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:48b68303a54e7bc0086817f76c8202880355390ce8cddccd7a41baab2443ed70
3
  size 1262065047
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1957d29030444470aa7d3c5facbddc34f5b52797494ebd42854b7edfd18d931c
3
  size 1262065047
vocab.json CHANGED
@@ -1 +1 @@
1
- {"x": 0, "h": 1, "c": 2, "f": 3, "r": 4, "d": 5, "e": 6, "t": 7, "'": 8, "q": 9, "k": 10, "w": 11, "u": 12, "m": 13, "i": 14, "j": 15, "y": 16, "l": 17, "v": 18, "g": 19, "b": 20, "a": 21, "z": 23, "p": 24, "n": 25, "s": 26, "o": 27, "|": 22, "[UNK]": 28, "[PAD]": 29}
 
1
+ {"'": 1, "a": 2, "b": 3, "c": 4, "d": 5, "e": 6, "f": 7, "g": 8, "h": 9, "i": 10, "j": 11, "k": 12, "l": 13, "m": 14, "n": 15, "o": 16, "p": 17, "q": 18, "r": 19, "s": 20, "t": 21, "u": 22, "v": 23, "w": 24, "x": 25, "y": 26, "z": 27, "|": 0, "[UNK]": 28, "[PAD]": 29}