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

Hguimaraes
/
rd_hubert

Feature Extraction
Transformers
Safetensors
English
rd_distiller
speech
automatic-speech-recognition
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Hguimaraes/rd_hubert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Hguimaraes/rd_hubert", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Hguimaraes/rd_hubert", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
rd_hubert
108 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Hguimaraes's picture
Hguimaraes
Update README.md
3d7d815 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    4.54 kB
    Update README.md 3 months ago
  • config.json
    1.17 kB
    Upload model 3 months ago
  • configuration_distiller.py
    3.23 kB
    Upload model 3 months ago
  • distiller_model.py
    2.11 kB
    Upload model 3 months ago
  • distiller_modules.py
    10.6 kB
    Upload model 3 months ago
  • distiller_w2v2_modules.py
    119 kB
    Upload model 3 months ago
  • model.safetensors
    108 MB
    xet
    Upload model 3 months ago
  • modeling_distiller.py
    8.33 kB
    Upload model 3 months ago