joey234/mmlu-professional_accounting
收藏资源简介:
--- dataset_info: features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: negate_openai_prompt struct: - name: content dtype: string - name: role dtype: string - name: neg_question dtype: string - name: fewshot_context dtype: string - name: fewshot_context_neg dtype: string splits: - name: dev num_bytes: 7031 num_examples: 5 - name: test num_bytes: 1064063 num_examples: 282 download_size: 182011 dataset_size: 1071094 configs: - config_name: default data_files: - split: dev path: data/dev-* - split: test path: data/test-* --- # Dataset Card for "mmlu-professional_accounting" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集信息: 特征: - 字段名:question,数据类型:字符串 - 字段名:choices,数据类型:字符串序列 - 字段名:answer,数据类型:类别标签(class_label),其名称映射如下: '0' 对应 A,'1' 对应 B,'2' 对应 C,'3' 对应 D - 字段名:negate_openai_prompt,数据类型:结构体,包含两个子字段: - 子字段名:content,数据类型:字符串 - 子字段名:role,数据类型:字符串 - 字段名:neg_question,数据类型:字符串(反向问题) - 字段名:fewshot_context,数据类型:字符串(少样本上下文) - 字段名:fewshot_context_neg,数据类型:字符串(反向少样本上下文) 数据集拆分: - 拆分名称:dev,字节数:7031,样本数量:5 - 拆分名称:test,字节数:1064063,样本数量:282 下载大小:182011 字节 数据集总大小:1071094 字节 配置方案: - 配置名称:default,数据文件对应如下: - 拆分dev:路径为 data/dev-* - 拆分test:路径为 data/test-* --- # 「专业会计学MMLU」数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集名称
mmlu-professional_accounting
数据特征
- question: 数据类型 - string
- choices: 数据类型 - sequence of string
- answer: 数据类型 - class_label,标签名称为:
- 0: A
- 1: B
- 2: C
- 3: D
- negate_openai_prompt: 结构化数据,包含:
- content: 数据类型 - string
- role: 数据类型 - string
- neg_question: 数据类型 - string
- fewshot_context: 数据类型 - string
- fewshot_context_neg: 数据类型 - string
数据分割
- dev:
- 大小: 7031 bytes
- 示例数量: 5
- test:
- 大小: 1064063 bytes
- 示例数量: 282
数据集大小
- 下载大小: 182011 bytes
- 数据集总大小: 1071094 bytes
配置文件
- config_name: default
- data_files:
- dev: path - data/dev-*
- test: path - data/test-*




