Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

maya-research
/
maya1

Text-to-Speech
Transformers
Safetensors
English
llama
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
36

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
maya1 / tokenizer
28.3 MB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 1 commit
Bharath Kumar Kakumani
Upload tokenizer
37a8033 verified 7 months ago
  • chat_template.jinja
    3.83 kB
    Upload tokenizer 7 months ago
  • special_tokens_map.json
    3.33 kB
    Upload tokenizer 7 months ago
  • tokenizer.json
    22.9 MB
    xet
    Upload tokenizer 7 months ago
  • tokenizer_config.json
    5.41 MB
    Upload tokenizer 7 months ago