latterworks/uap_images
收藏资源简介:
--- dataset_info: features: - name: image dtype: 'null' - name: likelihood dtype: 'null' - name: classification dtype: 'null' - name: other_explanation dtype: 'null' splits: - name: train num_bytes: 0 num_examples: 0 download_size: 1203 dataset_size: 0 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes four features: image, likelihood, classification, and other_explanation, each with a data type of null. The dataset is split into a training set (train), but the number of examples and bytes for the training set are both 0. The download size of the dataset is 1203 bytes, while the actual dataset size is 0 bytes. Additionally, the dataset has a default configuration (default) with data file paths as data/train-*.
数据集概述
数据集特征
- image:数据类型为null。
- likelihood:数据类型为null。
- classification:数据类型为null。
- other_explanation:数据类型为null。
数据集分割
- train:包含0个示例,占用0字节。
数据集大小
- 下载大小:1203字节。
- 数据集大小:0字节。
配置
- 默认配置:包含训练数据,路径为
data/train-*。



