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

snu-aidas
/
emova_speech_tokenizer_vllm

Feature Extraction
Transformers
Safetensors
English
Chinese
EMOVASpeechTokenizer
speech
tokenization
custom_code
Model card Files Files and versions
xet
Community

Instructions to use snu-aidas/emova_speech_tokenizer_vllm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use snu-aidas/emova_speech_tokenizer_vllm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="snu-aidas/emova_speech_tokenizer_vllm", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("snu-aidas/emova_speech_tokenizer_vllm", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
emova_speech_tokenizer_vllm
556 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
kdg6245's picture
kdg6245
Update emova_decode_runtime.py
1062a38 verified 3 months ago
  • examples
    Duplicate from snu-aidas/emova_speech_tokenizer_hf 3 months ago
  • runtime_assets
    Duplicate from snu-aidas/emova_speech_tokenizer_hf 3 months ago
  • s2u_vendor
    Duplicate from snu-aidas/emova_speech_tokenizer_hf 3 months ago
  • .gitattributes
    1.84 kB
    Duplicate from snu-aidas/emova_speech_tokenizer_hf 3 months ago
  • .gitignore
    41 Bytes
    Duplicate from snu-aidas/emova_speech_tokenizer_hf 3 months ago
  • README.md
    4.61 kB
    Duplicate from snu-aidas/emova_speech_tokenizer_hf 3 months ago
  • config.json
    8.46 kB
    Update config.json 3 months ago
  • configuration_emova_speech_tokenizer.py
    4.49 kB
    Update configuration_emova_speech_tokenizer.py 3 months ago
  • emova_decode_runtime.py
    89.5 kB
    Update emova_decode_runtime.py 3 months ago
  • model.safetensors
    547 MB
    xet
    Duplicate from snu-aidas/emova_speech_tokenizer_hf 3 months ago
  • modeling_emova_speech_tokenizer.py
    9.11 kB
    Update modeling_emova_speech_tokenizer.py 3 months ago