updates model
Browse files- README.md +3 -3
- config.json +2 -2
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -25,10 +25,10 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Test WER
|
27 |
type: wer
|
28 |
-
value:
|
29 |
- name: Test CER
|
30 |
type: cer
|
31 |
-
value: 5.
|
32 |
---
|
33 |
|
34 |
# Wav2Vec2-Large-XLSR-53-Swedish
|
@@ -127,7 +127,7 @@ print("CER: {:2f}".format(100 * wer.compute(predictions=[" ".join(list(entry)) f
|
|
127 |
|
128 |
```
|
129 |
|
130 |
-
**Test Result**:
|
131 |
|
132 |
## Training
|
133 |
|
|
|
25 |
metrics:
|
26 |
- name: Test WER
|
27 |
type: wer
|
28 |
+
value: 14.695793
|
29 |
- name: Test CER
|
30 |
type: cer
|
31 |
+
value: 5.264666
|
32 |
---
|
33 |
|
34 |
# Wav2Vec2-Large-XLSR-53-Swedish
|
|
|
127 |
|
128 |
```
|
129 |
|
130 |
+
**Test Result**: 14.695793 %
|
131 |
|
132 |
## Training
|
133 |
|
config.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/speech-data-1/dev/hugging_face_finetuning_week/sw_demo/checkpoints/
|
3 |
"activation_dropout": 0.07,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attention_dropout": 0.2,
|
9 |
"bos_token_id": 1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/speech-data-1/dev/hugging_face_finetuning_week/sw_demo/checkpoints/checkpoint-95600",
|
3 |
"activation_dropout": 0.07,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
6 |
+
"Wav2Vec2Ablation"
|
7 |
],
|
8 |
"attention_dropout": 0.2,
|
9 |
"bos_token_id": 1,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262065047
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7eff6c50f2f024f1a19f3d27576067d4560845398975503fa0919115307a56e
|
3 |
size 1262065047
|