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

  • Log In
  • Sign Up

mizoru
/
whisper-tiny-ka

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

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

  • Libraries
  • Transformers

    How to use mizoru/whisper-tiny-ka with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="mizoru/whisper-tiny-ka")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("mizoru/whisper-tiny-ka")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("mizoru/whisper-tiny-ka")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-ka
153 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
mizoru's picture
mizoru
Training in progress, step 4000
39baece over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 over 3 years ago
  • added_tokens.json
    2.11 kB
    Training in progress, step 500 over 3 years ago
  • config.json
    1.96 kB
    Training in progress, step 500 over 3 years ago
  • merges.txt
    494 kB
    Training in progress, step 500 over 3 years ago
  • normalizer.json
    52.7 kB
    Training in progress, step 500 over 3 years ago
  • preprocessor_config.json
    185 kB
    Training in progress, step 500 over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    151 MB
    xet
    Training in progress, step 4000 over 3 years ago
  • special_tokens_map.json
    2.06 kB
    Training in progress, step 500 over 3 years ago
  • tokenizer_config.json
    828 Bytes
    Training in progress, step 500 over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.57 kB
    xet
    Training in progress, step 500 over 3 years ago
  • vocab.json
    1.04 MB
    Training in progress, step 500 over 3 years ago