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

flax-community
/
t5-vae-python

Transformers
JAX
transformer_vae
Model card Files Files and versions
xet
Community

Instructions to use flax-community/t5-vae-python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use flax-community/t5-vae-python with Transformers:

    # Load model directly
    from transformers import T5VaeForAutoencoding
    model = T5VaeForAutoencoding.from_pretrained("flax-community/t5-vae-python", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
t5-vae-python / model
34.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Fraser's picture
Fraser
add transformer-vae code
0b69648 about 5 years ago
  • __init__.py
    0 Bytes
    add transformer-vae code about 5 years ago
  • config.py
    5.38 kB
    add transformer-vae code about 5 years ago
  • decoders.py
    577 Bytes
    add transformer-vae code about 5 years ago
  • encoders.py
    713 Bytes
    add transformer-vae code about 5 years ago
  • outputs.py
    5.06 kB
    add transformer-vae code about 5 years ago
  • t5_vae.py
    20.8 kB
    add transformer-vae code about 5 years ago
  • utils.py
    658 Bytes
    add transformer-vae code about 5 years ago
  • vae.py
    1.09 kB
    add transformer-vae code about 5 years ago