eduagarcia/enem_challenge
收藏Hugging Face2024-01-30 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/eduagarcia/enem_challenge
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: id
dtype: string
- name: question_number
dtype: int32
- name: exam_id
dtype: string
- name: exam_year
dtype: string
- name: nullified
dtype: bool
- name: question
dtype: string
- name: choices
sequence:
- name: text
dtype: string
- name: label
dtype: string
- name: answerKey
dtype: string
- name: explanation
dtype: string
splits:
- name: train
num_bytes: 1718990
num_examples: 1432
download_size: 1027750
dataset_size: 1718990
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
提供机构:
eduagarcia
原始信息汇总
数据集概述
数据集特征
- id: 数据类型为字符串。
- question_number: 数据类型为整数(int32)。
- exam_id: 数据类型为字符串。
- exam_year: 数据类型为字符串。
- nullified: 数据类型为布尔值(bool)。
- question: 数据类型为字符串。
- choices: 包含以下序列:
- text: 数据类型为字符串。
- label: 数据类型为字符串。
- answerKey: 数据类型为字符串。
- explanation: 数据类型为字符串。
数据集分割
- train: 包含1432个样本,占用1718990字节。
数据集大小
- 下载大小: 1027750字节。
- 数据集大小: 1718990字节。
配置
- default: 包含训练数据文件,路径为
data/train-*。



