Skip to content

finetuning with MLM task #70

@sj584

Description

@sj584

Awesome work :)

I am thinking about finetuning this model on specific protein domain with MLM task.
As in, starting from the SaProt model weights, further finetuning on un-labeled dataset.

  1. When I run this code for MLM finetuning,
    python scripts/training.py -c config/Pretrain/saprot.yaml

I only need to change the load_pretrained: True ??

I also want to ask your opinion on this

  1. Given that model does MLM task on both structure token and sequence token,
    Would it be possible to use this model as kind of structure prediction?
    (sequence given -> structure token recovery -> 3D structure reconstruction)
    Or vise versa (i.e. sequence design given structure)

Thank you in advance for your comment!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions