QUEST-SFT-Data-Objective
收藏官方服务:
资源简介:
# QUEST SFT Data (Objective) **Objective-style** supervised fine-tuning trajectories for QUEST (tool-using assistant format). Split: **`train`**. Columns: **`messages`** (`list[{role, content}]`). ## Load ```python from datasets import load_dataset ds = load_dataset("osunlp/QUEST-SFT-Data-Objective", split="train", streaming=True) row = next(iter(ds)) print(row.keys()) ``` ## License This dataset is made available under the [**Open Data Commons Attribution License (ODC-BY) v1.0**](https://opendatacommons.org/licenses/by/1-0/) (Open Data Commons **Attribution** family). See the license text at the link above for attribution and reuse terms.
提供机构:
maas创建时间:
2026-05-14



