cotysong113
commited on
End of training
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
-
value:
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the minds14 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss:
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -53,29 +53,28 @@ More information needed
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
-
- learning_rate:
|
57 |
-
- train_batch_size:
|
58 |
-
- eval_batch_size:
|
59 |
- seed: 42
|
60 |
-
- gradient_accumulation_steps:
|
61 |
- total_train_batch_size: 16
|
62 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
63 |
- lr_scheduler_type: linear
|
64 |
-
- lr_scheduler_warmup_steps:
|
65 |
-
- training_steps:
|
66 |
-
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
71 |
-
|
72 |
-
|
|
73 |
-
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
-
- Transformers 4.
|
79 |
-
- Pytorch 2.5.1
|
80 |
- Datasets 3.1.0
|
81 |
-
- Tokenizers 0.
|
|
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
+
value: 0.9727626459143969
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the minds14 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 2.8388
|
37 |
+
- Wer: 0.9728
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 5e-05
|
57 |
+
- train_batch_size: 4
|
58 |
+
- eval_batch_size: 4
|
59 |
- seed: 42
|
60 |
+
- gradient_accumulation_steps: 4
|
61 |
- total_train_batch_size: 16
|
62 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
63 |
- lr_scheduler_type: linear
|
64 |
+
- lr_scheduler_warmup_steps: 200
|
65 |
+
- training_steps: 1000
|
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
71 |
+
| 2.7068 | 100.0 | 500 | 2.8991 | 1.0 |
|
72 |
+
| 1.7504 | 200.0 | 1000 | 2.8388 | 0.9728 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
+
- Transformers 4.47.0
|
78 |
+
- Pytorch 2.5.1
|
79 |
- Datasets 3.1.0
|
80 |
+
- Tokenizers 0.21.0
|