Instructions to use patrickvonplaten/tiny-wav2vec2-no-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use patrickvonplaten/tiny-wav2vec2-no-tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("patrickvonplaten/tiny-wav2vec2-no-tokenizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
model documentation
#3
by nazneen - opened
No description provided.
Hi @patrickvonplaten
This PR has documentation about your model and is based on the format we are using as part of our effort to standardize model cards at Hugging Face. Please feel free to merge as is or edit as you like and then merge.
patrickvonplaten changed pull request status to merged