bondagepony/FimFict_Chunked
收藏资源简介:
--- dataset_info: features: - name: author dtype: string - name: story dtype: string - name: chapter dtype: int64 - name: story_tags dtype: string - name: story_title dtype: string - name: story_blurb dtype: string - name: story_status dtype: string - name: story_likes dtype: int64 - name: story_dislikes dtype: int64 - name: story_description dtype: string - name: story_rating dtype: string - name: created dtype: string - name: updated dtype: string - name: views dtype: int64 - name: text dtype: string - name: chunks sequence: string splits: - name: train num_bytes: 9313923334 num_examples: 214210 download_size: 5352531491 dataset_size: 9313923334 configs: - config_name: default data_files: - split: train path: data/train-* ---
数据集信息: 特征: - 字段名:作者(author),数据类型:字符串(string) - 字段名:故事内容(story),数据类型:字符串(string) - 字段名:章节(chapter),数据类型:64位整数(int64) - 字段名:故事标签(story_tags),数据类型:字符串(string) - 字段名:故事标题(story_title),数据类型:字符串(string) - 字段名:故事简介(story_blurb),数据类型:字符串(string) - 字段名:故事状态(story_status),数据类型:字符串(string) - 字段名:故事获赞数(story_likes),数据类型:64位整数(int64) - 字段名:故事获踩数(story_dislikes),数据类型:64位整数(int64) - 字段名:故事详细描述(story_description),数据类型:字符串(string) - 字段名:故事评分(story_rating),数据类型:字符串(string) - 字段名:创建时间(created),数据类型:字符串(string) - 字段名:更新时间(updated),数据类型:字符串(string) - 字段名:浏览量(views),数据类型:64位整数(int64) - 字段名:文本内容(text),数据类型:字符串(string) - 字段名:文本分块(chunks),数据类型:字符串序列(sequence: string) 数据集划分: - 划分名称:训练集(train),字节大小:9313923334,样本数量:214210 下载大小:5352531491,数据集存储大小:9313923334 配置项: - 配置名称:默认配置(default),数据文件: - 对应划分:训练集(train),文件路径:data/train-*
数据集概述
数据集特征
- author:作者,数据类型为字符串。
- story:故事内容,数据类型为字符串。
- chapter:章节,数据类型为整数。
- story_tags:故事标签,数据类型为字符串。
- story_title:故事标题,数据类型为字符串。
- story_blurb:故事简介,数据类型为字符串。
- story_status:故事状态,数据类型为字符串。
- story_likes:故事喜欢数,数据类型为整数。
- story_dislikes:故事不喜欢数,数据类型为整数。
- story_description:故事描述,数据类型为字符串。
- story_rating:故事评分,数据类型为字符串。
- created:创建时间,数据类型为字符串。
- updated:更新时间,数据类型为字符串。
- views:查看次数,数据类型为整数。
- text:文本内容,数据类型为字符串。
- chunks:文本块,数据类型为字符串序列。
数据集划分
- train:训练集,包含214210个样本,总大小为9313923334字节。
数据集大小
- 下载大小:5352531491字节。
- 数据集总大小:9313923334字节。
配置
- config_name:默认配置。
- data_files:训练数据文件路径为
data/train-*。




