abdouaziz/pul_V2
Preview • Updated • 33
How to use abdouaziz/pulaar-V2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="abdouaziz/pulaar-V2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("abdouaziz/pulaar-V2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("abdouaziz/pulaar-V2", device_map="auto")This model is a fine-tuned version of abdouaziiz/fpulaar_v3 on the abdouaziz/pul_V2 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.9023 | 2.1368 | 500 | 0.6921 | 0.3786 |
| 0.2246 | 4.2735 | 1000 | 0.7561 | 0.3686 |
| 0.0453 | 6.4103 | 1500 | 0.8414 | 0.3664 |
| 0.0139 | 8.5470 | 2000 | 0.8696 | 0.3605 |
| 0.0065 | 10.6838 | 2500 | 0.9175 | 0.3627 |
| 0.0049 | 12.8205 | 3000 | 0.9408 | 0.3605 |
| 0.0045 | 14.9573 | 3500 | 0.9553 | 0.3607 |