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

  • Log In
  • Sign Up

hf-internal-testing
/
tiny-random-UniSpeechSatModel

Feature Extraction
Transformers
PyTorch
unispeech-sat
Model card Files Files and versions
xet
Community
2

Instructions to use hf-internal-testing/tiny-random-UniSpeechSatModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hf-internal-testing/tiny-random-UniSpeechSatModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="hf-internal-testing/tiny-random-UniSpeechSatModel")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("hf-internal-testing/tiny-random-UniSpeechSatModel")
    model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-UniSpeechSatModel")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-UniSpeechSatModel
336 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Xenova's picture
Xenova HF Staff
[Awaiting approval] Upload ONNX weights
4cdd8bb verified about 2 years ago
  • onnx
    [Awaiting approval] Upload ONNX weights about 2 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    1.73 kB
    Upload tiny models for UniSpeechSatModel over 3 years ago
  • preprocessor_config.json
    215 Bytes
    Upload tiny models for UniSpeechSatModel over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    132 kB
    xet
    Upload tiny models for UniSpeechSatModel over 3 years ago
  • special_tokens_map.json
    96 Bytes
    Upload tiny models for UniSpeechSatModel over 3 years ago
  • tokenizer_config.json
    647 Bytes
    Upload tiny models for UniSpeechSatModel over 3 years ago
  • vocab.json
    358 Bytes
    Upload tiny models for UniSpeechSatModel over 3 years ago