8000 GitHub - dft-dutoit/synthetic-distillation: Repository for data and figure generation used in "Distillation of atomistic foundation models across architectures and chemical domains"
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Repository for data and figure generation used in "Distillation of atomistic foundation models across architectures and chemical domains"

Notifications You must be signed in to change notification settings

dft-dutoit/synthetic-distillation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Repository for "Distillation of atomistic foundation models across architectures and chemical domains"

Included in this repository are the fine-tuned and distilled models used to perform simulations in the paper "Distillation of atomistic foundation models across architectures and chemical domains". Additionally, the synthetic datasets used to train the distilled models are included for each application.

Repository Structure

Folders are organised by target system, excluding the figure-generation folder which contains scripts for generating the figures in the paper. Each folder contains the following:

  • synthetic-data.xyz: The synthetic dataset used to train the distilled models.
  • distilled-ARCH: Distilled modles for the target system.

Loading Models

For all fine-tuned foundation models, the model can be loaded using the graph_pes.models.load_model function, the same applies for all non-ACE distilled models.

from graph_pes.models import load_model

model = load_model("path/to/model.pt")
calculator = model.ase_calculator()

ACE models can be loaded as follows:

from pyace import PyACECalculator

calculator = PyACECalculator("path/to/model.yace")

Foundation Models

Foundation models used for fine-tuning in this work are available at the following links:

About

Repository for data and figure generation used in "Distillation of atomistic foundation models across architectures and chemical domains"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0