Skip to content

Commit 649800e

Browse files
authored
feat: Alphagenome finetuning notebook (#4445)
* feat: Alphagenome finetuning notebook * Update cloudai_alphagenome_finetune.ipynb Fixed the lint errors * Update cloudai_alphagenome_finetune.ipynb Fix lint errors * feat: Add Alphagenome finetune * feat: Include the Alphagenome finetuning notebook url in the readme. Update the codeowners * feat: Add alphagegenome finetune notebook to the readme, add user to codeowners * feat: fix spelling
1 parent 42b3505 commit 649800e

3 files changed

Lines changed: 1231 additions & 2 deletions

File tree

notebooks/community/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
/vertex_endpoints/nvidia-triton/nvidia-triton-custom-container-prediction.ipynb @RajeshThallam
2828
/vertex_endpoints/optimized_tensorflow_runtime @vlasenkoalexey
2929
/notebooks/community/alphagenome/cloudai_alphagenome_vai_quickstart.ipynb @dpanigra
30+
/notebooks/community/alphagenome/cloudai_alphagenome_finetune.ipynb @dpanigra
3031
/notebooks/community/weathernext/weathernext_2_early_access_program.ipynb @dpanigra
3132
/notebooks/community/ml_ops/stage2/get_started_with_visionapi_and_automl.ipynb @mansari
3233
/notebooks/community/neo4j/graph_paysim.ipynb @benofben @laeg

notebooks/community/alphagenome/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
![AlphaGenome header image](https://raw.githubusercontent.com/google-deepmind/alphagenome/refs/heads/main/docs/source/_static/header.png)
22

33
# AlphaGenome
4-
[**Overview**](#overview) | [**Use Cases**](#use-cases) | [**Documentation**](#documentation) | [**Pricing**](#pricing) | [**Quick start**](#quick-start)
4+
[**Overview**](#overview) | [**Use Cases**](#use-cases) | [**Documentation**](#documentation) | [**Pricing**](#pricing) | [**Quick start inference**](#quick-start-inference) |
5+
[**Quick start finetune**](#quick-start-finetune)
56

67
## Overview
78
**Disclaimer:** *Experimental*.
@@ -89,5 +90,8 @@ To utilize these models via this service:
8990
* **Pricing information** will be shared directly with users upon approval
9091
and placement on the allowlist.
9192

92-
## Quick start
93+
## Quick start inference
9394
The quickest way to get started with the AlphaGenome in Google Cloud Platform is to run [our example notebook](cloudai_alphagenome_vai_quickstart.ipynb) in [Google Colab](https://colab.research.google.com/).
95+
96+
## Quick start finetune
97+
The quickest way to get started with the AlphaGenome fineutning in Google Cloud Platform is to run [our finetuning notebook](cloudai_alphagenome_finetune.ipynb) in [Google Cloud Platform Enterprise Colab](https://docs.cloud.google.com/colab/docs/introduction).

0 commit comments

Comments
 (0)