From cdb3f57ebd40f295353bc529c8eca29108519d0f Mon Sep 17 00:00:00 2001 From: abhishekkrthakur Date: Mon, 2 Dec 2024 15:15:13 +0100 Subject: [PATCH] fix docs --- docs/source/tasks/extractive_qa.mdx | 5 ----- docs/source/tasks/llm_finetuning.mdx | 6 ------ 2 files changed, 11 deletions(-) diff --git a/docs/source/tasks/extractive_qa.mdx b/docs/source/tasks/extractive_qa.mdx index 00487fc35..7af6f11df 100644 --- a/docs/source/tasks/extractive_qa.mdx +++ b/docs/source/tasks/extractive_qa.mdx @@ -1,8 +1,3 @@ ---- -title: "AutoTrain Extractive Question Answering - Train QA Models Easily" -description: "Learn how to train extractive question answering models using AutoTrain. Simple guide for both local and cloud training with popular models like BERT." ---- - # Extractive Question Answering with AutoTrain Extractive Question Answering (QA) enables AI models to find and extract precise answers from text passages. This guide shows you how to train custom QA models using AutoTrain, supporting popular architectures like BERT, RoBERTa, and DeBERTa. diff --git a/docs/source/tasks/llm_finetuning.mdx b/docs/source/tasks/llm_finetuning.mdx index 072d5e272..cb6041d49 100644 --- a/docs/source/tasks/llm_finetuning.mdx +++ b/docs/source/tasks/llm_finetuning.mdx @@ -1,9 +1,3 @@ ---- -title: "LLM Finetuning with AutoTrain Advanced" -description: "Complete guide to fine-tuning Large Language Models (LLMs) using AutoTrain Advanced. Learn how to prepare data, train models, and deploy them for text generation, chatbots, and more." -keywords: "llm finetuning, language model training, autotrain, hugging face, nlp, machine learning" ---- - # LLM Finetuning with AutoTrain Advanced AutoTrain Advanced makes it easy to fine-tune large language models (LLMs) for your specific use cases. This guide covers everything you need to know about LLM fine-tuning.