YBXL/OphoQA_train
收藏Hugging Face2024-05-29 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/YBXL/OphoQA_train
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test
path: data/test-*
dataset_info:
features:
- name: id
dtype: string
- name: conversations
list:
- name: role
dtype: string
- name: content
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 486131
num_examples: 820
- name: valid
num_bytes: 58708
num_examples: 102
- name: test
num_bytes: 60000
num_examples: 103
download_size: 193487
dataset_size: 604839
---
# Dataset Card for "OphoQA_train"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
The dataset consists of train, validation, and test splits, each with specific file paths and number of examples. The dataset features include ID, conversations, and text, with conversations further detailed into role and content.
提供机构:
YBXL
原始信息汇总
数据集概述
配置信息
- 默认配置 (config_name: default)
- 训练数据 (split: train):
data/train-* - 验证数据 (split: valid):
data/valid-* - 测试数据 (split: test):
data/test-*
- 训练数据 (split: train):
数据集特征
- id: 数据类型为字符串 (
dtype: string) - conversations: 列表类型,包含以下子特征
- role: 数据类型为字符串 (
dtype: string) - content: 数据类型为字符串 (
dtype: string)
- role: 数据类型为字符串 (
- text: 数据类型为字符串 (
dtype: string)
数据集分割信息
- 训练集 (split: train)
- 数据大小: 486131字节
- 样本数量: 820
- 验证集 (split: valid)
- 数据大小: 58708字节
- 样本数量: 102
- 测试集 (split: test)
- 数据大小: 60000字节
- 样本数量: 103
数据集大小
- 下载大小: 193487字节
- 数据集总大小: 604839字节



