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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

zenlm
/
zen-musician

Text-to-Audio
Transformers
Safetensors
English
llama
text-generation
text-to-music
zen
zenlm
hanzo
music-generation
audio
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use zenlm/zen-musician with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zenlm/zen-musician with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="zenlm/zen-musician")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("zenlm/zen-musician")
    model = AutoModelForCausalLM.from_pretrained("zenlm/zen-musician", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
zen-musician
12.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
hanzo-dev
Add LICENSE and NOTICE files for license compliance
1407ad3 2 months ago
  • assets
    Add stage-1 model weights 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • LICENSE
    11.2 kB
    Add LICENSE and NOTICE files for license compliance 2 months ago
  • NOTICE
    191 Bytes
    Add NOTICE: Copyright Zen Authors 3 months ago
  • README.md
    1.61 kB
    Fix attribution: honest base_model + upstream NOTICE; remove false Zen MoDE/scratch claims 3 months ago
  • config.json
    684 Bytes
    Add stage-1 model weights 6 months ago
  • generation_config.json
    111 Bytes
    Add stage-1 model weights 6 months ago
  • model-00001-of-00003.safetensors
    4.92 GB
    xet
    Add stage-1 model weights 6 months ago
  • model-00002-of-00003.safetensors
    4.93 GB
    xet
    Add stage-1 model weights 6 months ago
  • model-00003-of-00003.safetensors
    2.6 GB
    xet
    Add stage-1 model weights 6 months ago
  • model.safetensors.index.json
    24 kB
    Add stage-1 model weights 6 months ago
  • tokenizer.model
    1.76 MB
    xet
    Add stage-1 model weights 6 months ago