🧠
Model

InstructPLM

by Eikor eikor/instructplm
Free2AITools Nexus Index
38.3
S: Semantic 50

Query-time baseline · scored live at search

A: Authority 53
P: Popularity 54
R: Recency 38
Q: Quality 70
Tech Context
Vital Performance

Technical Constraints

Experimental / High Latency
Low FNI signal 38.3 FNI Score
Tiny - Params
- Context
0 Downloads
Commercial APACHE License
Model Information Summary
Entity Passport
Registry ID eikor/instructplm
License Apache-2.0
Provider github
πŸ“œ

Cite this model

Academic & Research Attribution

BibTeX
@misc{eikor_instructplm,
  author = {Eikor},
  title = {InstructPLM Model},
  year = {2024},
  howpublished = {\url{https://github.com/Eikor/InstructPLM}},
  note = {Accessed via Free2AITools.}
}
APA Style
Eikor. (2024). InstructPLM [Model]. Free2AITools. https://github.com/Eikor/InstructPLM

πŸ”¬Technical Deep Dive

Full Specifications [+]

Quick Commands

πŸ™ Git Clone
git clone https://github.com/Eikor/InstructPLM

βš–οΈ Free2AITools Nexus Index V2.0

Semantic (S) 50

Query-time baseline · scored live at search

Authority (A) 53
Popularity (P) 54
Recency (R) 38
Quality (Q) 70

πŸ’¬ Index Insight

FNI V2.0 for InstructPLM: Authority (A:53), Popularity (P:54), Recency (R:38), Quality (Q:70). Semantic (S) is a query-time baseline scored live at search.

Free2AITools Nexus Index

Data Sources / Provenance

Open data Updated: Live data
---

πŸš€ What's Next?

Technical Deep Dive

InstructPLM

image Design protein sequences following structure instructions. Read the InstructPLM paper.

Setup

We recommend using docker for a quick start. You can launch an instance of instructPLM with the following commands:

bash
docker pull jundesiat/instructplm:mpnn-progen2-xlarge
docker run --gpus all -it -v /path/to/input_output:/workspace/ jundesiat/instructplm:mpnn-progen2-xlarge
cd /root/InstructPLM

Or you can run InstructPLM from the source code, clone this repo and install dependence:

bash
git clone --recurse-submodules https://github.com/Eikor/InstructPLM.git
cd InstructPLM
pip install -r requirements.txt

Usage

Code organization:

[!IMPORTANT] Make sure you have obtained structure embedding before running InstructPLM, you can construct preprocessed structure embeddings by python structure_embeddings/preprocess.py. This script will process protein pdbs stored in pdbs/ and save the result in structure_embeddings/.

Protein Design

For protein design, run python run_generate.py --total 10 --save_suffix test. This script will read embeddings automatically in structure_embeddings/ and save the result at the path specified by --save_prefix. For generating fix-length proteins, setting --fix_length=True.

[!TIP] Large language models some times suffer from Hallucinations, so as pLMs :thinking: . You may need to generate a large set of candidates and a select policy (e.g.,

⚠️ Incomplete Data

Some information about this model is not available. Use with Caution - Verify details from the original source before relying on this data.

View Original Source β†’

πŸ“ Limitations & Considerations

  • β€’ Benchmark scores may vary based on evaluation methodology and hardware configuration.
  • β€’ VRAM requirements are estimates; actual usage depends on quantization and batch size.
  • β€’ FNI scores are relative rankings and may change as new models are added.

Social Proof

GitHub Repository
94Stars
6Forks
πŸ”„ Updated daily

Source summary: Based on GitHub metadata. Not a recommendation.

πŸ“Š FNI Methodology πŸ“š Knowledge Baseℹ️ Verify with original source

πŸ›‘οΈ Model Transparency Report

Technical metadata sourced from upstream repositories.

Open Metadata

πŸ†” Identity & Source

id
gh-model--eikor--instructplm
slug
eikor--instructplm
source
github
author
Eikor
license
Apache-2.0
tags
huggingface, protein-design, pytorch, python

βš™οΈ Technical Specs

pipeline tag
other

πŸ“Š Engagement & Metrics

downloads
0
stars
94
forks
6

Data indexed from public sources. Updated daily.