oo00spy00oo/twitter_dataset_1717669001
收藏资源简介:
--- dataset_info: features: - name: id dtype: 'null' - name: tweet_content dtype: 'null' - name: user_name dtype: 'null' - name: user_id dtype: 'null' - name: created_at dtype: 'null' - name: url dtype: 'null' - name: favourite_count dtype: 'null' - name: scraped_at dtype: 'null' - name: image_urls dtype: 'null' splits: - name: train num_bytes: 0 num_examples: 0 download_size: 2160 dataset_size: 0 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes multiple features related to tweets, such as tweet content, user name, user ID, creation time, URL, favorite count, scraping time, and image URLs. The dataset is divided into a training set, but the number of samples and bytes for the training set are both 0. The download size of the dataset is 2160 bytes, while the actual size of the dataset is 0 bytes. The dataset configuration is set to default, with the data file path being data/train-*.
数据集概述
数据集特征
- id:数据类型为 null。
- tweet_content:数据类型为 null。
- user_name:数据类型为 null。
- user_id:数据类型为 null。
- created_at:数据类型为 null。
- url:数据类型为 null。
- favourite_count:数据类型为 null。
- scraped_at:数据类型为 null。
- image_urls:数据类型为 null。
数据集拆分
- train:包含0个示例,占用0字节。
数据集大小
- 下载大小:2160字节。
- 数据集大小:0字节。
配置
- 默认配置:包含训练数据文件,路径为
data/train-*。



