Skip to content

Commit

Permalink
Ref #16: added collapsible widgets and download links for dataset & m…
Browse files Browse the repository at this point in the history
…odel cards
  • Loading branch information
NetZissou committed Jan 27, 2025
1 parent a8de993 commit 1efbccb
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
19 changes: 17 additions & 2 deletions docs/wiki-guide/HF_DatasetCard_Template_mkdocs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Dataset Card Template

Below is the **HF_DatasetCard_Template_Imageomics.md**. You can copy this content and paste it into a new Markdown file to create a new dataset card.
Below is the Dataset Card Template for Imageomics and ABC. You can download or copy this content and paste it into a new Markdown file to create a new dataset card.

<details>
<summary>Imageomics</summary>
</br>
<b><a href="https://github.com/Imageomics/Imageomics-guide/raw/main/docs/wiki-guide/HF_DatasetCard_Template_Imageomics.md" target="_blank">Download Template</a></b>

[Download Template](https://github.com/Imageomics/Imageomics-guide/raw/main/docs/wiki-guide/HF_DatasetCard_Template_Imageomics.md)

{{ include_file_as_code("docs/wiki-guide/HF_DatasetCard_Template_Imageomics.md") }}

</details>

<details>
<summary>ABC</summary>
</br>
<b><a href="https://github.com/Imageomics/Imageomics-guide/raw/main/docs/wiki-guide/HF_DatasetCard_Template_ABC.md" target="_blank">Download Template</a></b>

{{ include_file_as_code("docs/wiki-guide/HF_DatasetCard_Template_ABC.md") }}

</details>
19 changes: 17 additions & 2 deletions docs/wiki-guide/HF_ModelCard_Template_mkdocs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Model Card Template

Below is the **HF_ModelCard_Template_Imageomics.md**. You can copy this content and paste it into a new Markdown file to create a new dataset card.
Below is the Model Card Template for Imageomics and ABC. You can download or copy this content and paste it into a new Markdown file to create a new dataset card.

<details>
<summary>Imageomics</summary>
</br>
<b><a href="https://github.com/Imageomics/Imageomics-guide/raw/main/docs/wiki-guide/HF_ModelCard_Template_Imageomics.md" target="_blank">Download Template</a></b>

[Download Template](https://github.com/Imageomics/Imageomics-guide/raw/main/docs/wiki-guide/HF_ModelCard_Template_Imageomics.md)

{{ include_file_as_code("docs/wiki-guide/HF_ModelCard_Template_Imageomics.md") }}

</details>

<details>
<summary>ABC</summary>
</br>
<b><a href="https://github.com/Imageomics/Imageomics-guide/raw/main/docs/wiki-guide/HF_ModelCard_Template_ABC.md" target="_blank">Download Template</a></b>

{{ include_file_as_code("docs/wiki-guide/HF_ModelCard_Template_ABC.md") }}

</details>

0 comments on commit 1efbccb

Please sign in to comment.