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

  • Log In
  • Sign Up

marcsixtysix
/
whisper-tiny-pl

Automatic Speech Recognition
Transformers
Safetensors
Polish
whisper
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use marcsixtysix/whisper-tiny-pl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use marcsixtysix/whisper-tiny-pl with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="marcsixtysix/whisper-tiny-pl")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("marcsixtysix/whisper-tiny-pl")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("marcsixtysix/whisper-tiny-pl")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-pl
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
marcsixtysix's picture
marcsixtysix
s
0708aa8 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    353 Bytes
    s over 1 year ago
  • added_tokens.json
    36.2 kB
    Training in progress, epoch 2 over 1 year ago
  • config.json
    1.48 kB
    End of training over 1 year ago
  • generation_config.json
    4.04 kB
    End of training over 1 year ago
  • merges.txt
    544 kB
    Training in progress, epoch 2 over 1 year ago
  • model.safetensors
    151 MB
    xet
    End of training over 1 year ago
  • normalizer.json
    54.4 kB
    Training in progress, epoch 2 over 1 year ago
  • preprocessor_config.json
    353 Bytes
    Training in progress, epoch 2 over 1 year ago
  • special_tokens_map.json
    2.33 kB
    Training in progress, epoch 2 over 1 year ago
  • tokenizer_config.json
    296 kB
    Training in progress, epoch 2 over 1 year ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.5 kB
    xet
    End of training over 1 year ago
  • vocab.json
    1.09 MB
    Training in progress, epoch 2 over 1 year ago