jiuhai/alpaca-gpt4
收藏Hugging Face2024-06-03 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/jiuhai/alpaca-gpt4
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: prompt
dtype: string
- name: messages
list:
- name: content
dtype: string
- name: role
dtype: string
splits:
- name: train
num_bytes: 44755675
num_examples: 52002
- name: test
num_bytes: 860652.9556555517
num_examples: 1000
download_size: 25910716
dataset_size: 45616327.95565555
---
# Dataset Card for "alpaca-gpt4"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
The alpaca-gpt4 dataset includes a default configuration with data files divided into training and test sets. The dataset features include prompt and messages, where messages is a list containing content and role fields. The dataset is split into training and test sets, with 52002 samples in the training set and 1000 samples in the test set. The download size of the dataset is 25910716 bytes, and the total size of the dataset is 45616327.95565555 bytes.
提供机构:
jiuhai
原始信息汇总
数据集概述
配置信息
- 默认配置 (
config_name: default)- 训练数据 (
split: train):路径为data/train-* - 测试数据 (
split: test):路径为data/test-*
- 训练数据 (
数据集特征
- prompt:数据类型为字符串
- messages:列表类型,包含以下子特征
- content:数据类型为字符串
- role:数据类型为字符串
数据集分割
- 训练集 (
name: train)- 大小:44,755,675字节
- 样本数:52,002
- 测试集 (
name: test)- 大小:860,652.9556555517字节
- 样本数:1000
数据集大小
- 下载大小:25,910,716字节
- 数据集总大小:45,616,327.95565555字节



