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

TuKoResearch
/
AuriStreamDistill_100M40PredTeacher_librispeech960

Feature Extraction
Transformers
PyTorch
English
distilled_speech
speech
audio
data2vec
distillation
custom_code
Model card Files Files and versions
xet
Community
5

Instructions to use TuKoResearch/AuriStreamDistill_100M40PredTeacher_librispeech960 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TuKoResearch/AuriStreamDistill_100M40PredTeacher_librispeech960 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="TuKoResearch/AuriStreamDistill_100M40PredTeacher_librispeech960", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("TuKoResearch/AuriStreamDistill_100M40PredTeacher_librispeech960", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AuriStreamDistill_100M40PredTeacher_librispeech960
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
klemenk's picture
klemenk
Upload modeling_distilled_speech.py with huggingface_hub
7fb5ee7 verified 4 months ago
  • __pycache__
    Upload distilled speech model 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.46 kB
    Upload distilled speech model 4 months ago
  • config.json
    1.02 kB
    Upload distilled speech model 4 months ago
  • configuration_distilled_speech.py
    5.97 kB
    Upload distilled speech model 4 months ago
  • feature_extraction_distilled_speech.py
    5.04 kB
    Upload distilled speech model 4 months ago
  • modeling_distilled_speech.py
    20.1 kB
    Upload modeling_distilled_speech.py with huggingface_hub 4 months ago
  • preprocessor_config.json
    167 Bytes
    Update preprocessor_config.json 4 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    359 MB
    xet
    Upload distilled speech model 4 months ago