d3b4g commited on
Commit
0c1011e
·
verified ·
1 Parent(s): 0bf6d41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -39,7 +39,7 @@ model-index:
39
 
40
  ---
41
 
42
- ## 🧠 Overview
43
 
44
  This model is a **fine-tuned version of OpenAI’s Whisper Small**, trained specifically for **Dhivehi (Thaana)** speech recognition using the **Mozilla Common Voice 17.0** dataset.
45
  The goal of this project was to create an open, accurate Dhivehi ASR model suitable for transcription, voice assistants, and dataset generation.
@@ -48,7 +48,7 @@ During fine-tuning, the model achieved a **Word Error Rate (WER) of 11.07%**, sh
48
 
49
  ---
50
 
51
- ## 🧪 Usage Example
52
 
53
  ```python
54
  from transformers import WhisperProcessor, WhisperForConditionalGeneration
 
39
 
40
  ---
41
 
42
+ ## Overview
43
 
44
  This model is a **fine-tuned version of OpenAI’s Whisper Small**, trained specifically for **Dhivehi (Thaana)** speech recognition using the **Mozilla Common Voice 17.0** dataset.
45
  The goal of this project was to create an open, accurate Dhivehi ASR model suitable for transcription, voice assistants, and dataset generation.
 
48
 
49
  ---
50
 
51
+ ## Usage Example
52
 
53
  ```python
54
  from transformers import WhisperProcessor, WhisperForConditionalGeneration