Skip to content

Commit

Permalink
Merge pull request #2 from gitter-lab/colab_notebooks
Browse files Browse the repository at this point in the history
"Added notebooks that are colab accessible, they should both be runnable from within colab. "
  • Loading branch information
samgelman authored Aug 29, 2024
2 parents 45237bb + 508b300 commit c4dd1b3
Show file tree
Hide file tree
Showing 4 changed files with 4,336 additions and 4 deletions.
4 changes: 3 additions & 1 deletion notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ This directory contains example notebooks that show how to use various aspects o
| [generate_rosetta_dataset.ipynb](generate_rosetta_dataset.ipynb) | Generate a Rosetta pretraining dataset using molecular simulations data obtained from the [metl-sim](https://github.com/gitter-lab/metl-sim) repository. |
| [train_test_split.ipynb](train_test_split.ipynb) | Create train, validation, and test splits for experimental datasets. |
| [pretraining.ipynb](pretraining.ipynb) | Pretrain METL models with Rosetta data. |
| [finetuning.ipynb](finetuning.ipynb) | Finetune METL models with experimental data. |
| [finetuning.ipynb](finetuning.ipynb) | Finetune METL models with experimental data. |
| [colab_finetuning.ipynb](colab_finetuning.ipynb) | Finetune METL models with experimental data on Colab. |
| [colab_predicting.ipynb](colab_predicting.ipynb) | Predict with METL models with on Colab. |
Loading

0 comments on commit c4dd1b3

Please sign in to comment.