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

amankhandelia
/
flax_mms_alignment_model

Transformers
JAX
wav2vec2
audio-frame-classification
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use amankhandelia/flax_mms_alignment_model with Transformers:

    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioFrameClassification
    
    processor = AutoProcessor.from_pretrained("amankhandelia/flax_mms_alignment_model", trust_remote_code=True)
    model = AutoModelForAudioFrameClassification.from_pretrained("amankhandelia/flax_mms_alignment_model", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
flax_mms_alignment_model
1.26 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
amankhandelia's picture
amankhandelia
Upload convert-mms-alignment-checkpoint-to-jax.ipynb
550c8ae almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    3.46 kB
    prepared alignment model to be loaded using flaxautomodel almost 3 years ago
  • convert-mms-alignment-checkpoint-to-jax.ipynb
    166 kB
    Upload convert-mms-alignment-checkpoint-to-jax.ipynb almost 3 years ago
  • flax_model.msgpack
    1.26 GB
    xet
    prepared alignment model to be loaded using flaxautomodel almost 3 years ago
  • flax_modeling_alignment.py
    6.95 kB
    prepared alignment model to be loaded using flaxautomodel almost 3 years ago