Update README.md
Browse files
README.md
CHANGED
@@ -13,10 +13,10 @@ library_name: transformers
|
|
13 |
---
|
14 |
how to use the model in colab:
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
|
21 |
#Load your fine-tuned Whisper model and processor
|
22 |
model_name = "hackergeek98/tinyyyy_whisper"
|
|
|
13 |
---
|
14 |
how to use the model in colab:
|
15 |
|
16 |
+
#start
|
17 |
+
pip install torch torchaudio transformers librosa gradio
|
18 |
+
from transformers import WhisperProcessor, WhisperForConditionalGeneration
|
19 |
+
import torch
|
20 |
|
21 |
#Load your fine-tuned Whisper model and processor
|
22 |
model_name = "hackergeek98/tinyyyy_whisper"
|