Downloading this model from the Hub
This model was trained with langvae. It can be downloaded or reloaded using the method load_from_hf_hub
>>> from langvae import LangCVAE
>>> model = LangCVAE.load_from_hf_hub(hf_hub_path="neuro-symbolic-ai/eb-langcvae-flan_t5-llama3_8b")