YBXL/software_mention_train
收藏Hugging Face2024-06-05 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/YBXL/software_mention_train
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: id
dtype: string
- name: conversations
list:
- name: role
dtype: string
- name: content
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 1818255
num_examples: 547
- name: valid
num_bytes: 1250450
num_examples: 373
- name: test
num_bytes: 1250450
num_examples: 373
download_size: 2188498
dataset_size: 4319155
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test
path: data/test-*
---
The dataset includes three main features: id, conversations, and text. id is a string type, used to uniquely identify each data point. conversations is a list containing two sub-features: role and content, both of which are string types, representing the role and content in the conversation, respectively. text is also a string type, possibly containing other text information. The dataset is divided into three parts: train, valid, and test, each with corresponding byte counts and example counts. The download size and actual size of the dataset are also provided.
提供机构:
YBXL
原始信息汇总
数据集概述
数据集特征
- id: 数据类型为字符串。
- conversations: 包含两个子特征:
- role: 数据类型为字符串。
- content: 数据类型为字符串。
- text: 数据类型为字符串。
数据集划分
- train: 包含547个样本,占用1818255字节。
- valid: 包含373个样本,占用1250450字节。
- test: 包含373个样本,占用1250450字节。
数据集大小
- 下载大小: 2188498字节。
- 数据集总大小: 4319155字节。
数据文件配置
- 默认配置:
- 训练数据: 路径为
data/train-*。 - 验证数据: 路径为
data/valid-*。 - 测试数据: 路径为
data/test-*。
- 训练数据: 路径为



