benayas/snips
收藏官方服务:
资源简介:
--- license: apache-2.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: text dtype: string - name: category dtype: string splits: - name: train num_bytes: 883074 num_examples: 13084 - name: test num_bytes: 95870 num_examples: 1400 download_size: 414632 dataset_size: 978944 ---
The dataset includes two main features: text and category, both of which are string types. The dataset is divided into a training set and a test set, with 13084 samples in the training set and 1400 samples in the test set. The total download size of the dataset is 414632 bytes, and the total size is 978944 bytes.
提供机构:
benayas原始信息汇总
数据集概述
许可证
- Apache 2.0
配置
- 默认配置 (
default)- 数据文件路径:
- 训练集 (
train):data/train-* - 测试集 (
test):data/test-*
- 训练集 (
- 数据文件路径:
数据集信息
- 特征:
text: 数据类型为stringcategory: 数据类型为string
- 数据分割:
- 训练集 (
train):- 字节数: 883074
- 样本数: 13084
- 测试集 (
test):- 字节数: 95870
- 样本数: 1400
- 训练集 (
- 下载大小: 414632 字节
- 数据集大小: 978944 字节



