中文简介
allenai/olmoearth-paper-embeddings 是 allenai 在 Hugging Face 发布的数据集仓库,当前卡片主要关联向量表示与检索、图像分类、图像分割。本站固定记录上游版本 6ea2c7973d2d,同步到 1538 个文件,文件元数据合计 1.50 TB;访问状态为“公开”,许可证字段为“cc-by-4.0”。
上游模型卡 / 数据集卡
【README 卡片中文译介】
以下内容依据上游仓库 allenai/olmoearth-paper-embeddings 的固定版本 README、卡片字段和文件元数据进行中文结构化整理。它保留便于选型的关键信息,完整技术细节、代码示例和许可文本请同时查看上游原文。
【资源概览】
allenai/olmoearth-paper-embeddings 是 allenai 在 Hugging Face 发布的数据集仓库,当前卡片主要关联向量表示与检索、图像分类、图像分割。本站固定记录上游版本 6ea2c7973d2d,同步到 1538 个文件,文件元数据合计 1.50 TB;访问状态为“公开”,许可证字段为“cc-by-4.0”。
【适用方向】
适合评估视觉感知、分割、检测或三维场景处理任务。 正式使用前应先抽样检查字段、语言、重复项、敏感信息和训练/测试划分,避免只依据仓库名称判断数据质量。
【版本与规格】
固定版本:6ea2c7973d2d。 任务标签:向量表示与检索、图像分类、图像分割。 数据集卡名称:OlmoEarth Paper — Foundation-Model Embeddings (Table 2)。 规模分类:10M<n<100M。 上游页面记录的最近更新时间:2026-06-11。
【文件信息】
上游 API 返回 1538 个文件,文件元数据合计 1.50 TB。 已保存文件清单中的主要扩展名:.pt 99 个、无扩展名 1 个。 当前较大的文件包括:anysat/m_sa_crop_type/train.pt(35.25 GB);anysat/sen1floods11/valid.pt(28.61 GB);anysat/sen1floods11/test.pt(28.42 GB)。 仓库文件较多,本站仅保存前 100 条文件元数据;完整清单请查看上游仓库。
【运行或处理环境】
仓库文件元数据合计 1.50 TB。仅按下载、解压和临时文件估算,建议至少预留约 1.80 TB 可用磁盘;实际需求还取决于压缩率、缓存、数据转换和训练副本,正式处理前应以完整文件清单重新测算。
【使用边界】
许可证显示为“cc-by-4.0”,具体用途限制、附加政策和归属要求仍以上游原文为准。 数据集还需核对样本来源、隐私与个人信息、标签质量、地域偏差及下游模型的合规要求。
OlmoEarth — Foundation-Model Embeddings for Paper Table 2 This dataset contains pre-extracted embeddings from **26 Earth-observation foundation models** evaluated on the **24 downstream tasks** that make up Table 2 of the OlmoEarth paper: *OlmoEarth: Stable Latent Image Modeling for Multimodal Earth Observation* AI2, 2025. arXiv:2511.13655. For every supported `(model, task)` pair we ran the model's encoder over the task's train / validation / test splits with the **paper-best hyperparameters** (val-best from the original sweep, captured in `eval_settings/`). Each split is saved to disk as a single `.pt` file so downstream KNN / linear-probe / fine-tuning experiments can skip re-extraction. Total size on disk is ~1.1 TB. Layout Each `.pt` file is a Python dict produced by `torch.save`: **Classification tasks**: `embeddings` is `(N, D)`. `labels` is `(N,)` for single-label tasks, `(N, num_classes)` for the multilabel `m_bigearthnet`. **Segmentation tasks**: `embeddings` is `(N, H, W, D)` at the model's patch grid (e.g. `(N, 16, 16, 768)` for a 64×64 input with stride 4). `labels` is at *full* image resolution, e.g. `(N, 64, 64)` or `(N, 256, 256)` — the LP head upsamples patch logits to label resolution. `D` varies by model (128 for the smallest models, up to 4096 for DINOv3-7B). Loading A more complete example that runs KNN and matches paper Table 2 numbers is in `load_example.py`. Row ordering Within any single `.pt` file, row *i* of `embeddings` corresponds to row i* of `labels` — the pair is always consistent. All three splits are saved in **canonical dataset order** (the dataset's native sample enumeration, identical across models). Concretely: For a given task, `train.pt` row *i* is the **same source sample** in every model's dump, so you can compare / concatenate / ensemble embeddings across models by row index. The same holds for `valid.pt` and `test.pt`. The order also matches the underlying eval dataset, so you can join row i* back to that dataset's *i*-th
适用场景
适合评估视觉感知、分割、检测或三维场景处理任务。 正式使用前应先抽样检查字段、语言、重复项、敏感信息和训练/测试划分,避免只依据仓库名称判断数据质量。
规模与格式
固定版本:6ea2c7973d2d。 任务标签:向量表示与检索、图像分类、图像分割。 数据集卡名称:OlmoEarth Paper — Foundation-Model Embeddings (Table 2)。 规模分类:10M<n<100M。 上游页面记录的最近更新时间:2026-06-11。
文件说明
上游 API 返回 1538 个文件,文件元数据合计 1.50 TB。 已保存文件清单中的主要扩展名:.pt 99 个、无扩展名 1 个。 当前较大的文件包括:anysat/m_sa_crop_type/train.pt(35.25 GB);anysat/sen1floods11/valid.pt(28.61 GB);anysat/sen1floods11/test.pt(28.42 GB)。 仓库文件较多,本站仅保存前 100 条文件元数据;完整清单请查看上游仓库。
上游文件元数据
.gitattributes2.45 KBanysat/awf_landsat/test.pt303.26 KBanysat/awf_landsat/train.pt1.57 MBanysat/awf_landsat/valid.pt292.77 KBanysat/awf_sentinel1/test.pt303.26 KBanysat/awf_sentinel1/train.pt1.57 MBanysat/awf_sentinel1/valid.pt292.77 KBanysat/awf_sentinel2/test.pt303.26 KBanysat/awf_sentinel2/train.pt1.57 MBanysat/awf_sentinel2/valid.pt292.77 KBanysat/breizhcrops/test.pt180.55 MBanysat/breizhcrops/train.pt470.10 MB
硬件建议
仓库文件元数据合计 1.50 TB。仅按下载、解压和临时文件估算,建议至少预留约 1.80 TB 可用磁盘;实际需求还取决于压缩率、缓存、数据转换和训练副本,正式处理前应以完整文件清单重新测算。
注意事项
许可证显示为“cc-by-4.0”,具体用途限制、附加政策和归属要求仍以上游原文为准。 数据集还需核对样本来源、隐私与个人信息、标签质量、地域偏差及下游模型的合规要求。
获取、校验与交付
咨询此资源时只需发送本页链接或资源准确全称。橙子AI科技会继续核对版本、文件与类型、README资料卡、许可证和访问条件,并在合法访问权限、许可证及平台规则允许的前提下,协助海内外下载、完整性校验及网盘或硬盘交付;本官网本身不托管或下载资源文件。
本页面为橙子AI科技基于固定版本上游卡片整理的中文信息与服务说明,不代表资源作者或平台官方页面。实际许可、访问和使用条件以上游原文为准。