End of training
Browse files- README.md +19 -19
- config.json +1 -1
- model.safetensors +1 -1
- runs/Apr29_06-28-53_eac612c9136b/events.out.tfevents.1714372159.eac612c9136b.2924.0 +3 -0
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
base_model: facebook/wav2vec2-large-xlsr-53
|
6 |
datasets:
|
7 |
- common_voice_16_1
|
8 |
metrics:
|
@@ -11,8 +11,8 @@ model-index:
|
|
11 |
- name: wav2vec2-common-voice-16_1_vi
|
12 |
results:
|
13 |
- task:
|
14 |
-
type: automatic-speech-recognition
|
15 |
name: Automatic Speech Recognition
|
|
|
16 |
dataset:
|
17 |
name: common_voice_16_1
|
18 |
type: common_voice_16_1
|
@@ -20,9 +20,9 @@ model-index:
|
|
20 |
split: None
|
21 |
args: vi
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
|
25 |
-
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the common_voice_16_1 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 1.
|
36 |
-
- Wer: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -64,20 +64,20 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
-
| Training Loss | Epoch
|
68 |
-
|
69 |
-
|
|
70 |
-
| 3.
|
71 |
-
| 2.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
79 |
|
80 |
-
- Transformers 4.
|
81 |
- Pytorch 2.2.1+cu121
|
82 |
-
- Datasets 2.
|
83 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: facebook/wav2vec2-large-xlsr-53
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
6 |
datasets:
|
7 |
- common_voice_16_1
|
8 |
metrics:
|
|
|
11 |
- name: wav2vec2-common-voice-16_1_vi
|
12 |
results:
|
13 |
- task:
|
|
|
14 |
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
dataset:
|
17 |
name: common_voice_16_1
|
18 |
type: common_voice_16_1
|
|
|
20 |
split: None
|
21 |
args: vi
|
22 |
metrics:
|
23 |
+
- name: Wer
|
24 |
+
type: wer
|
25 |
+
value: 0.8004270028466857
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the common_voice_16_1 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.4999
|
36 |
+
- Wer: 0.8004
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
+
|:-------------:|:-------:|:----:|:---------------:|:------:|
|
69 |
+
| 16.2607 | 4.2373 | 500 | 3.5522 | 0.9999 |
|
70 |
+
| 3.4445 | 8.4746 | 1000 | 3.3740 | 0.9999 |
|
71 |
+
| 2.2065 | 12.7119 | 1500 | 1.5781 | 0.9709 |
|
72 |
+
| 0.7589 | 16.9492 | 2000 | 1.4173 | 0.8542 |
|
73 |
+
| 0.4407 | 21.1864 | 2500 | 1.4711 | 0.8281 |
|
74 |
+
| 0.3235 | 25.4237 | 3000 | 1.4836 | 0.8097 |
|
75 |
+
| 0.2751 | 29.6610 | 3500 | 1.4999 | 0.8004 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
79 |
|
80 |
+
- Transformers 4.40.0
|
81 |
- Pytorch 2.2.1+cu121
|
82 |
+
- Datasets 2.19.0
|
83 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -109,7 +109,7 @@
|
|
109 |
1
|
110 |
],
|
111 |
"torch_dtype": "float32",
|
112 |
-
"transformers_version": "4.
|
113 |
"use_weighted_layer_sum": false,
|
114 |
"vocab_size": 98,
|
115 |
"xvector_output_dim": 512
|
|
|
109 |
1
|
110 |
],
|
111 |
"torch_dtype": "float32",
|
112 |
+
"transformers_version": "4.40.0",
|
113 |
"use_weighted_layer_sum": false,
|
114 |
"vocab_size": 98,
|
115 |
"xvector_output_dim": 512
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262209280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49fb8ef39dc1607843cf0729138aa25835218471b0ef8be9a9c0421b49d5f1c4
|
3 |
size 1262209280
|
runs/Apr29_06-28-53_eac612c9136b/events.out.tfevents.1714372159.eac612c9136b.2924.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:290c975ea1c1d6032553b275491fb46621d2191591dc988a5491ea784789465e
|
3 |
+
size 10403
|
training_args.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:b4b35a856eac15d8e3780e1cd2bdfc60f1b306b18f0e6193d3ad7808e58a8c8b
|
3 |
+
size 4984
|