Instructions to use Samuael/wav2vec2-base-alffaamharic-google-colab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Samuael/wav2vec2-base-alffaamharic-google-colab with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Samuael/wav2vec2-base-alffaamharic-google-colab")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Samuael/wav2vec2-base-alffaamharic-google-colab") model = AutoModelForCTC.from_pretrained("Samuael/wav2vec2-base-alffaamharic-google-colab", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +30 -7
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
| 3 |
base_model: Samuael/wav2vec2-base-alffaamharic-google-colab
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: wav2vec2-base-alffaamharic-google-colab
|
| 8 |
results: []
|
|
@@ -15,13 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [Samuael/wav2vec2-base-alffaamharic-google-colab](https://huggingface.co/Samuael/wav2vec2-base-alffaamharic-google-colab) on the None dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
-
|
| 19 |
-
-
|
| 20 |
-
- eval_runtime: 21.8311
|
| 21 |
-
- eval_samples_per_second: 16.444
|
| 22 |
-
- eval_steps_per_second: 2.061
|
| 23 |
-
- epoch: 20.0
|
| 24 |
-
- step: 6800
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -49,6 +46,32 @@ The following hyperparameters were used during training:
|
|
| 49 |
- lr_scheduler_warmup_steps: 1000
|
| 50 |
- num_epochs: 30
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
### Framework versions
|
| 53 |
|
| 54 |
- Transformers 4.33.3
|
|
|
|
| 3 |
base_model: Samuael/wav2vec2-base-alffaamharic-google-colab
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- wer
|
| 8 |
model-index:
|
| 9 |
- name: wav2vec2-base-alffaamharic-google-colab
|
| 10 |
results: []
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [Samuael/wav2vec2-base-alffaamharic-google-colab](https://huggingface.co/Samuael/wav2vec2-base-alffaamharic-google-colab) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.6124
|
| 21 |
+
- Wer: 0.3502
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 46 |
- lr_scheduler_warmup_steps: 1000
|
| 47 |
- num_epochs: 30
|
| 48 |
|
| 49 |
+
### Training results
|
| 50 |
+
|
| 51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 52 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 53 |
+
| 0.1622 | 1.44 | 200 | 0.4605 | 0.3455 |
|
| 54 |
+
| 0.1619 | 2.88 | 400 | 0.5327 | 0.3658 |
|
| 55 |
+
| 0.1566 | 4.32 | 600 | 0.5235 | 0.3834 |
|
| 56 |
+
| 0.246 | 5.76 | 800 | 0.5781 | 0.4329 |
|
| 57 |
+
| 0.3211 | 7.19 | 1000 | 0.6142 | 0.4535 |
|
| 58 |
+
| 0.2705 | 8.63 | 1200 | 0.6172 | 0.4519 |
|
| 59 |
+
| 0.2113 | 10.07 | 1400 | 0.6140 | 0.4111 |
|
| 60 |
+
| 0.2642 | 11.51 | 1600 | 0.6020 | 0.4527 |
|
| 61 |
+
| 0.2881 | 12.95 | 1800 | 0.5931 | 0.4393 |
|
| 62 |
+
| 0.1801 | 14.39 | 2000 | 0.6565 | 0.4262 |
|
| 63 |
+
| 0.1494 | 15.83 | 2200 | 0.5732 | 0.4003 |
|
| 64 |
+
| 0.1684 | 17.27 | 2400 | 0.6419 | 0.4071 |
|
| 65 |
+
| 0.1805 | 18.71 | 2600 | 0.5973 | 0.4005 |
|
| 66 |
+
| 0.1518 | 20.14 | 2800 | 0.5846 | 0.3821 |
|
| 67 |
+
| 0.0821 | 21.58 | 3000 | 0.6149 | 0.3764 |
|
| 68 |
+
| 0.1049 | 23.02 | 3200 | 0.5965 | 0.3724 |
|
| 69 |
+
| 0.1229 | 24.46 | 3400 | 0.6032 | 0.3671 |
|
| 70 |
+
| 0.0848 | 25.9 | 3600 | 0.6005 | 0.3605 |
|
| 71 |
+
| 0.0724 | 27.34 | 3800 | 0.6258 | 0.3634 |
|
| 72 |
+
| 0.1149 | 28.78 | 4000 | 0.6124 | 0.3502 |
|
| 73 |
+
|
| 74 |
+
|
| 75 |
### Framework versions
|
| 76 |
|
| 77 |
- Transformers 4.33.3
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378255521
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60434b5ded52ac1f200b1ed15455a88a86c59ee099045477e2d49ceb8ed5161b
|
| 3 |
size 378255521
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4155
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d69cfb1ac055586365669358372366e87658321b7b8b2985d091d2f18466941
|
| 3 |
size 4155
|