Arbi-Houssem/Tunisian_dataset_STT-TTS15s_filtred1.0
Viewer • Updated • 1.1k • 16 • 1
How to use Arbi-Houssem/TunLangModel_test15s with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Arbi-Houssem/TunLangModel_test15s") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("Arbi-Houssem/TunLangModel_test15s")
model = AutoModelForMultimodalLM.from_pretrained("Arbi-Houssem/TunLangModel_test15s")This model is a fine-tuned version of openai/whisper-small on the Tunisian_dataset_STT-TTS15s_filtred1.0 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.4255 | 3.8760 | 500 | 2.8373 | 109.3180 |
| 0.0481 | 7.7519 | 1000 | 3.2766 | 100.8778 |
Base model
openai/whisper-small