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

sarthakmp
/
checkpoint-749-15270

Audio Classification
Transformers
PyTorch
audio-spectrogram-transformer
Model card Files Files and versions
xet
Community
1

Instructions to use sarthakmp/checkpoint-749-15270 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sarthakmp/checkpoint-749-15270 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="sarthakmp/checkpoint-749-15270")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("sarthakmp/checkpoint-749-15270")
    model = AutoModelForAudioClassification.from_pretrained("sarthakmp/checkpoint-749-15270", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
checkpoint-749-15270
1.04 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sarthakmp's picture
sarthakmp
Upload 8 files
d4af9a6 about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • README.md
    21 Bytes
    initial commit about 3 years ago
  • config.json
    5.07 kB
    Upload 8 files about 3 years ago
  • optimizer.pt
    690 MB
    xet
    Upload 8 files about 3 years ago
  • preprocessor_config.json
    297 Bytes
    Upload 8 files about 3 years ago
  • pytorch_model.bin
    345 MB
    xet
    Upload 8 files about 3 years ago
  • rng_state.pth
    14.6 kB
    xet
    Upload 8 files about 3 years ago
  • scheduler.pt
    627 Bytes
    xet
    Upload 8 files about 3 years ago
  • trainer_state.json
    190 kB
    Upload 8 files about 3 years ago
  • training_args.bin
    3.52 kB
    xet
    Upload 8 files about 3 years ago