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

MU-NLPC
/
F0_Energy_joint_VQVAE_embeddings-interp

Feature Extraction
Transformers
Safetensors
prosody_quantizer
custom_code
Model card Files Files and versions
xet
Community

Instructions to use MU-NLPC/F0_Energy_joint_VQVAE_embeddings-interp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MU-NLPC/F0_Energy_joint_VQVAE_embeddings-interp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="MU-NLPC/F0_Energy_joint_VQVAE_embeddings-interp", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("MU-NLPC/F0_Energy_joint_VQVAE_embeddings-interp", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
F0_Energy_joint_VQVAE_embeddings-interp
2.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
Daporte's picture
Daporte
Update generate_embeddings.py
598e684 verified about 1 year ago
  • modules
    upload files from https://github.com/facebookresearch/speech-resynthesis about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • LICENSE
    19.3 kB
    Upload LICENSE about 1 year ago
  • README.md
    1.25 kB
    Update README.md about 1 year ago
  • config.json
    1.28 kB
    Update config.json about 1 year ago
  • generate_embeddings.py
    3.57 kB
    Update generate_embeddings.py about 1 year ago
  • interp_grid_search_results.csv
    3.73 kB
    Upload 2 files about 1 year ago
  • interp_grid_search_results.tex
    2.78 kB
    Upload 2 files about 1 year ago
  • model.safetensors
    1.98 MB
    xet
    Upload Quantizer about 1 year ago
  • models.py
    1.04 kB
    upload files from https://github.com/facebookresearch/speech-resynthesis about 1 year ago
  • pipeline_utils.py
    4.02 kB
    Update pipeline_utils.py about 1 year ago
  • poetry.lock
    347 kB
    Upload 2 files about 1 year ago
  • prosody_embedding_pipeline.py
    6.72 kB
    Rename prosodic_embedding_pipeline.py to prosody_embedding_pipeline.py about 1 year ago
  • pyproject.toml
    771 Bytes
    Update pyproject.toml about 1 year ago
  • quantizer_config.py
    5.87 kB
    upload files from https://github.com/facebookresearch/speech-resynthesis about 1 year ago
  • utils.py
    925 Bytes
    upload files from https://github.com/facebookresearch/speech-resynthesis about 1 year ago