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

LOpeetu
/
wav2vec2_doorbot2

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

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

  • Libraries
  • Transformers

    How to use LOpeetu/wav2vec2_doorbot2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="LOpeetu/wav2vec2_doorbot2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("LOpeetu/wav2vec2_doorbot2")
    model = AutoModelForAudioClassification.from_pretrained("LOpeetu/wav2vec2_doorbot2")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2_doorbot2
1.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
LOpeetu's picture
LOpeetu
Upload with huggingface_hub
448835f about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    21 Bytes
    initial commit about 3 years ago
  • config.json
    2.57 kB
    Upload with huggingface_hub about 3 years ago
  • optimizer.pt
    757 MB
    xet
    Upload with huggingface_hub about 3 years ago
  • preprocessor_config.json
    215 Bytes
    Upload with huggingface_hub about 3 years ago
  • pytorch_model.bin
    378 MB
    xet
    Upload with huggingface_hub about 3 years ago
  • rng_state.pth

    Detected Pickle imports (7)

    • "_codecs.encode",
    • "numpy.dtype",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.ByteStorage",
    • "collections.OrderedDict",
    • "numpy.ndarray",
    • "numpy.core.multiarray._reconstruct"

    How to fix it?

    14.6 kB
    xet
    Upload with huggingface_hub about 3 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    623 Bytes
    xet
    Upload with huggingface_hub about 3 years ago
  • trainer_state.json
    10.3 kB
    Upload with huggingface_hub about 3 years ago
  • training_args.bin
    3.57 kB
    xet
    Upload with huggingface_hub about 3 years ago