Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

nhe-ai
/
maya1-mlx-4Bit

Text-to-Speech
Transformers
Safetensors
MLX
English
llama
text-generation
text-generation-inference
4-bit precision
Model card Files Files and versions
xet
Community

Instructions to use nhe-ai/maya1-mlx-4Bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nhe-ai/maya1-mlx-4Bit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="nhe-ai/maya1-mlx-4Bit")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("nhe-ai/maya1-mlx-4Bit")
    model = AutoModelForCausalLM.from_pretrained("nhe-ai/maya1-mlx-4Bit")
  • MLX

    How to use nhe-ai/maya1-mlx-4Bit with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir maya1-mlx-4Bit nhe-ai/maya1-mlx-4Bit
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
maya1-mlx-4Bit
1.89 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
nhe-ai's picture
nhe-ai
Upload README.md with huggingface_hub
8750176 verified 6 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json with huggingface_hub 6 months ago
  • README.md
    864 Bytes
    Upload README.md with huggingface_hub 6 months ago
  • chat_template.jinja
    3.83 kB
    Upload chat_template.jinja with huggingface_hub 6 months ago
  • config.json
    1.09 kB
    Upload config.json with huggingface_hub 6 months ago
  • generation_config.json
    228 Bytes
    Upload generation_config.json with huggingface_hub 6 months ago
  • model.safetensors
    1.86 GB
    xet
    Upload model.safetensors with huggingface_hub 6 months ago
  • model.safetensors.index.json
    45.8 kB
    Upload model.safetensors.index.json with huggingface_hub 6 months ago
  • special_tokens_map.json
    813 Bytes
    Upload special_tokens_map.json with huggingface_hub 6 months ago
  • tokenizer.json
    22.9 MB
    xet
    Upload tokenizer.json with huggingface_hub 6 months ago
  • tokenizer_config.json
    5.41 MB
    Upload tokenizer_config.json with huggingface_hub 6 months ago
  • vllm_streaming_inference.py
    19.4 kB
    Upload vllm_streaming_inference.py with huggingface_hub 6 months ago