Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure #131

Merged
merged 39 commits into from
Feb 10, 2025
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
13af989
move files
bebechien Jan 21, 2025
720bb0e
clean up README.md
bebechien Jan 21, 2025
ef87bba
Update README.md
bebechien Jan 21, 2025
d4e5680
Update README.md
bebechien Jan 21, 2025
c3a2fd6
Add README.md
bebechien Jan 21, 2025
dea850c
rename notebooks
bebechien Jan 22, 2025
719470b
update README.md
bebechien Jan 22, 2025
729a031
Add common use cases
bebechien Jan 22, 2025
c8f238c
Add common use cases
bebechien Jan 22, 2025
16c50c8
Add common use cases
bebechien Jan 22, 2025
4addc17
split common use cases notebook
bebechien Jan 22, 2025
3a8b111
Update binary_artifacts.yaml
bebechien Jan 23, 2025
9962f5c
Update labeler.yml
bebechien Jan 23, 2025
f3c404a
Update README.md
bebechien Jan 23, 2025
510e8af
Update README.md
bebechien Jan 24, 2025
72c52da
Merge branch 'main' of https://github.com/google-gemini/gemma-cookboo…
bebechien Jan 24, 2025
da8a5c4
change notebook name
bebechien Jan 24, 2025
9f21738
Update README.md
bebechien Jan 24, 2025
f8145dc
nbfmt
bebechien Jan 24, 2025
6f966ab
test fixing colab link
bebechien Jan 24, 2025
80d3b16
fix colab link
bebechien Jan 24, 2025
ec646e7
fix colab link
bebechien Jan 24, 2025
86e2659
fix colab link
bebechien Jan 24, 2025
507c87b
fix colab button
bebechien Jan 24, 2025
2ff82c5
fix colab button
bebechien Jan 24, 2025
9843be9
Update notebooks.yaml
bebechien Jan 24, 2025
cff81e3
Update README.md
bebechien Jan 27, 2025
e72933e
Update README.md
bebechien Jan 27, 2025
4c11985
Update README.md
bebechien Jan 27, 2025
5596da5
add more description
bebechien Jan 27, 2025
877eea2
Update README.md
bebechien Jan 27, 2025
9dab43e
Update README.md
bebechien Jan 27, 2025
5aa5cb0
keep formatting with devsite docs
bebechien Feb 5, 2025
42c4751
Delete [Gemma_2]Agentic_AI.ipynb
bebechien Feb 5, 2025
8beb2e0
keep formatting with devsite docs
bebechien Feb 5, 2025
dcbca4c
nbfmt
bebechien Feb 5, 2025
36d3364
Update CodeGemma/README.md
bebechien Feb 10, 2025
487a69d
Update CodeGemma/README.md
bebechien Feb 10, 2025
4ef2d53
Update README.md
bebechien Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix colab link
bebechien committed Jan 24, 2025
commit 80d3b1634111b1cdb05bc063b3e64becc0180c6a
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/business-email-assistant/model-tuning/notebook/bakery_inquiry_model_tuned_with_gemma.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Demos/business-email-assistant/model-tuning/notebook/bakery_inquiry_model_tuned_with_gemma.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>\n"
]

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Gemma/[Gemma_1]Advanced_Prompting_Techniques.ipynb
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5DAdvanced_Prompting_Techniques.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]Advanced_Prompting_Techniques.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_1]Basics_with_HF.ipynb
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
"This notebook demonstrates how to load, fine-tune and deploy Gemma model by utilising Hugging Face.\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5DBasics_with_HF.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]Basics_with_HF.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
79 changes: 75 additions & 4 deletions Gemma/[Gemma_1]Common_use_cases.ipynb
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
"This notebook demonstrates the basic task that Gemma can solve by using the right prompting.\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5DCommon_use_cases.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]Common_use_cases.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
@@ -261,7 +261,10 @@
"outputs": [
{
"data": {
"text/markdown": "Summary:\nGoogle is a tech giant known for its search engine, email, documents, maps, and more, encompassing various products and services.",
"text/markdown": [
"Summary:\n",
"Google is a tech giant known for its search engine, email, documents, maps, and more, encompassing various products and services."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
@@ -307,7 +310,36 @@
"outputs": [
{
"data": {
"text/markdown": "**Step 1: Understand the physics of light scattering.**\n\n- Light is composed of different wavelengths, each with a distinct color.\n- When sunlight enters the atmosphere, it is scattered by molecules and particles in the air.\n\n\n**Step 2: Explain the blue wavelength's scattering effect.**\n\n- Blue light has a shorter wavelength than other colors in the spectrum.\n- When blue light interacts with molecules in the atmosphere, it is scattered more strongly than other colors.\n\n\n**Step 3: Describe the scattering process.**\n\n- Blue light is scattered more efficiently by nitrogen molecules than by oxygen molecules.\n- This means that more blue light reaches our eyes from the sky than other colors.\n\n\n**Step 4: Quantify the effect.**\n\n- The blue sky effect is most pronounced on a clear, sunny day with a high concentration of nitrogen molecules in the atmosphere.\n- Studies have shown that the blue sky effect accounts for about 47% of the visible light that reaches our eyes from the sky.\n\n\n**Step 5: Conclusion.**\n\n- The blue sky is caused by the scattering of blue light by molecules in the atmosphere.\n- This scattering effect is responsible for the blue color we perceive in the sky.",
"text/markdown": [
"**Step 1: Understand the physics of light scattering.**\n",
"\n",
"- Light is composed of different wavelengths, each with a distinct color.\n",
"- When sunlight enters the atmosphere, it is scattered by molecules and particles in the air.\n",
"\n",
"\n",
"**Step 2: Explain the blue wavelength's scattering effect.**\n",
"\n",
"- Blue light has a shorter wavelength than other colors in the spectrum.\n",
"- When blue light interacts with molecules in the atmosphere, it is scattered more strongly than other colors.\n",
"\n",
"\n",
"**Step 3: Describe the scattering process.**\n",
"\n",
"- Blue light is scattered more efficiently by nitrogen molecules than by oxygen molecules.\n",
"- This means that more blue light reaches our eyes from the sky than other colors.\n",
"\n",
"\n",
"**Step 4: Quantify the effect.**\n",
"\n",
"- The blue sky effect is most pronounced on a clear, sunny day with a high concentration of nitrogen molecules in the atmosphere.\n",
"- Studies have shown that the blue sky effect accounts for about 47% of the visible light that reaches our eyes from the sky.\n",
"\n",
"\n",
"**Step 5: Conclusion.**\n",
"\n",
"- The blue sky is caused by the scattering of blue light by molecules in the atmosphere.\n",
"- This scattering effect is responsible for the blue color we perceive in the sky."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
@@ -495,7 +527,46 @@
"outputs": [
{
"data": {
"text/markdown": "```python\ndef multiply(num1, num2):\n \"\"\"\n This function multiplies two numbers.\n\n Args:\n num1: The first number.\n num2: The second number.\n\n Returns:\n The product of num1 and num2.\n \"\"\"\n\n product = num1 * num2\n return product\n```\n\n**Example Usage:**\n\n```python\n# Multiply 5 and 3\nproduct = multiply(5, 3)\n\n# Print the product\nprint(product) # Output: 15\n```\n\n**Explanation:**\n\n* The function takes two arguments, `num1` and `num2`.\n* Inside the function, we use the multiplication operator (`*`) to calculate the product of `num1` and `num2`.\n* The product is stored in the `product` variable.\n* The function returns the calculated product.\n\n**Additional Notes:**\n\n* This function only works for positive numbers. For negative numbers, a `ZeroDivisionError` will be raised.\n* The function is designed to be simple and efficient. It does not handle errors or special cases.",
"text/markdown": [
"```python\n",
"def multiply(num1, num2):\n",
" \"\"\"\n",
" This function multiplies two numbers.\n",
"\n",
" Args:\n",
" num1: The first number.\n",
" num2: The second number.\n",
"\n",
" Returns:\n",
" The product of num1 and num2.\n",
" \"\"\"\n",
"\n",
" product = num1 * num2\n",
" return product\n",
"```\n",
"\n",
"**Example Usage:**\n",
"\n",
"```python\n",
"# Multiply 5 and 3\n",
"product = multiply(5, 3)\n",
"\n",
"# Print the product\n",
"print(product) # Output: 15\n",
"```\n",
"\n",
"**Explanation:**\n",
"\n",
"* The function takes two arguments, `num1` and `num2`.\n",
"* Inside the function, we use the multiplication operator (`*`) to calculate the product of `num1` and `num2`.\n",
"* The product is stored in the `product` variable.\n",
"* The function returns the calculated product.\n",
"\n",
"**Additional Notes:**\n",
"\n",
"* This function only works for positive numbers. For negative numbers, a `ZeroDivisionError` will be raised.\n",
"* The function is designed to be simple and efficient. It does not handle errors or special cases."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_1]Finetune_distributed.ipynb
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5DFinetune_distributed.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]Finetune_distributed.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_1]Finetune_with_LLaMA_Factory.ipynb
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5DFinetune_with_LLaMA_Factory.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]Finetune_with_LLaMA_Factory.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_1]Finetune_with_XTuner.ipynb
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5DFinetune_with_XTuner.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]Finetune_with_XTuner.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_1]Inference_on_TPU.ipynb
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5DInference_on_TPU.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]Inference_on_TPU.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_1]Minimal_RAG.ipynb
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5DMinimal_RAG.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]Minimal_RAG.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_1]RAG_with_ChromaDB.ipynb
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5DRAG_with_ChromaDB.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]RAG_with_ChromaDB.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_1]Using_with_Ollama.ipynb
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5DUsing_with_Ollama.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]Using_with_Ollama.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_1]Using_with_OneTwo.ipynb
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5DUsing_with_OneTwo.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]Using_with_OneTwo.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_1]data_parallel_inference_in_jax_tpu.ipynb
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"# Unlocking Gemma's Power: Data-Parallel Inference on TPUs with JAX\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_1%5Ddata_parallel_inference_in_jax_tpu.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_1]data_parallel_inference_in_jax_tpu.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_2]Agentic_AI.ipynb
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_2%5DAgentic_AI.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_2]Agentic_AI.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>\n"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_2]Aligning_DPO.ipynb
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"This notebook demostrates how to align a Gemma-2 model using DPO (Direct Preference Optimization).\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_2%5DAligning_DPO.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_2]Aligning_DPO.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>\n"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_2]Constrained_generation.ipynb
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
"\n",
"<table align=\"left\">\n",
"<td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_2%5DConstrained_generation.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_2]Constrained_generation.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
"</td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_2]Custom_Vocabulary.ipynb
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_2%5DCustom_Vocabulary.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_2]Custom_Vocabulary.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>\n"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_2]Deploy_in_Vertex_AI.ipynb
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_2%5DDeploy_in_Vertex_AI.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_2]Deploy_in_Vertex_AI.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_2]Deploy_with_vLLM.ipynb
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_2%5DDeploy_with_vLLM.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_2]Deploy_with_vLLM.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
2 changes: 1 addition & 1 deletion Gemma/[Gemma_2]Finetune_with_Axolotl.ipynb
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@
"\n",
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/%5BGemma_2%5DFinetune_with_Axolotl.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/gemma-cookbook/blob/main/Gemma/[Gemma_2]Finetune_with_Axolotl.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
Loading