Instructions to use nrshoudi/wav2vec2-large-xls-r-300m-Arabic-phoneme with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nrshoudi/wav2vec2-large-xls-r-300m-Arabic-phoneme with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="nrshoudi/wav2vec2-large-xls-r-300m-Arabic-phoneme")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("nrshoudi/wav2vec2-large-xls-r-300m-Arabic-phoneme") model = AutoModelForCTC.from_pretrained("nrshoudi/wav2vec2-large-xls-r-300m-Arabic-phoneme", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss: 0.
|
| 18 |
-
- Per: 0.
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
@@ -50,36 +50,36 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Per |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 53 |
-
| 2.
|
| 54 |
-
| 2.
|
| 55 |
-
| 2.
|
| 56 |
-
| 2.
|
| 57 |
-
| 2.
|
| 58 |
-
|
|
| 59 |
-
| 1.
|
| 60 |
-
| 1.
|
| 61 |
-
| 1.
|
| 62 |
-
| 1.
|
| 63 |
-
| 1.
|
| 64 |
-
| 1.
|
| 65 |
-
| 1.
|
| 66 |
-
| 1.
|
| 67 |
-
| 1.
|
| 68 |
-
| 1.
|
| 69 |
-
| 1.
|
| 70 |
-
| 1.
|
| 71 |
-
| 1.
|
| 72 |
-
| 1.
|
| 73 |
-
|
|
| 74 |
-
|
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.
|
| 77 |
-
| 0.
|
| 78 |
-
| 0.
|
| 79 |
-
| 0.
|
| 80 |
-
| 0.
|
| 81 |
-
| 0.
|
| 82 |
-
| 0.
|
| 83 |
|
| 84 |
|
| 85 |
### Framework versions
|
|
@@ -87,4 +87,4 @@ The following hyperparameters were used during training:
|
|
| 87 |
- Transformers 4.27.4
|
| 88 |
- Pytorch 2.0.0+cu118
|
| 89 |
- Datasets 2.11.0
|
| 90 |
-
- Tokenizers 0.13.
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 0.0955
|
| 18 |
+
- Per: 0.0852
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Per |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 53 |
+
| 2.5617 | 1.0 | 102 | 2.2924 | 1.0 |
|
| 54 |
+
| 2.2639 | 2.0 | 204 | 2.3079 | 1.0 |
|
| 55 |
+
| 2.3203 | 2.99 | 306 | 2.3406 | 1.0 |
|
| 56 |
+
| 2.2545 | 4.0 | 409 | 2.2614 | 1.0 |
|
| 57 |
+
| 2.1643 | 5.0 | 511 | 1.7664 | 1.0 |
|
| 58 |
+
| 1.7206 | 6.0 | 613 | 1.7111 | 1.0 |
|
| 59 |
+
| 1.7024 | 6.99 | 715 | 1.7146 | 1.0 |
|
| 60 |
+
| 1.719 | 8.0 | 818 | 1.7485 | 1.0 |
|
| 61 |
+
| 1.7268 | 9.0 | 920 | 1.7347 | 1.0 |
|
| 62 |
+
| 1.7042 | 10.0 | 1022 | 1.7078 | 1.0 |
|
| 63 |
+
| 1.6836 | 10.99 | 1124 | 1.6868 | 1.0 |
|
| 64 |
+
| 1.6719 | 12.0 | 1227 | 1.6798 | 1.0 |
|
| 65 |
+
| 1.6573 | 13.0 | 1329 | 1.6622 | 1.0 |
|
| 66 |
+
| 1.6353 | 14.0 | 1431 | 1.6339 | 1.0 |
|
| 67 |
+
| 1.6179 | 14.99 | 1533 | 1.5896 | 1.0 |
|
| 68 |
+
| 1.5669 | 16.0 | 1636 | 1.5226 | 0.9793 |
|
| 69 |
+
| 1.5276 | 17.0 | 1738 | 1.4972 | 0.9533 |
|
| 70 |
+
| 1.4857 | 18.0 | 1840 | 1.4075 | 0.9757 |
|
| 71 |
+
| 1.4144 | 18.99 | 1942 | 1.3158 | 0.9685 |
|
| 72 |
+
| 1.3073 | 20.0 | 2045 | 1.1385 | 0.9692 |
|
| 73 |
+
| 1.1651 | 21.0 | 2147 | 0.9220 | 0.9523 |
|
| 74 |
+
| 1.0036 | 22.0 | 2249 | 0.7287 | 0.8698 |
|
| 75 |
+
| 0.7561 | 22.99 | 2351 | 0.5178 | 0.5407 |
|
| 76 |
+
| 0.6271 | 24.0 | 2454 | 0.3903 | 0.4185 |
|
| 77 |
+
| 0.5033 | 25.0 | 2556 | 0.2525 | 0.2356 |
|
| 78 |
+
| 0.4183 | 26.0 | 2658 | 0.1868 | 0.1624 |
|
| 79 |
+
| 0.351 | 26.99 | 2760 | 0.1435 | 0.1200 |
|
| 80 |
+
| 0.3256 | 28.0 | 2863 | 0.1154 | 0.1035 |
|
| 81 |
+
| 0.2859 | 29.0 | 2965 | 0.0996 | 0.0849 |
|
| 82 |
+
| 0.2771 | 29.93 | 3060 | 0.0996 | 0.0910 |
|
| 83 |
|
| 84 |
|
| 85 |
### Framework versions
|
|
|
|
| 87 |
- Transformers 4.27.4
|
| 88 |
- Pytorch 2.0.0+cu118
|
| 89 |
- Datasets 2.11.0
|
| 90 |
+
- Tokenizers 0.13.3
|