From a6192abc81fe73405bf9954fa6b3acc9310c18fb Mon Sep 17 00:00:00 2001 From: braceal Date: Tue, 15 Nov 2022 21:13:11 -0500 Subject: [PATCH 1/2] colab --- README.md | 2 +- examples/embedding.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d12f134d..a1d599ab 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ The primary inference modes currently supported by `genslm` are computing embedd ### Compute embeddings -[Try it out in Colab!](https://colab.research.google.com/github/ramanathanlab/genslm/blob/main/examples/embedding-colab.ipynb) +[Try it out in Colab!](https://colab.research.google.com/github/ramanathanlab/genslm/blob/main/examples/embedding.ipynb) ```python import torch import numpy as np diff --git a/examples/embedding.ipynb b/examples/embedding.ipynb index d5d808e2..d49b0203 100644 --- a/examples/embedding.ipynb +++ b/examples/embedding.ipynb @@ -7,7 +7,7 @@ "colab_type": "text" }, "source": [ - "\"Open" + "\"Open" ] }, { @@ -319,4 +319,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +} From 843f64bad43cf0dc37b80f6390d72301f88b840c Mon Sep 17 00:00:00 2001 From: Alex Brace Date: Tue, 15 Nov 2022 21:16:40 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a1d599ab..4791563d 100644 --- a/README.md +++ b/README.md @@ -137,9 +137,7 @@ Our pre-trained models and datasets can be downloaded via [Globus](https://www.g The primary inference modes currently supported by `genslm` are computing embeddings and generating synthetic sequences. -### Compute embeddings - -[Try it out in Colab!](https://colab.research.google.com/github/ramanathanlab/genslm/blob/main/examples/embedding.ipynb) +### Compute embeddings [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ramanathanlab/genslm/blob/main/examples/embedding.ipynb) ```python import torch import numpy as np