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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Orange
/
SSA-HuBERT-base-5k

Feature Extraction
Transformers
PyTorch
Safetensors
hubert
speech processing
self-supervision
african languages
🇪🇺 Region: EU
Model card Files Files and versions
xet
Community
3

Instructions to use Orange/SSA-HuBERT-base-5k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Orange/SSA-HuBERT-base-5k with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Orange/SSA-HuBERT-base-5k")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("Orange/SSA-HuBERT-base-5k")
    model = AutoModel.from_pretrained("Orange/SSA-HuBERT-base-5k")
  • Notebooks
  • Google Colab
  • Kaggle
SSA-HuBERT-base-5k
755 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
Antoine-caubriere's picture
Antoine-caubriere
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#3)
c7733e1 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • ASR_FLEURS-swahili_hf.yaml
    5.39 kB
    Upload 2 files (#2) almost 2 years ago
  • README.md
    6.26 kB
    Update README.md almost 2 years ago
  • SB_ASR_FLEURS_finetuning.ipynb
    24.8 kB
    Upload 2 files (#2) almost 2 years ago
  • config.json
    1.38 kB
    Upload 3 files almost 2 years ago
  • model.safetensors
    378 MB
    xet
    Adding `safetensors` variant of this model (#3) 6 months ago
  • preprocessor_config.json
    184 Bytes
    Upload 3 files almost 2 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
    Upload 3 files almost 2 years ago