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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

walston
/
whisper-pinyin

Automatic Speech Recognition
Transformers
whisper_pinyin
feature-extraction
whisper
pinyin
speech-recognition
mandarin
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use walston/whisper-pinyin with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="walston/whisper-pinyin", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("walston/whisper-pinyin", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-pinyin
1.68 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
walston's picture
walston
Upload checkpoint-epoch=0009.ckpt with huggingface_hub
7840ab2 verified about 1 month ago
  • .gitattributes
    126 Bytes
    Upload .gitattributes with huggingface_hub about 1 month ago
  • README.md
    498 Bytes
    Upload README.md with huggingface_hub about 1 month ago
  • checkpoint-epoch=0009.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.68 GB
    xet
    Upload checkpoint-epoch=0009.ckpt with huggingface_hub about 1 month ago
  • config.json
    416 Bytes
    Upload config.json with huggingface_hub about 1 month ago
  • configuration_whisper_pinyin.py
    663 Bytes
    Upload configuration_whisper_pinyin.py with huggingface_hub about 1 month ago
  • modeling_whisper_pinyin.py
    5.73 kB
    Upload modeling_whisper_pinyin.py with huggingface_hub about 1 month ago
  • tokens.txt
    2.01 kB
    Upload tokens.txt with huggingface_hub about 1 month ago