From 4259780b4f6b38ec115e5f6de596ef5ec24823c0 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:36:55 +0900 Subject: [PATCH] docs: update SEO keywords and tag --- docs/blog/finetune-with-docs.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/blog/finetune-with-docs.mdx b/docs/blog/finetune-with-docs.mdx index 93c05220d..064608e9c 100644 --- a/docs/blog/finetune-with-docs.mdx +++ b/docs/blog/finetune-with-docs.mdx @@ -1,8 +1,11 @@ --- -title: "How to fine-tune LLMs - a tutorial" -description: "Finetune LLMs with personal dataset" +title: How to Fine-tune Large Language Models - A Tutorial +description: Guide on Finetuning Large Language Models with Personal Dataset slug: /tutorial/how-to-fine-tune-llms -tags: [Large Language Models, Finetune LLM, Personal dataset, Customzied dataset] +tags: [Large Language Models, Finetune LLM, Retrieval Augmented Generation, Personal Dataset, Customzied Dataset, Fine Tuning Tutorial] +keywords: [ + Large Language Models, Finetune LLM, Retrieval Augmented Generation, Personal Dataset, Customzied Dataset, Fine Tuning Tutorial +] authors: - name: Rex Ha title: LLM Researcher & Content Writer