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
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.