RACA-PROJECT-MANIFEST
收藏资源简介:
RACA-PROJECT-MANIFEST 是一个用于集中管理 'latkes' 组织内所有数据集的注册表数据集。该数据集采用 MIT 许可证,主要功能是跟踪记录组织内的数据集情况。截至 2026-04-10,共追踪了 2 个数据集。用户可以通过 HuggingFace 的 datasets 库加载该数据集,获取当前被追踪的数据集列表。该数据集本身不包含具体的研究数据,而是作为组织内部数据集的元数据索引使用。
RACA-PROJECT-MANIFEST is a registry dataset dedicated to centrally managing all datasets within the 'latkes' organization. It is licensed under the MIT License, and its primary function is to track and record the status of datasets within the organization. As of April 10, 2026, it has tracked a total of 2 datasets. Users can load this dataset through the HuggingFace datasets library to retrieve the list of currently tracked datasets. This dataset itself does not contain any specific research data, and instead serves as a metadata index for the organization's internal datasets.
RACA-PROJECT-MANIFEST 数据集概述
基本信息
- 数据集名称: RACA-PROJECT-MANIFEST
- 许可证: MIT
- 发布者/组织: latkes
数据集描述
该数据集是 latkes 组织内所有数据集的中央注册表。
关键统计信息
- 跟踪的数据集总数: 2
- 最后更新时间: 2026-04-10T14:01:37.865688+00:00
使用方法
可通过 datasets 库加载该数据集。
python
from datasets import load_dataset
manifest = load_dataset("latkes/RACA-PROJECT-MANIFEST", split="train") print(f"Tracking {len(manifest)} datasets")




