Kostik46/twitter_dataset_1717717122
收藏资源简介:
--- 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-* ---
This 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 in the training set are both 0. The download size of the dataset is 2160 bytes, while the dataset size is 0.
数据集信息
特征
- 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-*
- data_files:



