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

  • Log In
  • Sign Up

microsoft
/
wavlm-base

Feature Extraction
Transformers
PyTorch
English
wavlm
speech
Model card Files Files and versions
xet
Community
1

Instructions to use microsoft/wavlm-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use microsoft/wavlm-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="microsoft/wavlm-base")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("microsoft/wavlm-base")
    model = AutoModel.from_pretrained("microsoft/wavlm-base")
  • Notebooks
  • Google Colab
  • Kaggle
wavlm-base
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
patrickvonplaten's picture
patrickvonplaten
Update README.md
efa81aa over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    3.77 kB
    Update README.md over 4 years ago
  • config.json
    2.24 kB
    correct over 4 years ago
  • preprocessor_config.json
    215 Bytes
    Update preprocessor_config.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    378 MB
    xet
    correct over 4 years ago