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

  • Log In
  • Sign Up

av120
/
model

Text-to-Audio
Transformers
Safetensors
English
csm
text-generation-inference
unsloth
Model card Files Files and versions
xet
Community

Instructions to use av120/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use av120/model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="av120/model")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForTextToWaveform
    
    extractor = AutoFeatureExtractor.from_pretrained("av120/model")
    model = AutoModelForTextToWaveform.from_pretrained("av120/model")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Unsloth Studio new

    How to use av120/model with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for av120/model to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for av120/model to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for av120/model to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="av120/model",
        max_seq_length=2048,
    )
model
4.17 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
av120's picture
av120
(Trained with Unsloth)
08721ba verified 6 months ago
  • .gitattributes
    1.57 kB
    (Trained with Unsloth) 6 months ago
  • README.md
    546 Bytes
    Unsloth Model Card 6 months ago
  • chat_template.jinja
    2 kB
    (Trained with Unsloth) 6 months ago
  • config.json
    3.15 kB
    (Trained with Unsloth) 6 months ago
  • model.safetensors
    4.15 GB
    xet
    (Trained with Unsloth) 6 months ago
  • preprocessor_config.json
    271 Bytes
    (Trained with Unsloth) 6 months ago
  • special_tokens_map.json
    449 Bytes
    (Trained with Unsloth) 6 months ago
  • tokenizer.json
    17.2 MB
    xet
    (Trained with Unsloth) 6 months ago
  • tokenizer_config.json
    52.6 kB
    (Trained with Unsloth) 6 months ago