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

  • Log In
  • Sign Up

badrex
/
mms-300m-arabic-dialect-identifier

Audio Classification
Transformers
Safetensors
Arabic
wav2vec2
finetuning
dialects
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use badrex/mms-300m-arabic-dialect-identifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use badrex/mms-300m-arabic-dialect-identifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="badrex/mms-300m-arabic-dialect-identifier")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("badrex/mms-300m-arabic-dialect-identifier")
    model = AutoModelForAudioClassification.from_pretrained("badrex/mms-300m-arabic-dialect-identifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mms-300m-arabic-dialect-identifier
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 57 commits
badrex's picture
badrex
Update README.md
6220d51 verified 9 months ago
  • assets
    Upload logo_2.png about 1 year ago
  • examples
    Upload examples/mubarak_egypt_2011.mp3 with huggingface_hub about 1 year ago
  • .gitattributes
    1.78 kB
    Upload logo_2.png about 1 year ago
  • README.md
    7.92 kB
    Update README.md 9 months ago
  • config.json
    2.32 kB
    Upload Wav2Vec2ForSequenceClassification over 1 year ago
  • model.safetensors
    1.26 GB
    xet
    Upload Wav2Vec2ForSequenceClassification over 1 year ago
  • preprocessor_config.json
    212 Bytes
    Upload feature extractor over 1 year ago