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