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

  • Log In
  • Sign Up

lgris
/
sew-tiny-pt

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

Instructions to use lgris/sew-tiny-pt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lgris/sew-tiny-pt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="lgris/sew-tiny-pt")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("lgris/sew-tiny-pt")
    model = AutoModel.from_pretrained("lgris/sew-tiny-pt")
  • Notebooks
  • Google Colab
  • Kaggle
sew-tiny-pt
163 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
lgris's picture
lgris
Update README.md
c588506 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    1.83 kB
    Update README.md over 4 years ago
  • config.json
    1.57 kB
    initial commit over 4 years ago
  • preprocessor_config.json
    213 Bytes
    initial commit 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?

    163 MB
    xet
    initial commit over 4 years ago