Birchlabs/test-parquet
收藏资源简介:
--- # Full dataset card template at https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md language: - en license: mit tags: - reasoning annotations_creators: - expert-generated pretty_name: PRM800K size_categories: - 100K<n<1M task_categories: - question-answering # Optional. This part can be used to store the feature types and size of the dataset to be used in python. This can be automatically generated using the datasets-cli. dataset_info: - config_name: all_positive_responses features: - name: instruction dtype: string - name: responses sequence: dtype: string - name: next_response dtype: string - name: answer dtype: string - config_name: solutions_only features: - name: instruction dtype: string - name: responses sequence: dtype: string - name: next_response dtype: string - name: answer dtype: string # splits: # - name: {split_name_0} # Example: train # num_bytes: {split_num_bytes_0} # Example for SQuAD: 79317110 # num_examples: {split_num_examples_0} # Example for SQuAD: 87599 # download_size: {dataset_download_size} # Example for SQuAD: 35142551 # dataset_size: {dataset_size} # Example for SQuAD: 89789763 ---
# 完整数据集卡片模板,详见:https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md language: - 英语 license: MIT许可证 tags: - 推理 annotations_creators: - 专家生成标注 pretty_name: PRM800K size_categories: - 10万 < 样本量 < 100万 task_categories: - 问答 # 可选内容。此部分用于存储Python中使用的数据集特征类型与规模信息,可通过datasets-cli工具自动生成。 dataset_info: - config_name: all_positive_responses features: - 字段名:instruction,数据类型:字符串 - 字段名:responses,数据类型:字符串序列 - 字段名:next_response,数据类型:字符串 - 字段名:answer,数据类型:字符串 - config_name: solutions_only features: - 字段名:instruction,数据类型:字符串 - 字段名:responses,数据类型:字符串序列 - 字段名:next_response,数据类型:字符串 - 字段名:answer,数据类型:字符串 # splits: # - 划分名称:{split_name_0} # 示例:train(训练集) # 字节占用大小:{split_num_bytes_0} # 以SQuAD数据集为例:79317110 # 样本数量:{split_num_examples_0} # 以SQuAD数据集为例:87599 # 总下载大小:{dataset_download_size} # 以SQuAD数据集为例:35142551 # 总数据集存储大小:{dataset_size} # 以SQuAD数据集为例:89789763
数据集概述
基本信息
- 语言: 英语
- 许可证: MIT
- 标签: 推理
- 标注创建者: 专家生成
- 数据集名称: PRM800K
- 数据集大小: 100K<n<1M
- 任务类别: 问答
数据集配置
配置名称: all_positive_responses
- 特征:
- instruction: 字符串
- responses: 字符串序列
- next_response: 字符串
- answer: 字符串
配置名称: solutions_only
- 特征:
- instruction: 字符串
- responses: 字符串序列
- next_response: 字符串
- answer: 字符串




