Skip to content

Commit 0a594f5

Browse files
authored
adding dataset disclaimer in evo2 lora notebook (NVIDIA-BioNeMo#1581)
### Description Adding a dataset disclaimer for usage of `nucleotide_transformer_downstream_tasks` dataset #### Usage <!--- How does a user interact with the changed code --> ```python TODO: Add code snippet ``` ### Type of changes <!-- Mark the relevant option with an [x] --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Refactor - [X] Documentation update - [ ] Other (please describe): ### Pre-submit Checklist <!--- Ensure all items are completed before submitting --> - [ X] I have tested these changes locally - [X ] I have updated the documentation accordingly - [ X] I have added/updated tests as needed - [ X] All existing tests pass successfully Signed-off-by: Zoey Zhang <zozhang@nvidia.com>
1 parent b0953dc commit 0a594f5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

bionemo-recipes/recipes/evo2_megatron/examples/lora-fine-tuning-tutorial.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@
9393
"underlying mapping has shifted in a future release; flip the names list and re-run."
9494
]
9595
},
96+
{
97+
"cell_type": "markdown",
98+
"id": "cell-003a",
99+
"metadata": {},
100+
"source": [
101+
"> 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."
102+
]
103+
},
96104
{
97105
"cell_type": "code",
98106
"execution_count": 2,

0 commit comments

Comments
 (0)