lamp-grugru-vae

Overview

This model was exported from the Lightning checkpoint last.ckpt.

Loading

from transformers import AutoModel

model = AutoModel.from_pretrained("pszmk/lamp-grugru-vae", trust_remote_code=True)

Load a specific release with a revision or tag:

from transformers import AutoModel

model = AutoModel.from_pretrained(
    "pszmk/lamp-grugru-vae",
    revision="main",
    trust_remote_code=True,
)

Provenance

  • Source checkpoint: /home/pszmk/Latent-Anti-Microbial-Peptides-LAMP/mlruns/1/289e4f6c2d444ec2b65b387354cac477/artifacts/checkpoints/last.ckpt
  • Model class: modelling.src.models.aes.grugru.GRUVAE
  • Config class: modelling.src.models.aes.grugru.GRUVAEConfig
  • Suggested revision: main

Metadata

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

Collection including pszmk/lamp-grugru-vae