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

  • Log In
  • Sign Up

asapp
/
sew-mid-100k

Feature Extraction
Transformers
PyTorch
Safetensors
English
sew
speech
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use asapp/sew-mid-100k with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="asapp/sew-mid-100k")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("asapp/sew-mid-100k")
    model = AutoModel.from_pretrained("asapp/sew-mid-100k")
  • Notebooks
  • Google Colab
  • Kaggle
sew-mid-100k
1.4 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 6 commits
felixgwu's picture
felixgwu
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
05e3998 almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    1.78 kB
    Upload model over 4 years ago
  • config.json
    1.49 kB
    Update model weights over 4 years ago
  • model.safetensors
    699 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
    699 MB
    xet
    Upload model over 4 years ago