Upload folder using huggingface_hub
Browse files- hint/hint.yaml +22 -0
hint/hint.yaml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
meta:
|
| 2 |
+
resource: hint
|
| 3 |
+
version: "1.2"
|
| 4 |
+
items:
|
| 5 |
+
- id: "hint-20260417-001"
|
| 6 |
+
date: "2026-04-17"
|
| 7 |
+
title:
|
| 8 |
+
zh: "使用提示"
|
| 9 |
+
en: "Usage Hints"
|
| 10 |
+
content:
|
| 11 |
+
zh: |
|
| 12 |
+
<p>RoboCOIN 源代码可在 <a href="https://github.com/FlagOpen/RoboCOIN" target="_blank" rel="noopener noreferrer">github.com/FlagOpen/RoboCOIN</a> 获取。</p>
|
| 13 |
+
<p>请先使用 <strong>pip install robocoin</strong> 安装 Python 包。</p>
|
| 14 |
+
<p>下载数据集前,请访问 <a href="https://huggingface.co/RoboCOIN" target="_blank" rel="noopener noreferrer">huggingface.co/RoboCOIN</a>,打开任意数据集页面并提交访问请求,以避免权限错误。访问请求提交后将自动批准。</p>
|
| 15 |
+
<p>欢迎通过提交 Issue 和反馈帮助我们改进 RoboCOIN。</p>
|
| 16 |
+
en: |
|
| 17 |
+
<p>RoboCOIN source code is available at <a href="https://github.com/FlagOpen/RoboCOIN" target="_blank" rel="noopener noreferrer">github.com/FlagOpen/RoboCOIN</a>.</p>
|
| 18 |
+
<p>Install the Python package first with <strong>pip install robocoin</strong>.</p>
|
| 19 |
+
<p>Before downloading datasets, visit <a href="https://huggingface.co/RoboCOIN" target="_blank" rel="noopener noreferrer">huggingface.co/RoboCOIN</a>, open any dataset page, and submit the access request to avoid permission errors. Access requests are auto-approved after submission.</p>
|
| 20 |
+
<p>Help us improve RoboCOIN by reporting issues and feedback.</p>
|
| 21 |
+
status: "active"
|
| 22 |
+
committed_by: "RoboCOIN Team"
|