wwhlazio/TrueFakeNews_llama2_1k_valid_formatted
收藏官方服务:
资源简介:
--- dataset_info: features: - name: text dtype: string - name: class dtype: int64 splits: - name: train num_bytes: 493351 num_examples: 1000 download_size: 186331 dataset_size: 493351 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes two main features: text (string type) and class (int64 type). It consists of a training set (train) with 1000 examples, occupying 493351 bytes. The download size of the dataset is 186331 bytes, and the actual dataset size is 493351 bytes. The dataset configuration is named default, and the training data files are located at data/train-* path.
提供机构:
wwhlazio原始信息汇总
数据集概述
数据集特征
- text:文本类型,数据类型为字符串。
- class:分类标签,数据类型为整数(int64)。
数据集分割
- 训练集(train):包含1000个样本,总大小为493351字节。
数据集大小
- 下载大小:186331字节。
- 数据集总大小:493351字节。
配置信息
- 默认配置(default):训练数据文件路径为
data/train-*。



