Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Marathi
whisper
Generated from Trainer
Instructions to use vopatech/whisper-small-trained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vopatech/whisper-small-trained with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="vopatech/whisper-small-trained")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("vopatech/whisper-small-trained") model = AutoModelForSpeechSeq2Seq.from_pretrained("vopatech/whisper-small-trained") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 966995080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd8db41a8faea600325f7beff2aedac74009b44e673a05ae350c64027f5a8802
|
| 3 |
size 966995080
|
runs/Oct16_06-06-21_4c48d1456247/events.out.tfevents.1760594787.4c48d1456247.556.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5c501a2809783087f2a8f8addf2c73a556c12a9c75b522531f7db2d5a01f204
|
| 3 |
+
size 7420
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6033
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54c52f3d57b6966d8b2b45e7e59e5c182068bb786f57b0f08e13e0dc9b74a4d4
|
| 3 |
size 6033
|