oo00spy00oo/twitter_dataset_1717702584
收藏资源简介:
--- 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, etc., with unspecified data types. 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, and the actual size is 0 bytes. The dataset configuration is set to default, with the training 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字节
配置
- config_name: default
- data_files:
- split: train
- path: data/train-*



