mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 09:09:48 +00:00
9a5ab8ffab
* feat: add visualization badge to card template and update dataset card creation with repo_id * Update src/lerobot/datasets/card_template.md * Update src/lerobot/datasets/card_template.md --------- Signed-off-by: Mishig <dmishig@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1.2 KiB
1.2 KiB
|
||
|---|---|---|
For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
Doc / guide: https://huggingface.co/docs/hub/datasets-cards
prettier-ignore
{{card_data}}
This dataset was created using LeRobot.
{% if repo_id is defined and repo_id %}
{% endif %}
Dataset Description
{{ dataset_description | default("", true) }}
- Homepage: {{ url | default("[More Information Needed]", true)}}
- Paper: {{ paper | default("[More Information Needed]", true)}}
- License: {{ license | default("[More Information Needed]", true)}}
Dataset Structure
{{ dataset_structure | default("[More Information Needed]", true)}}
Citation
BibTeX:
{{ citation_bibtex | default("[More Information Needed]", true)}}