Skip to content

Questions about DPA2 zero shot test #3606

Answered by iProzd
duduRUHappy asked this question in Q&A
Discussion options

You must be logged in to vote

When conducting a zero-shot test, it is important to adjust the energy bias due to the differences in DFT settings between the pretraining and downstream datasets. Failing to do so will result in a significant energy shift. To automate this process, you can set numb_steps=1 (or maybe 0 is also ok) in the input.json file (containing downstream data systems, such as H2O-PBE0TS-MD, placed in training/training_data) and perform a 1-step fine-tuning to update the energy bias based on the test dataset:

dp_pt train input.json --finetune model.pt --model-branch H2O_H2O-PD

This will generate a 1-step fine-tuned model (model-1.pt) with an updated energy bias, which you can then use for zero-shot t…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@duduRUHappy
Comment options

@zjgemi
Comment options

Answer selected by iProzd
Comment options

You must be logged in to vote
6 replies
@rajnichahal
Comment options

@duduRUHappy
Comment options

@rajnichahal
Comment options

@rajnichahal
Comment options

@duduRUHappy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants