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
/
AuriStream1B_40Pred_librilight_500k

Feature Extraction
Transformers
Safetensors
English
AuriStream.AuriStream
audio
speech
autoregressive
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use TuKoResearch/AuriStream1B_40Pred_librilight_500k with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="TuKoResearch/AuriStream1B_40Pred_librilight_500k", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("TuKoResearch/AuriStream1B_40Pred_librilight_500k", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AuriStream1B_40Pred_librilight_500k
5.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
klemenk's picture
klemenk
Update README.md
2ac8658 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    4.46 kB
    Update README.md 9 months ago
  • config.json
    515 Bytes
    Update config.json about 1 year ago
  • configuration_auristream.py
    702 Bytes
    Create configuration_auristream.py about 1 year ago
  • model.safetensors
    5.52 GB
    xet
    Upload model.safetensors with huggingface_hub about 1 year ago
  • modeling_auristream.py
    26.8 kB
    Sync modeling_auristream.py from TuKoResearch/AuriStream200M_100Pred_librilight_200k 10 months ago