PaperBite-Assets
收藏资源简介:
PaperBite Assets 是一个用于存储 PaperBite 项目大型可选资源(assets/ 层)的数据集,以 tar 分片形式提供。该数据集作为 GitHub 仓库的补充镜像,其中 GitHub 主要托管轻量级的文本数据(如 Markdown 笔记、索引和清单),而本数据集则负责存储体积较大的资源文件。用户可通过提供的同步脚本,根据清单文件(manifests/paperbite_assets_manifest.jsonl)下载并提取所需的分片,以实现资源的增量同步。
PaperBite Assets is a dataset for storing large optional resources (assets/ layer) for the PaperBite project, provided in tar shards. This dataset serves as a complementary mirror to the GitHub repository, where GitHub primarily hosts lightweight text data (such as Markdown notes, indexes, and manifests), while this dataset is responsible for storing larger resource files. Users can download and extract the required shards using the provided synchronization script based on the manifest file (manifests/paperbite_assets_manifest.jsonl) to achieve incremental synchronization of resources.
数据集概述
- 名称:PaperBite Assets
- 许可证:CC-BY-NC-4.0
- 标签:论文笔记、Markdown、Obsidian、文献综述、证据库、研究工作流、开放科学、知识库、文本数据、增量同步
用途与功能
该数据集作为 PaperBite 项目的可选资源镜像,用于存储项目中较大的 assets/ 层,数据以 tar 分片(shards)形式提供。GitHub 仓库则作为轻量级文本通道,保存 Markdown 笔记、索引和清单。
使用方式
用户可通过 PaperBite 项目中的同步脚本使用该数据集: bash pip install -U huggingface_hub python scripts/sync_assets_from_hf.py --repo-id RipeMangoBox/PaperBite-Assets
该脚本会读取 manifests/paperbite_assets_manifest.jsonl 文件,仅下载(提取)缺失或校验和不匹配的文件所需的分片,并将其解压到对应的 PaperBite 检出目录中。





