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

bncay0
/
whisper-small-test2

Automatic Speech Recognition
Transformers
Safetensors
whisper
Model card Files Files and versions
xet
Community

Instructions to use bncay0/whisper-small-test2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bncay0/whisper-small-test2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="bncay0/whisper-small-test2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("bncay0/whisper-small-test2")
    model = AutoModelForMultimodalLM.from_pretrained("bncay0/whisper-small-test2")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-test2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
bncay0's picture
bncay0
Upload 5 files
1f6ade6 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload WhisperForConditionalGeneration almost 2 years ago
  • added_tokens.json
    36.2 kB
    Upload tokenizer almost 2 years ago
  • config.json
    2.41 kB
    Upload 5 files almost 2 years ago
  • generation_config.json
    4.07 kB
    Upload WhisperForConditionalGeneration almost 2 years ago
  • merges.txt
    544 kB
    Upload tokenizer almost 2 years ago
  • model.safetensors
    967 MB
    xet
    Upload WhisperForConditionalGeneration almost 2 years ago
  • normalizer.json
    54.4 kB
    Upload tokenizer almost 2 years ago
  • preprocessor_config.json
    353 Bytes
    Upload 5 files almost 2 years ago
  • special_tokens_map.json
    2.33 kB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    296 kB
    Upload tokenizer almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments"

    How to fix it?

    5.24 kB
    xet
    Upload 5 files almost 2 years ago
  • vocab.json
    1.09 MB
    Upload tokenizer almost 2 years ago