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

MahmoodAnaam
/
avhubert_encoder_vsr_base_vox_433h

Feature Extraction
Transformers
Safetensors
avhubert
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use MahmoodAnaam/avhubert_encoder_vsr_base_vox_433h with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="MahmoodAnaam/avhubert_encoder_vsr_base_vox_433h", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("MahmoodAnaam/avhubert_encoder_vsr_base_vox_433h", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
avhubert_encoder_vsr_base_vox_433h
411 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
MahmoodAnaam's picture
MahmoodAnaam
Upload requirements.txt
324ffdb verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    5.17 kB
    Upload model about 2 months ago
  • config.json
    5.88 kB
    Upload model about 2 months ago
  • configuration_avhubert.py
    6.78 kB
    Upload model about 2 months ago
  • configuration_resnet.py
    426 Bytes
    Upload model about 2 months ago
  • decoder.py
    50.3 kB
    Upload model about 2 months ago
  • feature_extraction_avhubert.py
    11.3 kB
    Upload feature extractor about 2 months ago
  • model.safetensors
    411 MB
    xet
    Upload model about 2 months ago
  • modeling_avhubert.py
    17.6 kB
    Upload model about 2 months ago
  • modeling_resnet.py
    5.78 kB
    Upload model about 2 months ago
  • preprocessor_config.json
    946 Bytes
    Upload feature extractor about 2 months ago
  • requirements.txt
    335 Bytes
    Upload requirements.txt about 2 months ago