Instructions to use maya-research/maya1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maya-research/maya1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="maya-research/maya1")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("maya-research/maya1") model = AutoModelForCausalLM.from_pretrained("maya-research/maya1") - Notebooks
- Google Colab
- Kaggle
About the commercial use
#33
by LukeJacob2023 - opened
I want to know if I can use the audio produce by your model in commercial use? No need to get authorization from the voice owners?
LukeJacob2023 changed discussion title from About the license to About the commercial use
it's under apache-2.0 you can use it for commercial purpose .