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

pklumpp
/
Wav2Vec2_CommonPhone

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Phone Recognition
International Phonetic Alphabet
CTC
multilingual
Model card Files Files and versions
xet
Community
2

Instructions to use pklumpp/Wav2Vec2_CommonPhone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pklumpp/Wav2Vec2_CommonPhone with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="pklumpp/Wav2Vec2_CommonPhone")
    # Load model directly
    from transformers import Wav2Vec2
    model = Wav2Vec2.from_pretrained("pklumpp/Wav2Vec2_CommonPhone", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Wav2Vec2_CommonPhone
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
pklumpp's picture
pklumpp
Update README.md
e856cb9 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.02 kB
    Update README.md 7 months ago
  • config.json
    108 Bytes
    Uploaded Model over 2 years ago
  • model.safetensors
    1.26 GB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.26 GB
    xet
    Uploaded Model over 2 years ago