Commit
·
ab884ee
1
Parent(s):
260efc1
Updated model
Browse files- README.md +2 -2
- config.json +1 -1
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Test WER
|
25 |
type: wer
|
26 |
-
value: 21.
|
27 |
---
|
28 |
|
29 |
# Wav2Vec2-Large-XLSR-53-Dutch
|
@@ -116,7 +116,7 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8)
|
|
116 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
117 |
```
|
118 |
|
119 |
-
**Test Result**: 21.
|
120 |
|
121 |
|
122 |
## Training
|
|
|
23 |
metrics:
|
24 |
- name: Test WER
|
25 |
type: wer
|
26 |
+
value: 21.59
|
27 |
---
|
28 |
|
29 |
# Wav2Vec2-Large-XLSR-53-Dutch
|
|
|
116 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
117 |
```
|
118 |
|
119 |
+
**Test Result**: 21.59 %
|
120 |
|
121 |
|
122 |
## Training
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/facebook/wav2vec2-large-xlsr-53",
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
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:25d5293b22070fae58258f532c88cc28bb840399b2a26b013ac7667c1eed076e
|
3 |
+
size 1262106008
|