rli-example-deliverables
收藏魔搭社区2025-12-04 更新2025-12-06 收录
下载链接:
https://modelscope.cn/datasets/cais/rli-example-deliverables
下载链接
链接失效反馈官方服务:
资源简介:
# rli-example-deliverables
Example AI deliverables on the RLI public set
## Dataset Structure
This dataset contains project folders organized by task ID (public_001 through public_010).
Each project folder contains:
- `human_deliverable/` - Reference outputs created by human experts
- `project/` - Project specifications and inputs
- `brief.md` - Task description and requirements
- `inputs/` - Input files provided for the task
## Usage
```python
from huggingface_hub import snapshot_download
# Download entire dataset
dataset_path = snapshot_download(
repo_id="{repo_id}",
repo_type="dataset"
)
# Access specific project
import os
project_001_path = os.path.join(dataset_path, "public_001")
```
## Citation
If you use this dataset in your research, please cite appropriately.
## License
Apache 2.0
# RLI示例交付成果
RLI公开数据集配套的AI示例交付成果
## 数据集结构
本数据集包含按任务ID(从public_001至public_010)组织的项目文件夹。
每个项目文件夹包含以下内容:
- `human_deliverable/` —— 人类专家生成的参考交付成果
- `project/` —— 项目规范与输入文件
- `brief.md` —— 任务说明与需求文档
- `inputs/` —— 该任务所需的输入文件
## 使用方法
python
from huggingface_hub import snapshot_download
# 下载完整数据集
dataset_path = snapshot_download(
repo_id="{repo_id}",
repo_type="dataset"
)
# 访问指定项目
import os
project_001_path = os.path.join(dataset_path, "public_001")
## 引用说明
若您在研究工作中使用本数据集,请进行规范引用。
## 许可证
Apache 2.0
提供机构:
maas
创建时间:
2025-11-03



