Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 813 Bytes

File metadata and controls

24 lines (13 loc) · 813 Bytes

propenster/text2bn powerful GRN Language Model...that rocks!

Setup...

conda create -n text2bn pytorch torchdata cudatoolkit -c pytorch
conda install PyPDF2, metapub, tqdm, tokenizers, transformers, pytorch

pip install torch tensorboard torchdata cudatoolkit PyPDF2 metapub tqdm tokenizers transformers SentencePiece

conda activate text2bin
  • Day 3, I've entered parameter HELL... Time to turn these functions having like 25 arguments into receiving *CLI args via argparse... it's all getting messier at this point

About this project

A language model to ease extracting Gene REgulatory Networks from any text sources, literature, books etc and standardizing them into a causal logic Boolean Gene Regulatory Model representation.

This project is ongoing. It's not completed yet.