From fde786a4189714c22d71b2b0fdb7e4571e5e89f8 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Tue, 14 May 2024 07:20:07 +0200 Subject: [PATCH] Fix YAML error in README files appearing on GitHub --- templates/README.md | 2 +- templates/README_guide.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/README.md b/templates/README.md index aa6884d1324..a288f58e716 100644 --- a/templates/README.md +++ b/templates/README.md @@ -1,5 +1,5 @@ --- -TODO: Add YAML tags here. Copy-paste the tags obtained with the online tagging app: https://huggingface.co/spaces/huggingface/datasets-tagging +TODO: "Add YAML tags here. Delete these instructions and copy-paste the YAML tags obtained with the online tagging app: https://huggingface.co/spaces/huggingface/datasets-tagging" --- # Dataset Card for [Dataset Name] diff --git a/templates/README_guide.md b/templates/README_guide.md index a7cfbda616a..8be42708543 100644 --- a/templates/README_guide.md +++ b/templates/README_guide.md @@ -1,6 +1,6 @@ --- -YAML tags (full spec here: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1): -- copy-paste the tags obtained with the online tagging app: https://huggingface.co/spaces/huggingface/datasets-tagging +TODO: "Add YAML tags here. Delete these instructions and copy-paste the YAML tags obtained with the online tagging app: https://huggingface.co/spaces/huggingface/datasets-tagging" +YAML tags: "Find the full spec here: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1" --- # Dataset Card Creation Guide