Skip to content

Commit 428d2ea

Browse files
authored
Replace staging links with prod (google#379)
Looks like these slipped through the cracks.
1 parent 9ff6efc commit 428d2ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

site/en/gemini-api/docs/model-tuning/python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
516516
"id": "lqiL0TWDqAPn"
517517
},
518518
"source": [
519-
"Once the tuning is complete, you can view the loss curve from the tuning results. The [loss curve](https://generativeai.devsite.corp.google.com/guide/model_tuning_guidance#recommended_configurations) shows how much the model's predictions deviate from the ideal outputs."
519+
"Once the tuning is complete, you can view the loss curve from the tuning results. The [loss curve](https://ai.google.dev/gemini-api/docs/model-tuning#recommended_configurations) shows how much the model's predictions deviate from the ideal outputs."
520520
]
521521
},
522522
{

site/en/palm_docs/tuning_quickstart_python.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
"id": "lqiL0TWDqAPn"
527527
},
528528
"source": [
529-
"Once the tuning is complete, you can view the loss curve from the tuning results. The [loss curve](https://generativeai.devsite.corp.google.com/guide/model_tuning_guidance#recommended_configurations) shows how much the model's predictions deviate from the ideal outputs."
529+
"Once the tuning is complete, you can view the loss curve from the tuning results. The [loss curve](https://ai.google.dev/gemini-api/docs/model-tuning#recommended_configurations) shows how much the model's predictions deviate from the ideal outputs."
530530
]
531531
},
532532
{
@@ -668,7 +668,7 @@
668668
"source": [
669669
"As you can see, the last prompt didn't produce the ideal result, `five`. To produce better results you can try a few different things such as adjusting the temperature closer to zero to get more consistent results, adding more quality examples to your dataset that the model can learn from or adding a prompt or preamble to the examples.\n",
670670
"\n",
671-
"See the [tuning guide](https://generativeai.devsite.corp.google.com/guide/model_tuning_guidance) for more guidance on improving performance."
671+
"See the [tuning guide](https://ai.google.dev/gemini-api/docs/model-tuning) for more guidance on improving performance."
672672
]
673673
},
674674
{

0 commit comments

Comments
 (0)