Instructions to use hf-internal-testing/tiny-random-speech-encoder-decoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-speech-encoder-decoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="hf-internal-testing/tiny-random-speech-encoder-decoder")# Load model directly from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-speech-encoder-decoder") model = AutoModelForSpeechSeq2Seq.from_pretrained("hf-internal-testing/tiny-random-speech-encoder-decoder", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d1a1a453bec79778f646af2a48961f4423779083ba2c21cffa98daec0cc35f92
- Size of remote file:
- 645 kB
- SHA256:
- 0e5d97dd2d931ac2ce5e3532b3ec32862c0501edca5b31f99a34ce601df19627
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.