https://github.com/braceal/bio_ai_agent_genslm_example

GenSLM sequence generation example to be incorporated into agentic workflows

https://github.com/braceal/bio_ai_agent_genslm_example

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.3%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

GenSLM sequence generation example to be incorporated into agentic workflows

Basic Info
  • Host: GitHub
  • Owner: braceal
  • Language: Python
  • Default Branch: main
  • Size: 143 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 8 months ago · Last pushed 8 months ago
Metadata Files
Readme

README.md

bioaiagentgenslmexample

GenSLM sequence generation example to be incorporated into agentic workflows

Structure Figure

Install GenSLM on aurora

``` module load frameworks module load tmux

pip install levenshtein

pip install git+https://github.com/ramanathanlab/genslm ```

Generate Sequences

cd example python generate.py python compute_similarity.py

I forced to use CPU in generate.util.py line 18 and it takes 1min to generate 10 seqs from a prompt. Using XPU will cause OOM when generate 10 seqs at once: model.model.generate(..., num_outputs = 10)

Owner

  • Name: Alex Brace
  • Login: braceal
  • Kind: user
  • Company: University of Chicago

GitHub Events

Total
  • Member event: 1
  • Push event: 2
  • Fork event: 1
  • Create event: 2
Last Year
  • Member event: 1
  • Push event: 2
  • Fork event: 1
  • Create event: 2