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

  • Log In
  • Sign Up

anton1561
/
whisper-small-ph

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
ph
whisper
hf-asr-leaderboard
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use anton1561/whisper-small-ph with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="anton1561/whisper-small-ph")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("anton1561/whisper-small-ph")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("anton1561/whisper-small-ph")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-ph
967 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
anton1561's picture
anton1561
update model card README.md
2ecde2f about 3 years ago
  • runs
    End of training about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 1000 about 3 years ago
  • README.md
    1.19 kB
    update model card README.md about 3 years ago
  • config.json
    1.29 kB
    Training in progress, step 1000 about 3 years ago
  • generation_config.json
    3.5 kB
    End of training about 3 years ago
  • preprocessor_config.json
    339 Bytes
    Training in progress, step 1000 about 3 years ago
  • pytorch_model.bin
    967 MB
    xet
    End of training about 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.77 kB
    xet
    End of training about 3 years ago