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

asapp
/
sew-d-tiny-100k-ft-ls100h

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
English
sew-d
audio
speech
hf-asr-leaderboard
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use asapp/sew-d-tiny-100k-ft-ls100h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use asapp/sew-d-tiny-100k-ft-ls100h with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="asapp/sew-d-tiny-100k-ft-ls100h")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("asapp/sew-d-tiny-100k-ft-ls100h")
    model = AutoModelForCTC.from_pretrained("asapp/sew-d-tiny-100k-ft-ls100h")
  • Notebooks
  • Google Colab
  • Kaggle
sew-d-tiny-100k-ft-ls100h
193 MB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 8 commits
felixgwu's picture
felixgwu
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
1966cdc almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    4.57 kB
    Update README.md about 4 years ago
  • config.json
    1.78 kB
    Update hidden_act and layer_norm_eps over 4 years ago
  • model.safetensors
    96.5 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • preprocessor_config.json
    213 Bytes
    Upload model over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    96.6 MB
    xet
    Upload model over 4 years ago
  • special_tokens_map.json
    85 Bytes
    Upload model over 4 years ago
  • tokenizer_config.json
    181 Bytes
    Upload model over 4 years ago
  • vocab.json
    291 Bytes
    Upload model over 4 years ago