PiyushLavaniya/Small_Alpaca_Instruct
收藏Hugging Face2023-10-15 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/PiyushLavaniya/Small_Alpaca_Instruct
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: input
dtype: string
- name: output
dtype: string
- name: input_ids
sequence: int32
- name: attention_mask
sequence: int8
- name: labels
sequence: int64
splits:
- name: train
num_bytes: 17849270.7
num_examples: 9000
- name: test
num_bytes: 1983252.3
num_examples: 1000
download_size: 6069153
dataset_size: 19832523.0
---
# Dataset Card for "Small_Alpaca_Instruct"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
PiyushLavaniya
原始信息汇总
数据集概述
配置
- 默认配置 (
default)- 数据文件路径:
- 训练集 (
train):data/train-* - 测试集 (
test):data/test-*
- 训练集 (
- 数据文件路径:
数据特征
input: 字符串类型output: 字符串类型input_ids: 整数序列,类型为int32attention_mask: 整数序列,类型为int8labels: 整数序列,类型为int64
数据分割
- 训练集 (
train)- 字节数: 17849270.7
- 样本数: 9000
- 测试集 (
test)- 字节数: 1983252.3
- 样本数: 1000
数据大小
- 下载大小: 6069153 字节
- 数据集大小: 19832523.0 字节



