waveletdeboshir
commited on
Commit
•
3e021b9
1
Parent(s):
29ee4be
Update README.md
Browse files
README.md
CHANGED
@@ -118,11 +118,13 @@ base_model:
|
|
118 |
This is a version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) model without number tokens (token ids corresponding to numbers are excluded).
|
119 |
NO fine-tuning was used.
|
120 |
|
121 |
-
Phrases with spoken numbers will be transcribed with numbers as words.
|
122 |
|
123 |
**Example**: Instead of **"25"** this model will transcribe phrase as **"twenty five"**.
|
124 |
|
125 |
## Usage
|
|
|
|
|
126 |
Model can be used as an original whisper:
|
127 |
|
128 |
```python
|
|
|
118 |
This is a version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) model without number tokens (token ids corresponding to numbers are excluded).
|
119 |
NO fine-tuning was used.
|
120 |
|
121 |
+
Phrases with spoken numbers will be transcribed with numbers as words. It can be useful for TTS data preparation.
|
122 |
|
123 |
**Example**: Instead of **"25"** this model will transcribe phrase as **"twenty five"**.
|
124 |
|
125 |
## Usage
|
126 |
+
`transformers` version `4.45.2`
|
127 |
+
|
128 |
Model can be used as an original whisper:
|
129 |
|
130 |
```python
|