cahya commited on
Commit
10dfda1
1 Parent(s): d54e7b0

updated the model

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +1 -1
  3. pytorch_model.bin +2 -2
  4. vocab.json +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  metrics:
24
  - name: Test WER
25
  type: wer
26
- value: 7.82
27
  ---
28
 
29
  # Wav2Vec2-Large-XLSR-Sundanese
@@ -117,7 +117,7 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8)
117
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
118
  ```
119
 
120
- **Test Result**: 7.82 %
121
 
122
  ## Training
123
 
23
  metrics:
24
  - name: Test WER
25
  type: wer
26
+ value: 6.19
27
  ---
28
 
29
  # Wav2Vec2-Large-XLSR-Sundanese
117
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
118
  ```
119
 
120
+ **Test Result**: 6.19 %
121
 
122
  ## Training
123
 
config.json CHANGED
@@ -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,
62
  "mask_time_length": 10,
63
  "mask_time_min_space": 1,
64
  "mask_time_other": 0.0,
65
+ "mask_time_prob": 0.3,
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:b509410045ee96b7988e2b4684203f1bc4218c3027795d24f777ee4cbf41ed00
3
- size 1262052760
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bad260a57e77f1ac72e0a2fd0d030b9ae5c1084773bcb454f6070f1038bf3329
3
+ size 1262052759
vocab.json CHANGED
@@ -1 +1 @@
1
- {"w": 0, "g": 1, "y": 2, "x": 3, "h": 4, "q": 5, "a": 6, "n": 7, "p": 8, "t": 9, "r": 11, "o": 12, "m": 13, "z": 14, "e": 15, "s": 16, "d": 17, "k": 18, "v": 19, "c": 20, "f": 21, "i": 22, "u": 23, "l": 24, "j": 25, "b": 26, "|": 10, "[UNK]": 27, "[PAD]": 28}
1
+ {"m": 0, "j": 1, "a": 3, "f": 4, "u": 5, "h": 6, "d": 7, "c": 8, "g": 9, "x": 10, "w": 11, "e": 12, "t": 13, "i": 14, "n": 15, "l": 16, "s": 17, "p": 18, "z": 19, "r": 20, "o": 21, "k": 22, "b": 23, "y": 24, "q": 25, "v": 26, "|": 2, "[UNK]": 27, "[PAD]": 28}