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

chrisjay
/
afrospeech-wav2vec-ibo

Audio Classification
Transformers
PyTorch
wav2vec2
afro-digits-speech
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use chrisjay/afrospeech-wav2vec-ibo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chrisjay/afrospeech-wav2vec-ibo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="chrisjay/afrospeech-wav2vec-ibo")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("chrisjay/afrospeech-wav2vec-ibo")
    model = AutoModelForAudioClassification.from_pretrained("chrisjay/afrospeech-wav2vec-ibo")
  • Notebooks
  • Google Colab
  • Kaggle
afrospeech-wav2vec-ibo
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
chrisjay's picture
chrisjay
added updates
7d80859 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    2.08 kB
    added updates over 3 years ago
  • VALID_igbo_ibo_audio_data.csv
    2.6 kB
    added updates over 3 years ago
  • afrospeech-wav2vec-ibo_METRICS_VALID.json
    23 Bytes
    added updates over 3 years ago
  • afrospeech-wav2vec-ibo_confusion_matrix_VALID.png
    28.3 kB
    added updates over 3 years ago
  • config.json
    2.68 kB
    add model over 3 years ago
  • digits-bar-plot-for-afrospeech-wav2vec-ibo.png
    18.9 kB
    added updates over 3 years ago
  • preprocessor_config.json
    215 Bytes
    add model over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    378 MB
    xet
    add model over 3 years ago