-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7617ae5
commit 1be9012
Showing
4 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
AI & Machine Learning/07 - GenAI/07-02-Language/07-02-01-genai-intro-using-console.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"id": "bfac734d-a3fb-41c1-9463-f20e6f4d0119", | ||
"metadata": {}, | ||
"source": [ | ||
"# Introduction to Gogole cloud Generative AI (PaLM API) using Google cloud console" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "c7fd1249-b21b-4866-b492-984c8910965d", | ||
"metadata": {}, | ||
"source": [ | ||
"### Summary\n", | ||
"\n", | ||
"This notebooks provides introductory overview of Generative AI studio models within Vertex AI. The notebook also demonstrates how to get started with these models using UI. " | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "91c0fc7a-e1dd-4946-b1b0-300d1c43e384", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
} | ||
], | ||
"metadata": { | ||
"environment": { | ||
"kernel": "python3", | ||
"name": "tf2-gpu.2-8.m91", | ||
"type": "gcloud", | ||
"uri": "gcr.io/deeplearning-platform-release/tf2-gpu.2-8:m91" | ||
}, | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.7.12" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.