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