---
title: awm-coca-training-dataset-temp
canonical_url: "https://www.modelscope.cn/datasets/eatherlili/awm-coca-training-dataset-temp"
md_url: "https://www.modelscope.cn/datasets/eatherlili/awm-coca-training-dataset-temp.md"
repository: eatherlili/awm-coca-training-dataset-temp
chinese_name: "AWM-CoCA临时训练数据"
last_updated: 2026-08-12
license: other
downloads: 8
stars: 0
---

# awm-coca-training-dataset-temp

> awm-coca-training-dataset-temp - eatherlili 在 ModelScope 开源的数据集。AWM-CoCA训练数据临时传输仓库，下载完成后删除。

eatherlili/awm-coca-training-dataset-temp 是 ModelScope 魔搭社区上的数据集，采用 other 许可。

- **Repository**: eatherlili/awm-coca-training-dataset-temp
- **License**: other
- **Downloads**: 8
- **Stars**: 0
- **Last updated**: 2026-08-12

Source: https://www.modelscope.cn/datasets/eatherlili/awm-coca-training-dataset-temp

---

# AWM-CoCA 临时训练数据包

本仓库仅用于临时传输训练数据。接收方确认下载和校验完成后会删除。

## 下载与校验

```bash
modelscope download --dataset eatherlili/awm-coca-training-dataset-temp \
  dataset_awm_coca_train.tar.gz \
  --local_dir .

modelscope download --dataset eatherlili/awm-coca-training-dataset-temp \
  dataset_awm_coca_train.tar.gz.sha256 \
  --local_dir .

sha256sum -c dataset_awm_coca_train.tar.gz.sha256
tar -xzf dataset_awm_coca_train.tar.gz
```

解压后得到 `dataset/`，其中包含 203 个 condition 输入和一一对应的三视角 GT。

若在 `RL4ACWM` 仓库根目录解压，后续可直接执行：

```bash
bash scripts/train_remote.sh
```
