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

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")
  • Notebooks
  • Google Colab
  • Kaggle
doorbot_wav2vec2_finetuned_model
1.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Vizzy's picture
Vizzy
Upload training_args.bin with huggingface_hub
5ea0b10 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    2.57 kB
    Upload config.json with huggingface_hub over 2 years ago
  • optimizer.pt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    757 MB
    xet
    Upload optimizer.pt with huggingface_hub over 2 years ago
  • preprocessor_config.json
    215 Bytes
    Upload preprocessor_config.json with huggingface_hub over 2 years ago
  • pytorch_model.bin
    378 MB
    xet
    Upload pytorch_model.bin with huggingface_hub over 2 years ago
  • rng_state.pth
    14.5 kB
    xet
    Upload rng_state.pth with huggingface_hub over 2 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    623 Bytes
    xet
    Upload scheduler.pt with huggingface_hub over 2 years ago
  • trainer_state.json
    20.4 kB
    Upload trainer_state.json with huggingface_hub over 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "torch.device"

    How to fix it?

    3.63 kB
    xet
    Upload training_args.bin with huggingface_hub over 2 years ago