-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ref #16: added collapsible widgets and download links for dataset & m…
…odel cards
- Loading branch information
Showing
2 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |