79579189

Date: 2025-04-17 13:00:30
Score: 0.5
Natty:
Report link

I’ve worked on a project fine-tuning Whisper-Tiny for translation tasks, and I got good results. You can check out my repo for the steps I followed, which might help you fix the issue you’re facing.

For your problem, I suggest checking if your training data includes the correct output in Arabic script. Also, make sure the fine-tuning settings are adjusted for translation (not just transcription). Double-check your data preprocessing and ensure it's compatible with Arabic script. Testing the model after fine-tuning with a few examples should help identify if the issue is with the training or how you're using the model during inference.

Feel free to check out my repo for more details!

https://github.com/pr0mila/MediBeng-Whisper-Tiny

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Promila Ghosh