Instructions to use omarZACK/mdd-arabic-e8-xlsr1b-full-augmentation-beam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use omarZACK/mdd-arabic-e8-xlsr1b-full-augmentation-beam with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="omarZACK/mdd-arabic-e8-xlsr1b-full-augmentation-beam")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("omarZACK/mdd-arabic-e8-xlsr1b-full-augmentation-beam") model = AutoModelForCTC.from_pretrained("omarZACK/mdd-arabic-e8-xlsr1b-full-augmentation-beam", device_map="auto") - Notebooks
- Google Colab
- Kaggle
mdd-arabic-e8-xlsr1b-full-augmentation-beam
This model is a fine-tuned version of facebook/wav2vec2-xls-r-1b on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 2.1722
- Per: 0.3474
- Accuracy: 0.6796
- Precision: 0.2913
- Recall: 0.3018
- F1 Macro: 0.2821
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 544
- num_epochs: 30
Training results
| Training Loss | Epoch | Step | Validation Loss | Per | Accuracy | Precision | Recall | F1 Macro |
|---|---|---|---|---|---|---|---|---|
| 1.1773 | 1.0 | 364 | 1.5563 | 0.3204 | 0.7045 | 0.3066 | 0.3173 | 0.3010 |
| 0.5542 | 2.0 | 728 | 1.7555 | 0.3292 | 0.6952 | 0.3011 | 0.3090 | 0.2924 |
| 0.8615 | 3.0 | 1092 | 1.7980 | 0.3276 | 0.6971 | 0.3028 | 0.3145 | 0.2959 |
| 0.4995 | 4.0 | 1456 | 1.9352 | 0.3343 | 0.6906 | 0.2999 | 0.3033 | 0.2885 |
| 0.5995 | 5.0 | 1820 | 1.9915 | 0.3393 | 0.6856 | 0.2966 | 0.3047 | 0.2869 |
| 0.3412 | 6.0 | 2184 | 2.0327 | 0.3402 | 0.6845 | 0.2977 | 0.3097 | 0.2894 |
| 0.3951 | 7.0 | 2548 | 1.9998 | 0.3408 | 0.6841 | 0.2947 | 0.3034 | 0.2854 |
| 0.2924 | 8.0 | 2912 | 2.1199 | 0.3458 | 0.6812 | 0.2938 | 0.3000 | 0.2830 |
| 0.3126 | 9.0 | 3276 | 2.1050 | 0.3427 | 0.6833 | 0.2925 | 0.3018 | 0.2830 |
| 0.4061 | 10.0 | 3640 | 2.0832 | 0.3473 | 0.6787 | 0.2876 | 0.2994 | 0.2787 |
| 0.2623 | 11.0 | 4004 | 2.1722 | 0.3474 | 0.6796 | 0.2913 | 0.3018 | 0.2821 |
Framework versions
- Transformers 5.15.0
- Pytorch 2.13.0+cu130
- Datasets 5.0.1
- Tokenizers 0.22.2
- Downloads last month
- 6
Model tree for omarZACK/mdd-arabic-e8-xlsr1b-full-augmentation-beam
Base model
facebook/wav2vec2-xls-r-1b