bigcode/code-exchange
收藏Hugging Face2023-04-20 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/bigcode/code-exchange
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: qid
dtype: int64
- name: question
dtype: string
- name: answers
list:
- name: answer_id
dtype: int64
- name: author
dtype: string
- name: author_id
dtype: int64
- name: author_profile
dtype: string
- name: pm_score
dtype: int64
- name: selected
dtype: bool
- name: text
dtype: string
- name: date
dtype: string
- name: metadata
sequence: string
- name: input
dtype: string
- name: output
dtype: string
splits:
- name: train
num_bytes: 49109718161.00354
num_examples: 7658345
download_size: 22205153192
dataset_size: 49109718161.00354
---
# Dataset Card for "code-exchange"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
bigcode
原始信息汇总
数据集概述
数据集特征
- qid: 整数类型 (int64)
- question: 字符串类型 (string)
- answers: 列表类型,包含以下字段:
- answer_id: 整数类型 (int64)
- author: 字符串类型 (string)
- author_id: 整数类型 (int64)
- author_profile: 字符串类型 (string)
- pm_score: 整数类型 (int64)
- selected: 布尔类型 (bool)
- text: 字符串类型 (string)
- date: 字符串类型 (string)
- metadata: 序列类型,字符串 (sequence: string)
- input: 字符串类型 (string)
- output: 字符串类型 (string)
数据集分割
- train:
- 数据量: 49109718161.00354 字节
- 示例数量: 7658345
数据集大小
- 下载大小: 22205153192 字节
- 数据集大小: 49109718161.00354 字节



