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