Build From Github
Create Environment with Conda
First, download the repository and create the environment.
git clone https://github.com/mydkzgj/RNA-FM.git
cd ./RNA-FM
conda env create -f environment.yml
Then, activate the "RNA-FM" environment and enter into the workspace.
conda activate RNA-FM
cd ./redevelop
Access Pre-trained Models.
Download pre-trained models from this gdrive link and place the pth files into the pretrained
folder.