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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
openai
|
| 3 |
+
nltk
|
| 4 |
+
transformers
|
| 5 |
+
torch
|
| 6 |
+
datasets
|
| 7 |
+
huggingface_hub
|