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.4492107629776, "eval_wer": 108.23045267489712, "eval_runtime": 9.4715, "eval_samples_per_second": 2.112, "eval_steps_per_second": 0.317, "epoch": 1.0}
|