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

pharoAIsanders420
/
musicgen-tiny-jungle-onnx

Text-to-Audio
Transformers
ONNX
musicgen
Model card Files Files and versions
xet
Community

Instructions to use pharoAIsanders420/musicgen-tiny-jungle-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pharoAIsanders420/musicgen-tiny-jungle-onnx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="pharoAIsanders420/musicgen-tiny-jungle-onnx")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToWaveform
    
    processor = AutoProcessor.from_pretrained("pharoAIsanders420/musicgen-tiny-jungle-onnx")
    model = AutoModelForTextToWaveform.from_pretrained("pharoAIsanders420/musicgen-tiny-jungle-onnx", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
musicgen-tiny-jungle-onnx
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits

This model has 2 files scanned as suspicious.

mcaaroni's picture
mcaaroni
add quant files
aed915e over 2 years ago
  • onnx
    add quant files over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    21 Bytes
    initial commit over 2 years ago
  • config.json
    7.75 kB
    add quant files over 2 years ago
  • generation_config.json
    219 Bytes
    Upload 9 files over 2 years ago
  • ort_config.json
    830 Bytes
    add quant files over 2 years ago
  • preprocessor_config.json
    275 Bytes
    Upload 9 files over 2 years ago
  • special_tokens_map.json
    2.2 kB
    Upload 4 files over 2 years ago
  • spiece.model
    792 kB
    xet
    Upload 4 files over 2 years ago
  • tokenizer.json
    2.42 MB
    Upload 4 files over 2 years ago
  • tokenizer_config.json
    20.8 kB
    Upload 4 files over 2 years ago