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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,10 @@ pipeline_tag: text-to-speech
|
|
| 8 |
|
| 9 |
# Maya1
|
| 10 |
|
| 11 |
-
**
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
**try it:** [Playground](https://www.mayaresearch.ai/studio)
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
# Maya1
|
| 10 |
|
| 11 |
+
**Maya-1** is a state-of-the-art speech model for expressive voice generation, designed to capture human emotion and enable precise voice design.
|
| 12 |
+
|
| 13 |
+
Maya-1 was developed at Maya Research by **Dheemanth Reddy Bhumireddy Singa Reddy** (Co-founder & CEO) and **Bharath Kumar Kakumani** (Co-founder & CTO).
|
| 14 |
+
|
| 15 |
|
| 16 |
**try it:** [Playground](https://www.mayaresearch.ai/studio)
|
| 17 |
|