lionelchg/dolly-information-extraction
收藏Hugging Face2023-08-07 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/lionelchg/dolly-information-extraction
下载链接
链接失效反馈官方服务:
资源简介:
---
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: 4656769.3625498
num_examples: 1430
- name: test
num_bytes: 247492.6374501992
num_examples: 76
download_size: 2854506
dataset_size: 4904262.0
---
# Dataset Card for "dolly-information-extraction"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
lionelchg
原始信息汇总
数据集概述
数据集配置
- 默认配置 (default)
- 训练数据路径:
data/train-* - 测试数据路径:
data/test-*
- 训练数据路径:
数据集信息
-
特征 (Features)
- instruction: 数据类型 -
string - context: 数据类型 -
string - response: 数据类型 -
string - category: 数据类型 -
string - text: 数据类型 -
string
- instruction: 数据类型 -
-
数据分割 (Splits)
- 训练集 (train)
- 大小: 4656769.3625498 字节
- 样本数: 1430
- 测试集 (test)
- 大小: 247492.6374501992 字节
- 样本数: 76
- 训练集 (train)
-
下载大小: 2854506 字节
-
数据集总大小: 4904262.0 字节



