Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Willy030125
/
Whisper-base-minds14-ForClassification

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

Instructions to use Willy030125/Whisper-base-minds14-ForClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Willy030125/Whisper-base-minds14-ForClassification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Willy030125/Whisper-base-minds14-ForClassification")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("Willy030125/Whisper-base-minds14-ForClassification")
    model = AutoModelForAudioClassification.from_pretrained("Willy030125/Whisper-base-minds14-ForClassification")
  • Notebooks
  • Google Colab
  • Kaggle
Whisper-base-minds14-ForClassification
336 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Willy030125's picture
Willy030125
Create README.md
256eb4c verified almost 2 years ago
  • checkpoint-1820
    Upload folder using huggingface_hub almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    556 Bytes
    Create README.md almost 2 years ago
  • added_tokens.json
    34.6 kB
    Upload folder using huggingface_hub almost 2 years ago
  • config.json
    2.83 kB
    Upload folder using huggingface_hub almost 2 years ago
  • merges.txt
    494 kB
    Upload folder using huggingface_hub almost 2 years ago
  • normalizer.json
    52.7 kB
    Upload folder using huggingface_hub almost 2 years ago
  • preprocessor_config.json
    339 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • pytorch_model.bin
    82.9 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • special_tokens_map.json
    2.08 kB
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer_config.json
    283 kB
    Upload folder using huggingface_hub almost 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.96 kB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • vocab.json
    1.04 MB
    Upload folder using huggingface_hub almost 2 years ago