heegyu/UltraInteract_pair_subtree
收藏Hugging Face2024-05-09 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/heegyu/UltraInteract_pair_subtree
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: parent
struct:
- name: chosen
dtype: string
- name: dataset
dtype: string
- name: depth
dtype: int64
- name: id
dtype: string
- name: parent_id
dtype: string
- name: rejected
dtype: string
- name: task
dtype: string
- name: trajectory
list:
- name: from
dtype: string
- name: value
dtype: string
- name: child
struct:
- name: chosen
dtype: string
- name: dataset
dtype: string
- name: depth
dtype: int64
- name: id
dtype: string
- name: parent_id
dtype: string
- name: rejected
dtype: string
- name: task
dtype: string
- name: trajectory
list:
- name: from
dtype: string
- name: value
dtype: string
splits:
- name: train
num_bytes: 707433702
num_examples: 59603
download_size: 176485453
dataset_size: 707433702
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "UltraInteract_pair_subtree"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
The UltraInteract_pair_subtree dataset includes two main features: parent and child, each containing multiple substructures such as chosen, dataset, depth, id, parent_id, rejected, task, and trajectory. trajectory is a list containing from and value fields. The dataset is split into train with 59603 samples, totaling 707433702 bytes. The dataset configuration is named default with data file paths as data/train-*.
提供机构:
heegyu
原始信息汇总
数据集概述
数据集特征
父节点(parent)
- 字段:
- chosen: 字符串
- dataset: 字符串
- depth: 整数
- id: 字符串
- parent_id: 字符串
- rejected: 字符串
- task: 字符串
- trajectory: 列表
- from: 字符串
- value: 字符串
子节点(child)
- 字段:
- chosen: 字符串
- dataset: 字符串
- depth: 整数
- id: 字符串
- parent_id: 字符串
- rejected: 字符串
- task: 字符串
- trajectory: 列表
- from: 字符串
- value: 字符串
数据集分割
- 训练集(train):
- 数据量: 707433702 字节
- 示例数量: 59603
数据集大小
- 下载大小: 176485453 字节
- 数据集大小: 707433702 字节
配置
- 默认配置(default):
- 数据文件路径:
data/train-*
- 数据文件路径:



