Instructions to use SamagraDataGov/whisper-testing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SamagraDataGov/whisper-testing with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="SamagraDataGov/whisper-testing")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("SamagraDataGov/whisper-testing") model = AutoModelForSpeechSeq2Seq.from_pretrained("SamagraDataGov/whisper-testing") - 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.9713749885559082, "eval_wer": 33.33333333333333, "eval_runtime": 1.4586, "eval_samples_per_second": 1.371, "eval_steps_per_second": 0.686, "epoch": 1.0}
|