Instructions to use SamagraDataGov/test_whisper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SamagraDataGov/test_whisper with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="SamagraDataGov/test_whisper")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("SamagraDataGov/test_whisper") model = AutoModelForSpeechSeq2Seq.from_pretrained("SamagraDataGov/test_whisper") - Notebooks
- Google Colab
- Kaggle
Upload metrics.json with huggingface_hub
Browse files- metrics.json +1 -0
metrics.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"eval_loss": 1.740859031677246, "eval_wer": 200.8298755186722, "eval_runtime": 10.9464, "eval_samples_per_second": 1.827, "eval_steps_per_second": 0.274, "epoch": 1.0}
|