apailang/dataset_mcq_table
收藏Hugging Face2024-02-23 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/apailang/dataset_mcq_table
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: instruction
dtype: string
- name: input_content
dtype: string
- name: expected_output
struct:
- name: correct_answer
dtype: string
- name: explanation
dtype: string
- name: options
struct:
- name: A
dtype: string
- name: B
dtype: string
- name: C
dtype: string
- name: D
dtype: string
- name: question
dtype: string
- name: question
dtype: string
- name: A
dtype: string
- name: B
dtype: string
- name: C
dtype: string
- name: D
dtype: string
- name: correct_answer
dtype: string
- name: explanation
dtype: string
splits:
- name: train
num_bytes: 415502
num_examples: 318
- name: test
num_bytes: 68807
num_examples: 50
- name: val
num_bytes: 60966
num_examples: 50
download_size: 227742
dataset_size: 545275
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: val
path: data/val-*
---
提供机构:
apailang
原始信息汇总
数据集概述
数据特征
- instruction: 类型为字符串。
- input_content: 类型为字符串。
- expected_output: 包含以下结构:
- correct_answer: 类型为字符串。
- explanation: 类型为字符串。
- options: 包含以下结构:
- A: 类型为字符串。
- B: 类型为字符串。
- C: 类型为字符串。
- D: 类型为字符串。
- question: 类型为字符串。
- question: 类型为字符串。
- A: 类型为字符串。
- B: 类型为字符串。
- C: 类型为字符串。
- D: 类型为字符串。
- correct_answer: 类型为字符串。
- explanation: 类型为字符串。
数据分割
- train: 包含318个样本,大小为415502字节。
- test: 包含50个样本,大小为68807字节。
- val: 包含50个样本,大小为60966字节。
数据集大小
- 下载大小: 227742字节。
- 数据集大小: 545275字节。
配置
- default: 包含以下数据文件路径:
- train:
data/train-* - test:
data/test-* - val:
data/val-*
- train:



