ceia-nlp/arc-portuguese
收藏资源简介:
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: validation path: data/validation-* dataset_info: features: - name: id dtype: string - name: question sequence: string - name: choices sequence: - name: text dtype: string - name: label dtype: string - name: answerKey dtype: string splits: - name: train num_bytes: 370596 num_examples: 1119 - name: test num_bytes: 399448 num_examples: 1172 - name: validation num_bytes: 102919 num_examples: 299 download_size: 477678 dataset_size: 872963 --- # Dataset Card for "arc-portuguese" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
配置
- 默认配置:
- 训练集:路径为
data/train-* - 测试集:路径为
data/test-* - 验证集:路径为
data/validation-*
- 训练集:路径为
数据集信息
-
特征:
id:数据类型为stringquestion:序列类型为stringchoices:序列类型包含:text:数据类型为stringlabel:数据类型为string
answerKey:数据类型为string
-
分割:
- 训练集:
- 字节数:370596
- 样本数:1119
- 测试集:
- 字节数:399448
- 样本数:1172
- 验证集:
- 字节数:102919
- 样本数:299
- 训练集:
-
下载大小:477678 字节
-
数据集大小:872963 字节



