From f93e8066da49bf534c74932a10e8d956b644276d Mon Sep 17 00:00:00 2001 From: egrace479 Date: Thu, 2 Oct 2025 13:56:50 -0400 Subject: [PATCH 1/5] Ref #15: Add API accessible description key to HF templates --- docs/wiki-guide/HF_DatasetCard_Template_ABC.md | 1 + docs/wiki-guide/HF_DatasetCard_Template_Imageomics.md | 1 + docs/wiki-guide/HF_ModelCard_Template_ABC.md | 1 + docs/wiki-guide/HF_ModelCard_Template_Imageomics.md | 1 + 4 files changed, 4 insertions(+) diff --git a/docs/wiki-guide/HF_DatasetCard_Template_ABC.md b/docs/wiki-guide/HF_DatasetCard_Template_ABC.md index e9c94e9..337e479 100644 --- a/docs/wiki-guide/HF_DatasetCard_Template_ABC.md +++ b/docs/wiki-guide/HF_DatasetCard_Template_ABC.md @@ -10,6 +10,7 @@ tags: - animals - CV size_categories: # ex: n<1K, 1K Date: Wed, 8 Oct 2025 11:25:20 -0400 Subject: [PATCH 2/5] Adds explanation of utility for API-using apps Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> --- docs/wiki-guide/HF_DatasetCard_Template_Imageomics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki-guide/HF_DatasetCard_Template_Imageomics.md b/docs/wiki-guide/HF_DatasetCard_Template_Imageomics.md index 4dbd69c..506d19c 100644 --- a/docs/wiki-guide/HF_DatasetCard_Template_Imageomics.md +++ b/docs/wiki-guide/HF_DatasetCard_Template_Imageomics.md @@ -10,7 +10,7 @@ tags: - animals - CV size_categories: # ex: n<1K, 1K Date: Wed, 8 Oct 2025 12:02:30 -0400 Subject: [PATCH 3/5] Adds explanation of utility for API-using apps Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> --- docs/wiki-guide/HF_ModelCard_Template_Imageomics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki-guide/HF_ModelCard_Template_Imageomics.md b/docs/wiki-guide/HF_ModelCard_Template_Imageomics.md index 35c1ec8..b415056 100644 --- a/docs/wiki-guide/HF_ModelCard_Template_Imageomics.md +++ b/docs/wiki-guide/HF_ModelCard_Template_Imageomics.md @@ -10,7 +10,7 @@ tags: - animals datasets: # Adds link if on HF & shows up on sidebar. Ex: imageomics/TreeOfLife-10M metrics: # key list: https://hf.co/metrics -model_description: # Add a short description (summary) of your model, this will render in searches and the Imageomics Catalog +model_description: # Add a short description (summary) of your model, this will render as part of the CardData object through the API, which can thus be used in applications such as the Imageomics Catalog ---