End of training
Browse files- README.md +4 -31
- config.json +2 -2
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,24 +5,9 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- common_voice_13_0
|
8 |
-
metrics:
|
9 |
-
- wer
|
10 |
model-index:
|
11 |
- name: wav2vec2-large-xlsr-53-demo-colab
|
12 |
-
results:
|
13 |
-
- task:
|
14 |
-
name: Automatic Speech Recognition
|
15 |
-
type: automatic-speech-recognition
|
16 |
-
dataset:
|
17 |
-
name: common_voice_13_0
|
18 |
-
type: common_voice_13_0
|
19 |
-
config: sah
|
20 |
-
split: test
|
21 |
-
args: sah
|
22 |
-
metrics:
|
23 |
-
- name: Wer
|
24 |
-
type: wer
|
25 |
-
value: 0.5698038864511508
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,9 +16,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
# wav2vec2-large-xlsr-53-demo-colab
|
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_13_0 dataset.
|
34 |
-
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.8836
|
36 |
-
- Wer: 0.5698
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -59,26 +41,17 @@ The following hyperparameters were used during training:
|
|
59 |
- gradient_accumulation_steps: 2
|
60 |
- total_train_batch_size: 32
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
-
- lr_scheduler_type:
|
63 |
- lr_scheduler_warmup_steps: 500
|
64 |
-
- num_epochs:
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
-
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
70 |
-
| 0.1354 | 14.04 | 400 | 0.8703 | 0.6377 |
|
71 |
-
| 0.1297 | 28.07 | 800 | 0.8601 | 0.6317 |
|
72 |
-
| 0.0937 | 42.11 | 1200 | 0.9103 | 0.6320 |
|
73 |
-
| 0.0751 | 56.14 | 1600 | 0.8848 | 0.6044 |
|
74 |
-
| 0.0582 | 70.18 | 2000 | 0.8630 | 0.5770 |
|
75 |
-
| 0.0492 | 84.21 | 2400 | 0.8889 | 0.5786 |
|
76 |
-
| 0.0402 | 98.25 | 2800 | 0.8836 | 0.5698 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
80 |
|
81 |
- Transformers 4.34.0
|
82 |
-
- Pytorch 2.1.0+
|
83 |
- Datasets 2.14.5
|
84 |
- Tokenizers 0.14.1
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- common_voice_13_0
|
|
|
|
|
8 |
model-index:
|
9 |
- name: wav2vec2-large-xlsr-53-demo-colab
|
10 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
# wav2vec2-large-xlsr-53-demo-colab
|
17 |
|
18 |
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_13_0 dataset.
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
41 |
- gradient_accumulation_steps: 2
|
42 |
- total_train_batch_size: 32
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: constant
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
+
- num_epochs: 20
|
47 |
|
48 |
### Training results
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
53 |
|
54 |
- Transformers 4.34.0
|
55 |
+
- Pytorch 2.1.0+cu121
|
56 |
- Datasets 2.14.5
|
57 |
- Tokenizers 0.14.1
|
config.json
CHANGED
@@ -86,7 +86,7 @@
|
|
86 |
"num_hidden_layers": 24,
|
87 |
"num_negatives": 100,
|
88 |
"output_hidden_size": 1024,
|
89 |
-
"pad_token_id":
|
90 |
"proj_codevector_dim": 768,
|
91 |
"tdnn_dilation": [
|
92 |
1,
|
@@ -112,6 +112,6 @@
|
|
112 |
"torch_dtype": "float32",
|
113 |
"transformers_version": "4.34.0",
|
114 |
"use_weighted_layer_sum": false,
|
115 |
-
"vocab_size":
|
116 |
"xvector_output_dim": 512
|
117 |
}
|
|
|
86 |
"num_hidden_layers": 24,
|
87 |
"num_negatives": 100,
|
88 |
"output_hidden_size": 1024,
|
89 |
+
"pad_token_id": 45,
|
90 |
"proj_codevector_dim": 768,
|
91 |
"tdnn_dilation": [
|
92 |
1,
|
|
|
112 |
"torch_dtype": "float32",
|
113 |
"transformers_version": "4.34.0",
|
114 |
"use_weighted_layer_sum": false,
|
115 |
+
"vocab_size": 48,
|
116 |
"xvector_output_dim": 512
|
117 |
}
|
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:d756ee3e6ae46dc85a03c2a5dad2800bfb999be7e826a7c1f1e7912bd7f58cd4
|
3 |
+
size 1262099178
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8661f961f72473d1da09bea5fcf6ef512fd600c704c4313ab14ca264cd4a6597
|
3 |
size 4536
|