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

facebook
/
hf-seamless-m4t-large

Text-to-Speech
Transformers
PyTorch
seamless_m4t
feature-extraction
SeamlessM4T
Model card Files Files and versions
xet
Community
20

Instructions to use facebook/hf-seamless-m4t-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use facebook/hf-seamless-m4t-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="facebook/hf-seamless-m4t-large")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("facebook/hf-seamless-m4t-large")
    model = AutoModel.from_pretrained("facebook/hf-seamless-m4t-large")
  • Notebooks
  • Google Colab
  • Kaggle
hf-seamless-m4t-large
9.45 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 23 commits
ylacombe's picture
ylacombe
Update readme with v2 mention
b8a4df8 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    6.49 kB
    Update readme with v2 mention over 2 years ago
  • added_tokens.json
    2.12 kB
    Upload processor (#8) over 2 years ago
  • config.json
    2.56 kB
    Upload model (#9) over 2 years ago
  • generation_config.json
    3.35 kB
    Upload model (#11) over 2 years ago
  • preprocessor_config.json
    1.78 kB
    Upload processor (#8) over 2 years ago
  • pytorch_model.bin
    9.44 GB
    xet
    Upload model (#4) over 2 years ago
  • sentencepiece.bpe.model
    5.17 MB
    xet
    Upload processor (#1) over 2 years ago
  • special_tokens_map.json
    1.7 kB
    Upload processor (#8) over 2 years ago
  • tokenizer_config.json
    19.5 kB
    Upload processor (#8) over 2 years ago