The pretrained model is hosted on AISquare:
- DPA-2.3.1-v3.0.0rc0 View on AISquare
Fine-tune the large-scale model with your configuration file:
dp --pt train input_finetune.json \
--finetune DPA2_medium_28_10M_rc0_AIS.pt \
--model-branch Domains_Alloy
input_finetune.json
: JSON config for your dataset and hyperparametersDPA2_medium_28_10M_rc0_AIS.pt
: AIS model--model-branch
: Specify the model branch (e.g.,Domains_Alloy
)