From 1dfa63709f2f9ce4b561ef3ee5080fb4b9bc5bfa Mon Sep 17 00:00:00 2001 From: Yash Malik <37410163+codeblech@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:33:57 +0530 Subject: [PATCH] Minor markdown fix in docs (#721) --- docs/source/col_map.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/col_map.mdx b/docs/source/col_map.mdx index 36ff974966..a31672f84e 100644 --- a/docs/source/col_map.mdx +++ b/docs/source/col_map.mdx @@ -17,8 +17,8 @@ Here's a typical example: {"text": "text", "label": "target"} ``` -In this example, the `text column in your dataset corresponds to the text data -AutoTrain uses for processing, and the `target`` column is treated as the +In this example, the `text` column in your dataset corresponds to the text data +AutoTrain uses for processing, and the `target` column is treated as the label for training. But let's not get confused! AutoTrain has a way to understand what each column in your dataset represents.