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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

verydwis
/
latihan_speech_classification

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

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

  • Libraries
  • Transformers

    How to use verydwis/latihan_speech_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="verydwis/latihan_speech_classification")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("verydwis/latihan_speech_classification")
    model = AutoModelForAudioClassification.from_pretrained("verydwis/latihan_speech_classification", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
latihan_speech_classification / runs
134 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
verydwis's picture
verydwis
Training in progress, epoch 0
82ece25 over 2 years ago
  • Dec20_23-05-21_696caa7feb81
    Training in progress, epoch 3 over 2 years ago
  • Dec20_23-14-33_696caa7feb81
    Training in progress, epoch 3 over 2 years ago
  • Dec20_23-16-22_696caa7feb81
    Training in progress, epoch 2 over 2 years ago
  • Dec20_23-19-22_696caa7feb81
    Training in progress, epoch 0 over 2 years ago
  • Dec20_23-21-25_696caa7feb81
    Training in progress, epoch 0 over 2 years ago
  • Dec20_23-22-38_696caa7feb81
    Training in progress, epoch 2 over 2 years ago
  • Dec20_23-25-24_696caa7feb81
    Training in progress, epoch 1 over 2 years ago
  • Dec20_23-29-07_696caa7feb81
    Training in progress, epoch 0 over 2 years ago
  • Dec20_23-32-38_696caa7feb81
    Training in progress, epoch 0 over 2 years ago
  • Dec20_23-33-39_696caa7feb81
    Training in progress, epoch 1 over 2 years ago
  • Dec20_23-37-59_696caa7feb81
    Training in progress, epoch 0 over 2 years ago
  • Dec20_23-41-02_696caa7feb81
    Training in progress, epoch 0 over 2 years ago