charlieoneill/hypothesis_generation
收藏Hugging Face2024-04-27 更新2024-05-25 收录
下载链接:
https://hf-mirror.com/datasets/charlieoneill/hypothesis_generation
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: title
dtype: string
- name: authors
sequence: string
- name: abstract
dtype: string
- name: year
dtype: int64
- name: venue
dtype: string
- name: bit_flip
struct:
- name: bit
dtype: string
- name: flip
dtype: string
splits:
- name: train
num_bytes: 80255306
num_examples: 46124
- name: test
num_bytes: 1305130
num_examples: 710
download_size: 44342070
dataset_size: 81560436
---
# Dataset Card for "hypothesis_generation"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
charlieoneill
原始信息汇总
数据集概述
配置信息
- 默认配置 (
config_name: default)- 训练数据 (
split: train): 路径为data/train-* - 测试数据 (
split: test): 路径为data/test-*
- 训练数据 (
数据集特征
- 名称 (
name): 数据集包含以下特征title: 数据类型为stringauthors: 数据类型为sequence: stringabstract: 数据类型为stringyear: 数据类型为int64venue: 数据类型为stringbit_flip: 结构化数据,包含bit: 数据类型为stringflip: 数据类型为string
数据集分割
- 训练集 (
name: train):- 大小 (
num_bytes): 80,255,306 字节 - 示例数量 (
num_examples): 46,124
- 大小 (
- 测试集 (
name: test):- 大小 (
num_bytes): 1,305,130 字节 - 示例数量 (
num_examples): 710
- 大小 (
数据集大小
- 下载大小 (
download_size): 44,342,070 字节 - 数据集总大小 (
dataset_size): 81,560,436 字节



