From d9f06a923537efc398567545c0ee3d9b944b42e1 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Wed, 6 Nov 2024 15:56:30 +0100 Subject: [PATCH] add missing section (#3172) --- docs/book/user-guide/llmops-guide/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/book/user-guide/llmops-guide/README.md b/docs/book/user-guide/llmops-guide/README.md index 106c8b266b..4197eebddc 100644 --- a/docs/book/user-guide/llmops-guide/README.md +++ b/docs/book/user-guide/llmops-guide/README.md @@ -32,6 +32,13 @@ In this guide, we'll explore various aspects of working with LLMs in ZenML, incl * [Finetuning embeddings with Sentence Transformers](finetuning-embeddings/finetuning-embeddings-with-sentence-transformers.md) * [Evaluating finetuned embeddings](finetuning-embeddings/evaluating-finetuned-embeddings.md) * [Finetuning LLMs with ZenML](finetuning-llms/finetuning-llms.md) + * [Finetuning in 100 lines of code](finetuning-llms/finetuning-100-loc.md) + * [Why and when to finetune LLMs](finetuning-llms/why-and-when-to-finetune-llms.md) + * [Starter choices with finetuning](finetuning-llms/starter-choices-for-finetuning-llms.md) + * [Finetuning with 🤗 Accelerate](finetuning-llms/finetuning-with-accelerate.md) + * [Evaluation for finetuning](finetuning-llms/evaluation-for-finetuning.md) + * [Deploying finetuned models](finetuning-llms/deploying-finetuned-models.md) + * [Next steps](finetuning-llms/next-steps.md) To follow along with the examples and tutorials in this guide, ensure you have a Python environment set up with ZenML installed. Familiarity with the concepts covered in the [Starter Guide](../starter-guide/README.md) and [Production Guide](../production-guide/README.md) is recommended.