andrewfoong commited on
Commit
909aecd
1 Parent(s): 1558749

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -52,6 +52,11 @@ The data set is split into 1500 tetra-peptides in the train set, 400 in validati
52
  Each peptide in the train set is simulated for 50ns using classical molecular dynamics and the
53
  water is simulated using an implicit water model. Each other peptide is simulated for 500ns.
54
 
 
 
 
 
 
55
  ## Responsible AI FAQ
56
  - What is Timewarp?
57
  - Timewarp is a neural network that predicts the future 3D positions of a small peptide (2- 4 amino acids) based on its current state. It is a research project that investigates using deep learning to accelerate molecular dynamics simulations.
 
52
  Each peptide in the train set is simulated for 50ns using classical molecular dynamics and the
53
  water is simulated using an implicit water model. Each other peptide is simulated for 500ns.
54
 
55
+
56
+ ## Model training and checkpoints
57
+ Model checkpoints and config files are also included, and source code for training the model can be found [here](https://github.com/microsoft/timewarp).
58
+
59
+
60
  ## Responsible AI FAQ
61
  - What is Timewarp?
62
  - Timewarp is a neural network that predicts the future 3D positions of a small peptide (2- 4 amino acids) based on its current state. It is a research project that investigates using deep learning to accelerate molecular dynamics simulations.