-
Hello, I'm experimenting with fine-tuning a foundation model. mace_run_train train.xyz and test.xyz contain a very small set of structures for my system of interest, where I use the keys REF_energy and REF_forces. In the MACE_run-3.log log file I get the following warning: WARNING: Using multiheads finetuning with a foundation model that is not a Materials Project model, need to provied a path to a pretraining file with --pt_train_file. The training completes successfully, but I think here I'm doing what the documentation calls "naive fine-tuning". I'm not sure how to proceed. Where do I get the "pretraining file"? Is this the database that has been used to train the full MP_0b foundation model? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @spiccinin, I have changed the finetuning interface and have just updated the documentation (forgot to do it sorry). You need to update the input to add the following line: |
Beta Was this translation helpful? Give feedback.
Hey @spiccinin,
I have changed the finetuning interface and have just updated the documentation (forgot to do it sorry). You need to update the input to add the following line:
--pt_train_file="mp" \
.