Transformers
Safetensors
MLX
multilingual
t5
text2text-generation
grapheme-to-phoneme
g2p
phonemization
byt5
text-generation-inference
Instructions to use bearcove/g2p-multilingual-byT5-tiny-16-layers-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bearcove/g2p-multilingual-byT5-tiny-16-layers-mlx with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("bearcove/g2p-multilingual-byT5-tiny-16-layers-mlx") model = AutoModelForSeq2SeqLM.from_pretrained("bearcove/g2p-multilingual-byT5-tiny-16-layers-mlx") - MLX
How to use bearcove/g2p-multilingual-byT5-tiny-16-layers-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir g2p-multilingual-byT5-tiny-16-layers-mlx bearcove/g2p-multilingual-byT5-tiny-16-layers-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!