Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ylacombe
/
accent-classifier

Audio Classification
Transformers
Safetensors
wav2vec2
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use ylacombe/accent-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="ylacombe/accent-classifier")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("ylacombe/accent-classifier")
    model = AutoModelForAudioClassification.from_pretrained("ylacombe/accent-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
accent-classifier
3.86 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ylacombe's picture
ylacombe
Update README.md
7b85b2f verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.19 kB
    Update README.md about 1 year ago
  • config.json
    3.41 kB
    Upload Wav2Vec2ForSequenceClassification almost 2 years ago
  • model.safetensors
    3.86 GB
    xet
    Upload Wav2Vec2ForSequenceClassification almost 2 years ago
  • preprocessor_config.json
    212 Bytes
    Upload feature extractor almost 2 years ago