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

salixc
/
dielect_classification_model

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

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

  • Libraries
  • Transformers

    How to use salixc/dielect_classification_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="salixc/dielect_classification_model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("salixc/dielect_classification_model")
    model = AutoModelForAudioClassification.from_pretrained("salixc/dielect_classification_model")
  • Notebooks
  • Google Colab
  • Kaggle
dielect_classification_model / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
salixc's picture
salixc
Training in progress, epoch 5
2547653 verified almost 2 years ago
  • Jul26_02-19-05_c143efb7e118
    Training in progress, epoch 5 almost 2 years ago