revanth1996/train_MSMARCO_augmented
收藏Hugging Face2024-06-07 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/revanth1996/train_MSMARCO_augmented
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: id
dtype: string
- name: conversations
list:
- name: from
dtype: string
- name: value
dtype: string
splits:
- name: train
num_bytes: 1570410948
num_examples: 174690
download_size: 668113637
dataset_size: 1570410948
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
The dataset includes two main features: id and conversations. id is a string type identifier used to uniquely identify each sample. conversations is a list containing two sub-features: from and value. from indicates the initiator of the conversation, and value represents the content of the conversation, both of which are string types. The dataset is divided into a training set, containing 174690 samples, with a total size of 1570410948 bytes. The download size of the dataset is 668113637 bytes.
提供机构:
revanth1996
原始信息汇总
数据集概述
数据集特征
- id: 数据类型为字符串。
- conversations: 列表类型,包含以下子特征:
- from: 数据类型为字符串。
- value: 数据类型为字符串。
数据集划分
- train:
- 示例数量: 174690
- 数据大小: 1570410948 字节
下载信息
- 下载大小: 668113637 字节
- 数据集总大小: 1570410948 字节
配置信息
- config_name: default
- data_files:
- split: train
- path: data/train-*



