Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Dec 2, 2024
1 parent 8e0dee7 commit cdb3f57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions docs/source/tasks/extractive_qa.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 0 additions & 6 deletions docs/source/tasks/llm_finetuning.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit cdb3f57

Please sign in to comment.