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

elijahross
/
csm-german-8bit

Text-to-Audio
Transformers
Safetensors
csm
Model card Files Files and versions
xet
Community

Instructions to use elijahross/csm-german-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use elijahross/csm-german-8bit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="elijahross/csm-german-8bit")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToWaveform
    
    processor = AutoProcessor.from_pretrained("elijahross/csm-german-8bit")
    model = AutoModelForTextToWaveform.from_pretrained("elijahross/csm-german-8bit")
  • Notebooks
  • Google Colab
  • Kaggle
csm-german-8bit
6.61 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
elijahross's picture
elijahross
Upload processor
9430201 verified 11 months ago
  • .gitattributes
    1.57 kB
    Upload processor 11 months ago
  • README.md
    5.17 kB
    Upload CsmForConditionalGeneration 11 months ago
  • chat_template.jinja
    2 kB
    Upload processor 11 months ago
  • config.json
    3.27 kB
    Upload CsmForConditionalGeneration 11 months ago
  • generation_config.json
    230 Bytes
    Upload CsmForConditionalGeneration 11 months ago
  • model-00001-of-00002.safetensors
    4.96 GB
    xet
    Upload CsmForConditionalGeneration 11 months ago
  • model-00002-of-00002.safetensors
    1.64 GB
    xet
    Upload CsmForConditionalGeneration 11 months ago
  • model.safetensors.index.json
    55.9 kB
    Upload CsmForConditionalGeneration 11 months ago
  • preprocessor_config.json
    271 Bytes
    Upload processor 11 months ago
  • special_tokens_map.json
    449 Bytes
    Upload processor 11 months ago
  • tokenizer.json
    17.2 MB
    xet
    Upload processor 11 months ago
  • tokenizer_config.json
    50.6 kB
    Upload processor 11 months ago