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

Vizzy
/
doorbot_wav2vec2_finetuned_model

Audio Classification
Transformers
PyTorch
wav2vec2
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Vizzy/doorbot_wav2vec2_finetuned_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Vizzy/doorbot_wav2vec2_finetuned_model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("Vizzy/doorbot_wav2vec2_finetuned_model")
    model = AutoModelForAudioClassification.from_pretrained("Vizzy/doorbot_wav2vec2_finetuned_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
doorbot_wav2vec2_finetuned_model
1.51 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
14f7242 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    2.57 kB
    Upload config.json with huggingface_hub almost 3 years ago
  • model.safetensors
    378 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • optimizer.pt
    757 MB
    xet
    Upload optimizer.pt with huggingface_hub almost 3 years ago
  • preprocessor_config.json
    215 Bytes
    Upload preprocessor_config.json with huggingface_hub almost 3 years ago
  • pytorch_model.bin
    378 MB
    xet
    Upload pytorch_model.bin with huggingface_hub almost 3 years ago
  • rng_state.pth
    14.5 kB
    xet
    Upload rng_state.pth with huggingface_hub almost 3 years ago
  • scheduler.pt
    623 Bytes
    xet
    Upload scheduler.pt with huggingface_hub almost 3 years ago
  • trainer_state.json
    20.4 kB
    Upload trainer_state.json with huggingface_hub almost 3 years ago
  • training_args.bin
    3.63 kB
    xet
    Upload training_args.bin with huggingface_hub almost 3 years ago