From 7bce8042606b01d0dba3b83d5d606f47529d6ba4 Mon Sep 17 00:00:00 2001 From: Steven Liu <59462357+stevhliu@users.noreply.github.com> Date: Tue, 14 Feb 2023 12:02:19 -0800 Subject: [PATCH] Fix typo in QA task guide (#21608) fix typo --- docs/source/en/tasks/question_answering.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/en/tasks/question_answering.mdx b/docs/source/en/tasks/question_answering.mdx index 64deeae42e..490efdb938 100644 --- a/docs/source/en/tasks/question_answering.mdx +++ b/docs/source/en/tasks/question_answering.mdx @@ -26,8 +26,6 @@ This guide will show you how to: 1. Finetune [DistilBERT](https://huggingface.co/distilbert-base-uncased) on the [SQuAD](https://huggingface.co/datasets/squad) dataset for extractive question answering. 2. Use your finetuned model for inference. -[ALBERT](../model_doc/albert) - The task illustrated in this tutorial is supported by the following model architectures: