lionelchg/dolly_open_qa
收藏Hugging Face2023-08-09 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/lionelchg/dolly_open_qa
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: instruction
dtype: string
- name: context
dtype: string
- name: response
dtype: string
- name: category
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 2708807.1330839125
num_examples: 3554
- name: test
num_bytes: 143290.86691608766
num_examples: 188
download_size: 1724377
dataset_size: 2852098.0
---
# Dataset Card for "dolly_open_qa"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
lionelchg
原始信息汇总
数据集概述
数据集配置
- 默认配置 (
default):- 训练数据 (
train):路径为data/train-* - 测试数据 (
test):路径为data/test-*
- 训练数据 (
数据集信息
-
特征 (Features):
- instruction:数据类型为
string - context:数据类型为
string - response:数据类型为
string - category:数据类型为
string - text:数据类型为
string
- instruction:数据类型为
-
数据分割 (Splits):
- 训练集 (
train):- 大小:2708807.1330839125 字节
- 示例数量:3554
- 测试集 (
test):- 大小:143290.86691608766 字节
- 示例数量:188
- 训练集 (
-
数据集大小:
- 下载大小:1724377 字节
- 数据集总大小:2852098.0 字节



