Parameters for Multihead Replay Finetuning #1380
Unanswered
raulloiscuns
asked this question in
Q&A
Replies: 1 comment 2 replies
|
hey @raulloiscuns that looks good,! if you want examples of finetuning, I uploaded all the finetuning examples of the MP-0 paper here https://drive.google.com/drive/u/1/folders/1gyjFBWjcoh-NJfoGNMnHWAq3jUqkxknO you can have a look at the logs to see what i used and how it goes. I used 100K configs, but i think 10K is the best to use. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I'm relatively new to MACE and I'm working on fine-tuning the
mh-1foundation model using the multi-head replay approach. My fine tuning dataset is around 500-750 configurations of ~400 atoms each.I've put together the following workflow based on the documentation, but I'm not entirely sure if the parameters make sense for a dataset of this size.
Here is my current setup:
Currently, I am extracting 10,000 configurations for the pre-training set. Is this number of configurations safe for my system? Should I modify it without risking catastrophic forgetting?
Also, I want to make sure the model focuses heavily on my fine tuning data. To do this, I included
--config_type_weights '{"Default":10.0}'in the training command. Does this parameter actually work the way I expect in a multi-head setup? I'm curious if this is the standard way to achieve this.Finally, I'd appreciate any rule of thumb or tips on other parameters you usually tweak in these cases. Thanks in advance for the help!
All reactions