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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

wookee3
/
cosyvoice3-speech-tokenizer-pt

Feature Extraction
Transformers
PyTorch
CosyVoice
ONNX
onnx_parameter_store
trust-remote-code
custom_code
Model card Files Files and versions
xet
Community

Instructions to use wookee3/cosyvoice3-speech-tokenizer-pt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use wookee3/cosyvoice3-speech-tokenizer-pt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="wookee3/cosyvoice3-speech-tokenizer-pt", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("wookee3/cosyvoice3-speech-tokenizer-pt", trust_remote_code=True, device_map="auto")
  • CosyVoice

    How to use wookee3/cosyvoice3-speech-tokenizer-pt with CosyVoice:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Notebooks
  • Google Colab
  • Kaggle
cosyvoice3-speech-tokenizer-pt
968 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
wookee3's picture
wookee3
Fix ONNX auto-download repo resolution for tokenize_from_file
e6a6574 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • LICENSE
    157 Bytes
    Upload ONNX-derived PT parameter bundle 5 months ago
  • README.md
    1.93 kB
    Add HF-loaded tokenize path and updated remote code 5 months ago
  • audio_to_tokens_example.py
    4.68 kB
    Update README with audio-to-token example and add helper script 5 months ago
  • config.json
    600 Bytes
    Fix ONNX auto-download repo resolution for tokenize_from_file 5 months ago
  • configuration_onnx_parameter_store.py
    997 Bytes
    Add HF-loaded tokenize path and updated remote code 5 months ago
  • modeling_onnx_parameter_store.py
    14.4 kB
    Fix ONNX auto-download repo resolution for tokenize_from_file 5 months ago
  • onnx_parameter_map.json
    50.6 kB
    Upload ONNX-derived PT parameter bundle 5 months ago
  • onnx_parameter_report.json
    1.38 kB
    Add HF-loaded tokenize path and updated remote code 5 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    968 MB
    xet
    Upload ONNX-derived PT parameter bundle 5 months ago