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

hts98
/
accent_classification_6

Audio Classification
Transformers
PyTorch
TensorBoard
wav2vec2
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use hts98/accent_classification_6 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="hts98/accent_classification_6")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("hts98/accent_classification_6")
    model = AutoModelForAudioClassification.from_pretrained("hts98/accent_classification_6")
  • Notebooks
  • Google Colab
  • Kaggle
accent_classification_6 / runs
35.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
hts98's picture
hts98
Training in progress, epoch 1
991e041 almost 3 years ago
  • May25_17-10-32_aisia
    Training in progress, epoch 1 almost 3 years ago
  • May25_17-12-31_aisia
    Training in progress, epoch 1 almost 3 years ago
  • May25_17-26-52_aisia
    Training in progress, epoch 1 almost 3 years ago