Skip to content

Fine-Tuning "2023-10-29-mace-16M-pbenner-mptrj-no-conditional-loss.model" with a Subset of Elements #254

Closed Answered by ilyes319
AkarisDimitry asked this question in Q&A
Discussion options

You must be logged in to vote

If you go to the foundations branch in MACE, I made a way to fine tune a foundation model to your own dataset.
There is a new arg parser input called --foundation_model where you can put the path of the foundation model you want to fine tune. If you just do --foundation_model="use_mp" you will fine tune the material project model (no need to download anything). For now you will need to use the same settings as the foundation model for your model (probably there are ways to go beyond that). Here are the setting for the mp model. There might checkpointing problems so tell me.

python mace/cli/run_train.py ^
   --name="MACE_model" ^
   --model="ScaleShiftMACE" ^
   --hidden_irreps="64x0e + 64…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@AkarisDimitry
Comment options

@davkovacs
Comment options

@jcwang587
Comment options

@naoki-titech
Comment options

Answer selected by ilyes319
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants