Views
No views yet
cd PeptideBERTpip install -r requirements.txt)python data/download_data.pypython data/split_augment.py to convert the data into the required formatconfig.py file with the desired parametersdata/split_augment.py (uncomment the line that calls augment_data)python train.py to train the modeltutorial.ipynb.