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

  • Log In
  • Sign Up

descript
/
dac_16khz

Feature Extraction
Transformers
Safetensors
dac
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use descript/dac_16khz with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="descript/dac_16khz")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModel
    
    extractor = AutoFeatureExtractor.from_pretrained("descript/dac_16khz")
    model = AutoModel.from_pretrained("descript/dac_16khz")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
dac_16khz
297 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 25 commits
eeishaan's picture
eeishaan
bezzam's picture
bezzam HF Staff
Update preprocessor_config.json (#3)
7c2fc5e verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload model almost 2 years ago
  • config.json
    542 Bytes
    Upload model almost 2 years ago
  • model.safetensors
    297 MB
    xet
    Upload model almost 2 years ago
  • preprocessor_config.json
    206 Bytes
    Update preprocessor_config.json (#3) 10 months ago