How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="hpcai-tech/vqvae", trust_remote_code=True)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("hpcai-tech/vqvae", trust_remote_code=True, dtype="auto")
Quick Links

VQVAE

This repository is a clone of the VideoGPT in order to convert the VQ-VAE model to the Hugging Face format for easier model loading.

Paper: VideoGPT: Video Generation using VQ-VAE and Transformers

License

We follow the MIT license distributed by the VideoGPT project.

Downloads last month
18
Safetensors
Model size
22.2M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for hpcai-tech/vqvae