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

cxlrd
/
revix-classifier_3.0

Audio Classification
Transformers
Safetensors
audio-spectrogram-transformer
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use cxlrd/revix-classifier_3.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cxlrd/revix-classifier_3.0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="cxlrd/revix-classifier_3.0")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("cxlrd/revix-classifier_3.0")
    model = AutoModelForAudioClassification.from_pretrained("cxlrd/revix-classifier_3.0", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
revix-classifier_3.0
345 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
cxlrd's picture
cxlrd
End of training
09812aa verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    2.02 kB
    End of training 11 months ago
  • config.json
    719 Bytes
    Training in progress, epoch 1 11 months ago
  • model.safetensors
    345 MB
    xet
    Training in progress, epoch 4 11 months ago
  • training_args.bin
    5.84 kB
    xet
    Training in progress, epoch 1 11 months ago