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

HamzaSidhu786
/
speech-accent-detection

Audio Classification
Transformers
Safetensors
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use HamzaSidhu786/speech-accent-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use HamzaSidhu786/speech-accent-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="HamzaSidhu786/speech-accent-detection")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("HamzaSidhu786/speech-accent-detection")
    model = AutoModelForAudioClassification.from_pretrained("HamzaSidhu786/speech-accent-detection")
  • Notebooks
  • Google Colab
  • Kaggle
speech-accent-detection
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
HamzaSidhu786's picture
HamzaSidhu786
Update README.md
6b1926c verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.2 kB
    Update README.md about 1 year ago
  • config.json
    2.98 kB
    Training in progress, epoch 1 over 1 year ago
  • model.safetensors
    378 MB
    xet
    End of training over 1 year ago
  • preprocessor_config.json
    214 Bytes
    Training in progress, epoch 1 over 1 year ago
  • training_args.bin
    5.3 kB
    xet
    Training in progress, epoch 1 over 1 year ago