Instructions to use jcho02/whisper_cleft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jcho02/whisper_cleft with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jcho02/whisper_cleft", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,7 @@ tags:
|
|
| 10 |
|
| 11 |
This model card details the Whisper model, fine-tuned to identify hypernasality in patients from audio recordings. The model is developed to assist in the diagnosis and monitoring of speech disorders.
|
| 12 |
|
|
|
|
| 13 |
## Model Details
|
| 14 |
|
| 15 |
### Model Description
|
|
|
|
| 10 |
|
| 11 |
This model card details the Whisper model, fine-tuned to identify hypernasality in patients from audio recordings. The model is developed to assist in the diagnosis and monitoring of speech disorders.
|
| 12 |
|
| 13 |
+
- Model Interactive Demo: https://huggingface.co/spaces/jcho02/Transformers_whisper_cleft
|
| 14 |
## Model Details
|
| 15 |
|
| 16 |
### Model Description
|