jan-hq/rag_dataset_1200_binarized
收藏Hugging Face2024-01-31 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/jan-hq/rag_dataset_1200_binarized
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: context
dtype: string
- name: question
dtype: string
- name: answer
dtype: string
- name: messages
list:
- name: content
dtype: string
- name: role
dtype: string
splits:
- name: train
num_bytes: 8526558.6
num_examples: 1080
- name: test
num_bytes: 947395.4
num_examples: 120
download_size: 5750707
dataset_size: 9473954.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
The dataset includes four main features: context, question, answer, and messages. The messages feature is a list containing two sub-features: content and role. The dataset is divided into a training set and a test set, with 1080 and 120 samples respectively. The download size of the dataset is 5750707 bytes, and the total size is 9473954.0 bytes. The dataset configuration is default, with the training and test data files stored in the data/train-* and data/test-* paths respectively.
提供机构:
jan-hq
原始信息汇总
数据集信息
特征
- context: 数据类型为字符串。
- question: 数据类型为字符串。
- answer: 数据类型为字符串。
- messages: 列表类型,包含以下字段:
- content: 数据类型为字符串。
- role: 数据类型为字符串。
数据分割
- train: 包含1080个样本,总字节数为8526558.6。
- test: 包含120个样本,总字节数为947395.4。
数据大小
- 下载大小: 5750707字节。
- 数据集大小: 9473954.0字节。
配置
- default: 包含以下数据文件:
- train: 路径为
data/train-*。 - test: 路径为
data/test-*。
- train: 路径为



