Instructions to use golesheed/wav2vec2-large-xls-r-1b-frisian-cv-13-elderly-augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use golesheed/wav2vec2-large-xls-r-1b-frisian-cv-13-elderly-augmented with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="golesheed/wav2vec2-large-xls-r-1b-frisian-cv-13-elderly-augmented")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("golesheed/wav2vec2-large-xls-r-1b-frisian-cv-13-elderly-augmented") model = AutoModelForCTC.from_pretrained("golesheed/wav2vec2-large-xls-r-1b-frisian-cv-13-elderly-augmented", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Golshid Shekoufandeh commited on
Commit ·
eecc18f
1
Parent(s): 2c5bef1
update model card README.md
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [greenw0lf/wav2vec2-large-xls-r-1b-frisian](https://huggingface.co/greenw0lf/wav2vec2-large-xls-r-1b-frisian) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- Wer: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -43,41 +43,25 @@ The following hyperparameters were used during training:
|
|
| 43 |
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
- lr_scheduler_warmup_ratio: 0.1
|
| 46 |
-
- num_epochs:
|
| 47 |
- mixed_precision_training: Native AMP
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 53 |
-
|
|
| 54 |
-
|
|
| 55 |
-
|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
|
|
| 62 |
-
|
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.634 | 32.5 | 650 | 0.1887 | 0.2597 |
|
| 66 |
-
| 0.4828 | 35.0 | 700 | 0.1946 | 0.2584 |
|
| 67 |
-
| 0.4695 | 37.5 | 750 | 0.1944 | 0.2637 |
|
| 68 |
-
| 0.7161 | 40.0 | 800 | 0.1944 | 0.2597 |
|
| 69 |
-
| 0.7334 | 42.5 | 850 | 0.1944 | 0.2606 |
|
| 70 |
-
| 0.5272 | 45.0 | 900 | 0.1990 | 0.2597 |
|
| 71 |
-
| 0.6171 | 47.5 | 950 | 0.1984 | 0.2620 |
|
| 72 |
-
| 0.4454 | 50.0 | 1000 | 0.2010 | 0.2606 |
|
| 73 |
-
| 0.6424 | 52.5 | 1050 | 0.2000 | 0.2642 |
|
| 74 |
-
| 0.8542 | 55.0 | 1100 | 0.1962 | 0.2642 |
|
| 75 |
-
| 0.5866 | 57.5 | 1150 | 0.1971 | 0.2611 |
|
| 76 |
-
| 0.4219 | 60.0 | 1200 | 0.1965 | 0.2593 |
|
| 77 |
-
| 0.3456 | 62.5 | 1250 | 0.1967 | 0.2588 |
|
| 78 |
-
| 0.3567 | 65.0 | 1300 | 0.1962 | 0.2597 |
|
| 79 |
-
| 0.4524 | 67.5 | 1350 | 0.1977 | 0.2588 |
|
| 80 |
-
| 0.4635 | 70.0 | 1400 | 0.1970 | 0.2588 |
|
| 81 |
|
| 82 |
|
| 83 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [greenw0lf/wav2vec2-large-xls-r-1b-frisian](https://huggingface.co/greenw0lf/wav2vec2-large-xls-r-1b-frisian) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.1937
|
| 20 |
+
- Wer: 0.2602
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 43 |
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
- lr_scheduler_warmup_ratio: 0.1
|
| 46 |
+
- num_epochs: 30
|
| 47 |
- mixed_precision_training: Native AMP
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 53 |
+
| 8.7364 | 2.5 | 50 | 2.9854 | 1.0 |
|
| 54 |
+
| 1.9624 | 5.0 | 100 | 0.3770 | 0.2812 |
|
| 55 |
+
| 0.8855 | 7.5 | 150 | 0.2479 | 0.2499 |
|
| 56 |
+
| 0.5855 | 10.0 | 200 | 0.2291 | 0.2481 |
|
| 57 |
+
| 0.44 | 12.5 | 250 | 0.2096 | 0.2490 |
|
| 58 |
+
| 0.7951 | 15.0 | 300 | 0.1971 | 0.2553 |
|
| 59 |
+
| 0.7498 | 17.5 | 350 | 0.1958 | 0.2521 |
|
| 60 |
+
| 0.3246 | 20.0 | 400 | 0.1963 | 0.2651 |
|
| 61 |
+
| 0.4627 | 22.5 | 450 | 0.1925 | 0.2588 |
|
| 62 |
+
| 0.4105 | 25.0 | 500 | 0.1922 | 0.2611 |
|
| 63 |
+
| 0.5051 | 27.5 | 550 | 0.1949 | 0.2593 |
|
| 64 |
+
| 0.6736 | 30.0 | 600 | 0.1937 | 0.2602 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|