Hack90/virus_tokenized_ds_3072
收藏资源简介:
--- dataset_info: features: - name: id dtype: string - name: sequence dtype: string - name: name dtype: string - name: description dtype: string - name: features dtype: int64 - name: seq_length dtype: int64 - name: text dtype: string - name: __index_level_0__ dtype: int64 - name: input_ids sequence: int32 - name: attention_mask sequence: int8 splits: - name: train num_bytes: 3893880305 num_examples: 189221 download_size: 717260001 dataset_size: 3893880305 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes multiple features such as ID, sequence, name, description, features, sequence length, text, index level, input IDs, and attention mask. It is divided into a training set with 189221 samples, totaling 3893880305 bytes. The download size of the dataset is 717260001 bytes.
数据集概述
数据特征
- id: 字符串类型
- sequence: 字符串类型
- name: 字符串类型
- description: 字符串类型
- features: 64位整数类型
- seq_length: 64位整数类型
- text: 字符串类型
- index_level_0: 64位整数类型
- input_ids: 32位整数序列类型
- attention_mask: 8位整数序列类型
数据分割
- train:
- 字节数: 3893880305
- 样本数: 189221
数据集大小
- 下载大小: 717260001
- 数据集大小: 3893880305
配置
- config_name: default
- data_files:
- split: train
- path: data/train-*
- data_files:



