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

KieuTruongz
/
test-model

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

Instructions to use KieuTruongz/test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KieuTruongz/test-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="KieuTruongz/test-model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("KieuTruongz/test-model")
    model = AutoModelForAudioClassification.from_pretrained("KieuTruongz/test-model")
  • Notebooks
  • Google Colab
  • Kaggle
test-model / runs
22.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
KieuTruongz's picture
KieuTruongz
End of training
a9c9afc verified almost 2 years ago
  • Jul09_17-20-49_db231c9c58f8
    End of training almost 2 years ago
  • Jul11_08-36-15_6bedf526aae6
    End of training almost 2 years ago