Skip to content

Commit 887a877

Browse files
committed
Update huggingface_text_full_finetune.ipynb
1 parent d295ac7 commit 887a877

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/en/gemma/docs/core/huggingface_text_full_finetune.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@
882882
"id": "9RCnrmsVaadB"
883883
},
884884
"source": [
885-
"If we try our original generalist prompt, we can see that the model still attempts to answer in the trained style. In this example overfitting and catastrophic forgetting are actually beneficial for the game NPC because it will begin forgetting general knowledge which might not be applicable. This is also true for other types of full fine-tuning where the goal is to restrict the output to specific data formats."
885+
"If you try our original generalist prompt, you can see that the model still attempts to answer in the trained style. In this example overfitting and catastrophic forgetting are actually beneficial for the game NPC because it will begin forgetting general knowledge which might not be applicable. This is also true for other types of full fine-tuning where the goal is to restrict the output to specific data formats."
886886
]
887887
},
888888
{
@@ -915,7 +915,8 @@
915915
"\n",
916916
"This tutorial covered how to full model fine-tune using TRL. Check out the following docs next:\n",
917917
"\n",
918-
"* Learn how to [generate text with a Gemma model](https://ai.google.dev/gemma/docs/get_started).\n",
918+
"* Learn how to [fine-tune Gemma for text tasks using Hugging Face Transformers](https://ai.google.dev/gemma/docs/core/huggingface_text_finetune_qlora).\n",
919+
"* Learn how to [fine-tune Gemma for vision tasks using Hugging Face Transformers](https://ai.google.dev/gemma/docs/core/huggingface_vision_finetune_qlora).\n",
919920
"* Learn how to [deploy to Cloud Run](https://ai.google.dev/gemma/docs/integrations/google-cloud#run)"
920921
]
921922
}

0 commit comments

Comments
 (0)