Instructions to use Coletomyo/TomYo_Whisper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Coletomyo/TomYo_Whisper with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Coletomyo/TomYo_Whisper")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Coletomyo/TomYo_Whisper") model = AutoModelForSpeechSeq2Seq.from_pretrained("Coletomyo/TomYo_Whisper") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
runs/Mar19_02-56-59_529000f6a2b7/events.out.tfevents.1710817032.529000f6a2b7.11518.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f91d924c9d4394719a70310d4b415482097d179f924489c269eb4fb39be46a94
|
| 3 |
+
size 15053
|