Instructions to use omarZACK/mdd-arabic-e2-xlsr300m-unannotated-beam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use omarZACK/mdd-arabic-e2-xlsr300m-unannotated-beam with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="omarZACK/mdd-arabic-e2-xlsr300m-unannotated-beam")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("omarZACK/mdd-arabic-e2-xlsr300m-unannotated-beam") model = AutoModelForCTC.from_pretrained("omarZACK/mdd-arabic-e2-xlsr300m-unannotated-beam", device_map="auto") - Notebooks
- Google Colab
- Kaggle
mdd-arabic-e2-xlsr300m-unannotated-beam
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 14.2919
- Per: 0.8785
- Accuracy: 1.0
- Precision: 1.0
- Recall: 1.0
- F1 Macro: 1.0
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.0003
- train_batch_size: 24
- eval_batch_size: 24
- 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: 0.1
- num_epochs: 30
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Per | Accuracy | Precision | Recall | F1 Macro |
|---|---|---|---|---|---|---|---|---|
| 2.1900 | 1.0 | 970 | 7.9681 | 0.8833 | 1.0 | 1.0 | 1.0 | 1.0 |
| 1.0965 | 2.0 | 1940 | 10.6147 | 0.8736 | 1.0 | 1.0 | 1.0 | 1.0 |
| 0.9992 | 3.0 | 2910 | 11.9748 | 0.8708 | 1.0 | 1.0 | 1.0 | 1.0 |
| 0.7198 | 4.0 | 3880 | 12.7297 | 0.8745 | 1.0 | 1.0 | 1.0 | 1.0 |
| 0.6360 | 5.0 | 4850 | 13.5838 | 0.8867 | 1.0 | 1.0 | 1.0 | 1.0 |
| 0.4539 | 6.0 | 5820 | 14.2919 | 0.8785 | 1.0 | 1.0 | 1.0 | 1.0 |
Framework versions
- Transformers 5.14.1
- Pytorch 2.10.0+cu128
- Datasets 5.0.1
- Tokenizers 0.22.2
- Downloads last month
- -
Model tree for omarZACK/mdd-arabic-e2-xlsr300m-unannotated-beam
Base model
facebook/wav2vec2-xls-r-300m