witchling22/tokenized_dataset_bart
收藏Hugging Face2023-12-01 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/witchling22/tokenized_dataset_bart
下载链接
链接失效反馈官方服务:
资源简介:
---
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: source
dtype: string
- name: source_labels
dtype: string
- name: rouge_scores
dtype: string
- name: paper_id
dtype: string
- name: target
dtype: string
- name: full_source_text
dtype: string
- name: input_ids
sequence: int32
- name: attention_mask
sequence: int8
- name: labels
sequence: int64
splits:
- name: train
num_bytes: 17340567
num_examples: 1992
- name: test
num_bytes: 5620222
num_examples: 618
- name: validation
num_bytes: 5534448
num_examples: 619
download_size: 6328102
dataset_size: 28495237
---
# Dataset Card for "tokenized_dataset_bart"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
witchling22
原始信息汇总
数据集概述
数据集配置
- 配置名称: default
- 数据文件:
- 训练集: data/train-*
- 测试集: data/test-*
- 验证集: data/validation-*
数据集信息
-
特征:
- source: 字符串类型
- source_labels: 字符串类型
- rouge_scores: 字符串类型
- paper_id: 字符串类型
- target: 字符串类型
- full_source_text: 字符串类型
- input_ids: 整数序列类型
- attention_mask: 整数序列类型
- labels: 整数序列类型
-
数据分割:
- 训练集:
- 字节数: 17340567
- 样本数: 1992
- 测试集:
- 字节数: 5620222
- 样本数: 618
- 验证集:
- 字节数: 5534448
- 样本数: 619
- 训练集:
-
下载大小: 6328102
-
数据集大小: 28495237



