wentingzhao/test-info-cleaned
收藏资源简介:
--- dataset_info: features: - name: content dtype: string - name: country dtype: string - name: hashed_ip dtype: string - name: header struct: - name: accept-language dtype: string - name: user-agent dtype: string - name: language dtype: string - name: redacted dtype: bool - name: role dtype: string - name: state dtype: string - name: timestamp dtype: 'null' - name: toxic dtype: bool - name: turn_identifier dtype: int64 - name: info dtype: bool splits: - name: train num_bytes: 5918299 num_examples: 14214 download_size: 2362401 dataset_size: 5918299 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes various features such as content, country, hashed IP address, header information (including accept-language and user-agent), language, whether it is redacted, role, state, timestamp, whether it contains toxic content, turn identifier, and info. The dataset is divided into a training set with 14214 samples, totaling 5918299 bytes. The configuration name of the dataset is default, and the data file path is data/train-*.
数据集概述
数据集特征
- content:字符串类型
- country:字符串类型
- hashed_ip:字符串类型
- header:结构体类型,包含以下字段:
- accept-language:字符串类型
- user-agent:字符串类型
- language:字符串类型
- redacted:布尔类型
- role:字符串类型
- state:字符串类型
- timestamp:空值类型
- toxic:布尔类型
- turn_identifier:整数类型(64位)
- info:布尔类型
数据集拆分
- train:
- 数据量:5918299字节
- 示例数量:14214
数据集大小
- 下载大小:2362401字节
- 数据集大小:5918299字节
配置
- default:
- 数据文件路径:
data/train-*
- 数据文件路径:



