This model was trained with multivae. It can be downloaded or reloaded using the method load_from_hf_hub
load_from_hf_hub
>>> from multivae.models import AutoModel >>> model = AutoModel.load_from_hf_hub(hf_hub_path="your_hf_username/repo_name")
-