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

  • Log In
  • Sign Up

Cyleux
/
oc1b-16bit

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

Instructions to use Cyleux/oc1b-16bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Cyleux/oc1b-16bit with Transformers:

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

    How to use Cyleux/oc1b-16bit 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 Cyleux/oc1b-16bit 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 Cyleux/oc1b-16bit to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for Cyleux/oc1b-16bit to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="Cyleux/oc1b-16bit",
        max_seq_length=2048,
    )
oc1b-16bit
4.17 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
Cyleux's picture
Cyleux
(Trained with Unsloth)
3846f73 verified 9 months ago
  • .gitattributes
    1.57 kB
    (Trained with Unsloth) 10 months ago
  • README.md
    547 Bytes
    Unsloth Model Card 9 months ago
  • chat_template.jinja
    2 kB
    (Trained with Unsloth) 10 months ago
  • config.json
    3.15 kB
    (Trained with Unsloth) 10 months ago
  • generation_config.json
    361 Bytes
    (Trained with Unsloth) 10 months ago
  • model.safetensors
    4.15 GB
    xet
    (Trained with Unsloth) 9 months ago
  • preprocessor_config.json
    271 Bytes
    (Trained with Unsloth) 10 months ago
  • special_tokens_map.json
    449 Bytes
    (Trained with Unsloth) 10 months ago
  • tokenizer.json
    17.2 MB
    xet
    (Trained with Unsloth) 10 months ago
  • tokenizer_config.json
    50.6 kB
    (Trained with Unsloth) 10 months ago