updated the model
Browse files- README.md +2 -2
- config.json +1 -1
- pytorch_model.bin +2 -2
- 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-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**:
|
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.
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bad260a57e77f1ac72e0a2fd0d030b9ae5c1084773bcb454f6070f1038bf3329
|
3 |
+
size 1262052759
|
vocab.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"
|
|
|
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}
|