Instructions to use Atotti/Google-USM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Atotti/Google-USM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Atotti/Google-USM")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Atotti/Google-USM") model = AutoModel.from_pretrained("Atotti/Google-USM") - Notebooks
- Google Colab
- Kaggle
Model usage
#2
by artificialhug - opened
Hi, i have a question to this model. Can this model be used as a task file to feed gemma 3n with audio files on an android device?
Since mediapipe(googles library ) has no official support for it, i was thinking about implementing it myself but also looking for already available models.