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

  • Log In
  • Sign Up

asapp
/
sew-d-tiny-100k

Feature Extraction
Transformers
PyTorch
Safetensors
English
sew-d
speech
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

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

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