Instructions to use vasudevgupta/tf-wav2vec2-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vasudevgupta/tf-wav2vec2-base with Transformers:
# Load model directly from transformers import TFAutoModel model = TFAutoModel.from_pretrained("vasudevgupta/tf-wav2vec2-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
TensorFlow version of facebook/wav2vec2-base. Obtained using script from https://github.com/vasudevgupta7/gsoc-wav2vec2.
- Downloads last month
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Load model directly from transformers import TFAutoModel model = TFAutoModel.from_pretrained("vasudevgupta/tf-wav2vec2-base", dtype="auto")