Dvidata
收藏资源简介:
Dvidata 是一个面向 Clobax 生态系统的原始 AI 训练数据集集合,由 Avyaan Mishra 创建。Clobax 是一个包含多个开源计算机架构项目的系列,包括 Doublers(开放计算机架构,含 ISA 和命令架构)、Doton(微内核规范)、Doton-OS(开放操作系统生态)、DOB(开放版本控制系统)、DULO(开放电子表格引擎)、Dormals(AI 伴侣知识库)以及 LinkLoader、Deshell、Deson 等。数据集以文档风格的指令/响应对形式组织,每个条目具有统一的 JSON 结构,包含唯一标识符、版本、来源、类别、语言、指令、可选输入、响应以及标签。数据规模涵盖多个文件,例如 dvidvar_doublers_10000.json(10,000 条记录,590MB)、all_datasets.jsonl(270,261 条记录,518MB)、expanded_project_dataset.json(18,359 条记录,8.1MB)等。大文件被分割为每部分小于 25MB 的块以便存储和上传。数据集可用于训练基于 Clobax 规范文档的 AI 模型,支持问答、文档生成等任务。许可协议为 GPL-3.0-or-later。注意:数据集内部硬编码了部分第三方数据集的知,但未包含这些第三方数据集的实际文件,用户需自行遵守其原始许可证。
Dvidata is a collection of raw AI training datasets for the Clobax ecosystem, created by Avyaan Mishra. Clobax is a series of open-source computer architecture projects, including Doublers (open computer architecture with ISA and command architecture), Doton (microkernel specification), Doton-OS (open operating system ecosystem), DOB (open version control system), DULO (open spreadsheet engine), Dormals (AI companion knowledge base), as well as LinkLoader, Deshell, Deson, and others. The dataset is organized in a document-style instruction/response pair format, with each entry having a unified JSON structure containing unique identifier, version, source, category, language, instruction, optional input, response, and tags. The data scale includes multiple files, such as dvidvar_doublers_10000.json (10,000 records, 590MB), all_datasets.jsonl (270,261 records, 518MB), expanded_project_dataset.json (18,359 records, 8.1MB), etc. Large files are split into chunks smaller than 25MB for storage and upload. The dataset can be used to train AI models based on Clobax specification documents, supporting tasks such as question answering and document generation. The license is GPL-3.0-or-later. Note: The dataset hardcodes knowledge from some third-party datasets internally but does not include the actual files of these third-party datasets; users must comply with their original licenses.
数据集概述
Dvidata 是 Clobax 生态系统(由 Avyaan Mishra 发起的一组开放计算机架构项目)的原创 AI 训练数据集集合,采用文档问答(instruction/response pairs)形式构建。
数据集内容
| 文件 | 条目数 | 大小 | 描述 |
|---|---|---|---|
dvidvar_doublers_10000.json |
10,000 | 590 MB | Doublers 开放计算机架构(ISA + 指令架构) |
all_datasets.jsonl |
270,261 | 518 MB | 组合数据集(JSONL 格式) |
expanded_project_dataset.json |
18,359 | 8.1 MB | 扩展的多项目数据集 |
dob-vcs.json |
6,333 | 2.9 MB | DOB——开放版本控制系统规范 |
dulo.json |
5,962 | 2.6 MB | DULO——开放电子表格引擎规范 |
doton.json |
5,399 | 2.4 MB | Doton——微内核规范 |
dormals.json |
353 | 0.2 MB | Dormals——AI 伴侣知识库 |
doton-os.json |
312 | 0.1 MB | Doton-OS——开放操作系统生态系统 |
另有 metadata.json(元数据)和 LICENSE.txt(GPL-3.0 许可证)。
数据集拆分
大文件被拆分为多个部分,每个部分严格小于 25 MB:
- ALL DATASET FOLDER/ 文件夹包含 20 个部分:
all_datasets_part001.jsonl至all_datasets_part020.jsonl - Dvidvar_Doublers 10000/ 文件夹包含 23 个部分:
dvidvar_doublers_10000_part001.json至dvidvar_doublers_10000_part023.json
每个 JSON 部分都是有效的独立数组,每个 JSONL 部分都是有效的行分隔 JSON 文件。
数据格式
每个条目遵循一致的文档问答结构:
json { "id": "DVD00001", "version": "1.0", "source": "Doublers/Dvidvar documentation", "category": "documentation", "language": "English", "instruction": "Explain the section about # Doublers in the Doublers or Dvidvar documentation.", "input": "", "response": "# Doublers
An open computer architecture for anyone....", "tags": ["doublers", "documentation", "specification"] }
字段说明
| 字段 | 描述 |
|---|---|
id |
唯一标识符(如 DVD00001、DOT00001、DUL00001) |
version |
数据集版本 |
source |
文档来源 |
category |
内容类型(如 documentation) |
language |
条目语言 |
instruction |
提示词 / 问题 |
input |
可选的附加输入(可为空) |
response |
答案 / 解释 |
tags |
可选的主题标签 |
覆盖的项目
- Doublers — 开放计算机架构(ISA + 指令架构)
- Doton — 开放微内核规范
- Doton-OS — 开放操作系统生态系统
- DOB (Dob-VCS) — 开放版本控制系统规范
- DULO — 开放电子表格引擎规范
- Dormals — AI 伴侣知识库
- LinkLoader、Deshell、Deson — Clobax 生态系统的其他项目
许可证
GPL-3.0-or-later — 版权所有 (C) 2026 Avyaan Mishra。
关于第三方数据集:该仓库可能引用或提供获取第三方数据集的脚本(CodeSearchNet、CodeXGLUE、HumanEval、MBPP、DS-1000、SWE-bench Lite),但这些第三方数据集的文件夹/文件并未物理包含,其知识已硬编码在 all_datasets.jsonl 文件中,使该数据集适合训练独立模型。这些第三方数据集不受 GPL 许可证覆盖,归各自作者所有,用户需遵守其原始许可条款。





