Do I have to fine-tune a base model to generate new structures with a property condition?
let us say that I want to train a model to get the band gap. From my understanding, I cannot specify the property in dataset_example.yaml in conf/data_module to get the base model. Even if I specify the property in the yaml file and the training of base model is done, I won't be able to generate new structures with a property condition from the base model. Is that correct?
Therefore, fine-tuning the base model must be done to generate new structures with a property condition. Is that correct?
Do I have to fine-tune a base model to generate new structures with a property condition?
let us say that I want to train a model to get the band gap. From my understanding, I cannot specify the property in
dataset_example.yamlinconf/data_moduleto get the base model. Even if I specify the property in the yaml file and the training of base model is done, I won't be able to generate new structures with a property condition from the base model. Is that correct?Therefore, fine-tuning the base model must be done to generate new structures with a property condition. Is that correct?