Giter Club home page Giter Club logo

signalgpt's Introduction

SignalGPT

Abstract

SignalGPT aims to enhance the prediction of signal peptides by using large language models, specifically focusing on the Low-Rank Adaptation technique to efficiently fine-tune an array of domain expert pre-trained model adapters. It matches the performance of previous methods while being lightweight and inexpensive to train.

EC2 Commands

aws configure
aws configure list
# set up new key and add to aws configure

sudo yum erase nvidia cuda
sudo yum install gcc make
sudo yum install -y gcc kernel-devel-$(uname -r)
aws s3 cp --recursive s3://ec2-linux-nvidia-drivers/latest/ .
chmod +x NVIDIA-Linux-x86_64*.run
sudo dnf install kernel-modules-extra
sudo /bin/sh ./NVIDIA-Linux-x86_64*.run
nvidia-smi
# nvidia-smi -q | head

sudo yum install git -y
sudo yum install python311 -y
sudo yum update -y
nano ~/.bashrc # alias python=python3
sudo yum -y install python-pip
pip install poetry

git config --global user.name "name"
git config --global user.email "email"

ssh-keygen -t ed25519 -C "email"

sudo yum install docker
sudo usermod -a -G docker ec2-user
newgrp docker
sudo systemctl enable docker.service
sudo systemctl start docker.service

signalgpt's People

Contributors

finnlueth avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.