Instructions to use raidavid/whisper-tiny-rai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use raidavid/whisper-tiny-rai with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="raidavid/whisper-tiny-rai")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("raidavid/whisper-tiny-rai") model = AutoModelForSpeechSeq2Seq.from_pretrained("raidavid/whisper-tiny-rai") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 300
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151061672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e02353ce8227509e309c2d3823564443322cc88ceb9bfa23ac155671719f7fe1
|
| 3 |
size 151061672
|
runs/Jan09_15-19-29_daviddeMacBook-Pro-M3.local/events.out.tfevents.1704784770.daviddeMacBook-Pro-M3.local.67147.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:8f00c9f41c956129b86aa4ede299074705c178dfaa490a24d365ad54fbd2bb12
|
| 3 |
+
size 8017
|