Instructions to use Marialab/finetuned-s2t-1000-step with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Marialab/finetuned-s2t-1000-step with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Marialab/finetuned-s2t-1000-step")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Marialab/finetuned-s2t-1000-step") model = AutoModelForSpeechSeq2Seq.from_pretrained("Marialab/finetuned-s2t-1000-step", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "_from_model_config": true, | |
| "bos_token_id": 0, | |
| "decoder_start_token_id": 2, | |
| "early_stopping": true, | |
| "eos_token_id": 2, | |
| "max_length": 200, | |
| "num_beams": 5, | |
| "pad_token_id": 1, | |
| "transformers_version": "4.47.1" | |
| } | |