Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
mozilla-foundation/common_voice_7_0
Generated from Trainer
ga-IE
robust-speech-event
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use jcmc/wav2vec-cv7-1b-ir with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jcmc/wav2vec-cv7-1b-ir with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="jcmc/wav2vec-cv7-1b-ir")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("jcmc/wav2vec-cv7-1b-ir") model = AutoModelForCTC.from_pretrained("jcmc/wav2vec-cv7-1b-ir", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ga-IE
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- automatic-speech-recognition
|
| 7 |
+
- mozilla-foundation/common_voice_7_0
|
| 8 |
+
- generated_from_trainer
|
| 9 |
+
datasets:
|
| 10 |
+
- common_voice
|
| 11 |
+
model-index:
|
| 12 |
+
- name: ''
|
| 13 |
+
results: []
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 17 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 18 |
+
|
| 19 |
+
#
|
| 20 |
+
|
| 21 |
+
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the MOZILLA-FOUNDATION/COMMON_VOICE_7_0 - GA-IE dataset.
|
| 22 |
+
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.9562
|
| 24 |
+
- Wer: 0.4801
|
| 25 |
+
|
| 26 |
+
## Model description
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Intended uses & limitations
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training and evaluation data
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Training procedure
|
| 39 |
+
|
| 40 |
+
### Training hyperparameters
|
| 41 |
+
|
| 42 |
+
The following hyperparameters were used during training:
|
| 43 |
+
- learning_rate: 2e-05
|
| 44 |
+
- train_batch_size: 16
|
| 45 |
+
- eval_batch_size: 16
|
| 46 |
+
- seed: 42
|
| 47 |
+
- gradient_accumulation_steps: 2
|
| 48 |
+
- total_train_batch_size: 32
|
| 49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
+
- lr_scheduler_type: linear
|
| 51 |
+
- lr_scheduler_warmup_steps: 1000
|
| 52 |
+
- num_epochs: 100.0
|
| 53 |
+
- mixed_precision_training: Native AMP
|
| 54 |
+
|
| 55 |
+
### Training results
|
| 56 |
+
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 58 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 59 |
+
| 2.3731 | 15.62 | 500 | 1.5517 | 0.9499 |
|
| 60 |
+
| 1.3312 | 31.25 | 1000 | 0.8717 | 0.6189 |
|
| 61 |
+
| 0.9135 | 46.86 | 1500 | 0.8299 | 0.5310 |
|
| 62 |
+
| 0.6719 | 62.49 | 2000 | 0.8842 | 0.5044 |
|
| 63 |
+
| 0.5583 | 78.12 | 2500 | 0.9093 | 0.4801 |
|
| 64 |
+
| 0.4728 | 93.74 | 3000 | 0.9488 | 0.4813 |
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
### Framework versions
|
| 68 |
+
|
| 69 |
+
- Transformers 4.16.0.dev0
|
| 70 |
+
- Pytorch 1.10.1+cu102
|
| 71 |
+
- Datasets 1.18.2.dev0
|
| 72 |
+
- Tokenizers 0.11.0
|