From ab1b0a3a3996bc7dfd59c1a45a9ec6365c9b9a20 Mon Sep 17 00:00:00 2001 From: Zoey Zhang Date: Tue, 26 May 2026 10:19:57 -0700 Subject: [PATCH] adding dataset disclaimer in notebook Signed-off-by: Zoey Zhang --- .../examples/lora-fine-tuning-tutorial.ipynb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bionemo-recipes/recipes/evo2_megatron/examples/lora-fine-tuning-tutorial.ipynb b/bionemo-recipes/recipes/evo2_megatron/examples/lora-fine-tuning-tutorial.ipynb index 8d167a3f7f..3b6d32c6ba 100644 --- a/bionemo-recipes/recipes/evo2_megatron/examples/lora-fine-tuning-tutorial.ipynb +++ b/bionemo-recipes/recipes/evo2_megatron/examples/lora-fine-tuning-tutorial.ipynb @@ -93,6 +93,14 @@ "underlying mapping has shifted in a future release; flip the names list and re-run." ] }, + { + "cell_type": "markdown", + "id": "cell-003a", + "metadata": {}, + "source": [ + "> Running this code will automatically download data from the [Nucleotide Transformer downstream-tasks suite](https://huggingface.co/datasets/InstaDeepAI/nucleotide_transformer_downstream_tasks_revised). Before you run the code, please confirm the content of the dataset and licensing is appropriate for your intended use." + ] + }, { "cell_type": "code", "execution_count": 2,