davidsilva824/dataset_1_task_b
收藏资源简介:
--- dataset_info: features: - name: id dtype: int64 - name: tweet_text dtype: string - name: tweet_date dtype: string - name: sentiment dtype: int64 - name: query_used dtype: string splits: - name: train num_bytes: 15326576.1 num_examples: 95000 - name: validation num_bytes: 806661.9 num_examples: 5000 - name: test3classes num_bytes: 2486827 num_examples: 14999 - name: test num_bytes: 2486827 num_examples: 14999 - name: testtema num_bytes: 2486827 num_examples: 14999 download_size: 14354262 dataset_size: 23593719.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test3classes path: data/test3classes-* - split: test path: data/test-* - split: testtema path: data/testtema-* ---
数据集概述
数据集特征
- id: 数据类型为
int64 - tweet_text: 数据类型为
string - tweet_date: 数据类型为
string - sentiment: 数据类型为
int64 - query_used: 数据类型为
string
数据集分割
- train: 包含 95000 个样本,大小为 15326576.1 字节
- validation: 包含 5000 个样本,大小为 806661.9 字节
- test3classes: 包含 14999 个样本,大小为 2486827 字节
- test: 包含 14999 个样本,大小为 2486827 字节
- testtema: 包含 14999 个样本,大小为 2486827 字节
数据集大小
- 下载大小: 14354262 字节
- 数据集总大小: 23593719.0 字节
配置
- config_name: default
- data_files:
- train: 路径为
data/train-* - validation: 路径为
data/validation-* - test3classes: 路径为
data/test3classes-* - test: 路径为
data/test-* - testtema: 路径为
data/testtema-*
- train: 路径为
- data_files:



