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

meandyou200175
/
sp2t

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
wav2vec2
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use meandyou200175/sp2t with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="meandyou200175/sp2t")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("meandyou200175/sp2t")
    model = AutoModelForCTC.from_pretrained("meandyou200175/sp2t", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
sp2t
1.64 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
meandyou200175's picture
meandyou200175
Upload Wav2Vec2ForCTC
130c1a7 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • added_tokens.json
    32 Bytes
    Upload tokenizer over 2 years ago
  • config.json
    2.08 kB
    Upload Wav2Vec2ForCTC over 2 years ago
  • model.safetensors
    378 MB
    xet
    Upload Wav2Vec2ForCTC over 2 years ago
  • preprocessor_config.json
    211 Bytes
    Upload 5 files almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.26 GB
    xet
    Upload Wav2Vec2ForCTC (#3) almost 3 years ago
  • special_tokens_map.json
    96 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    1.11 kB
    Upload tokenizer over 2 years ago
  • vocab.json
    1.34 kB
    Upload tokenizer over 2 years ago