PreGP: A Crop Genomic Prediction Method based on a Pretraining-Finetuning Framework
PreGP is a crop genomic prediction method based on a pretraining-finetuning Framework. Through this tutorial, you can complete model pre-training and fine-tuning to achieve phenotype prediction.
You can download our pre-trained models trained on large-scale genotype data, and vocabularies at Hugging Face. Access Hugging Face through the following link.
https://huggingface.co/integer8/PreGP/tree/main
Method 1: Directly download the model and vocabularies through the browser.
Simply click the download button next to the model to download the model weights you need.
Method 2: Use git clone to get the models and vocabularies.
Install git lfs. If you are using Ubuntu, you can install it with the following command.