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

galsenai
/
wav2vec2-base-waxal-keyword-spotting

Audio Classification
Transformers
PyTorch
wav2vec2
Generated from Trainer
wolof
Model card Files Files and versions
xet
Community
1

Instructions to use galsenai/wav2vec2-base-waxal-keyword-spotting with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use galsenai/wav2vec2-base-waxal-keyword-spotting with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="galsenai/wav2vec2-base-waxal-keyword-spotting")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("galsenai/wav2vec2-base-waxal-keyword-spotting")
    model = AutoModelForAudioClassification.from_pretrained("galsenai/wav2vec2-base-waxal-keyword-spotting")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base-waxal-keyword-spotting
757 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
c19f66f about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    2.51 kB
    Update README.md over 3 years ago
  • all_results.json
    428 Bytes
    Upload 6 files over 3 years ago
  • config.json
    7.89 kB
    Upload Wav2Vec2ForSequenceClassification over 3 years ago
  • eval_results.json
    280 Bytes
    Upload 6 files over 3 years ago
  • model.safetensors
    378 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • preprocessor_config.json
    215 Bytes
    Upload feature extractor over 3 years ago
  • pytorch_model.bin
    378 MB
    xet
    Upload Wav2Vec2ForSequenceClassification over 3 years ago
  • train_results.json
    169 Bytes
    Upload 6 files over 3 years ago
  • trainer_state.json
    6.04 kB
    Upload 6 files over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.5 kB
    xet
    Upload 6 files over 3 years ago