huythemes/twitter_dataset_1717596420
收藏资源简介:
--- dataset_info: features: - name: id dtype: string - name: tweet_content dtype: string - name: user_name dtype: string - name: user_id dtype: string - name: created_at dtype: string - name: url dtype: string - name: favourite_count dtype: int64 - name: scraped_at dtype: string - name: image_urls dtype: string splits: - name: train num_bytes: 294336 num_examples: 680 download_size: 168590 dataset_size: 294336 configs: - config_name: default data_files: - split: train path: data/train-* ---
数据集信息: 特征列: - id:字符串类型 - tweet_content(推文内容):字符串类型 - user_name(用户名):字符串类型 - user_id(用户ID):字符串类型 - created_at(创建时间):字符串类型 - url(链接):字符串类型 - favourite_count(点赞计数):int64 整型 - scraped_at(爬取时间):字符串类型 - image_urls(图片链接):字符串类型 数据集拆分: - 训练集(train):字节占用量294336,样本总数680 下载大小:168590,数据集总大小:294336 配置项: - 默认配置(default):数据文件对应训练集拆分的路径为 data/train-*
数据集概述
数据集特征
- id:字符串类型
- tweet_content:字符串类型
- user_name:字符串类型
- user_id:字符串类型
- created_at:字符串类型
- url:字符串类型
- favourite_count:整数类型(int64)
- scraped_at:字符串类型
- image_urls:字符串类型
数据集分割
- 训练集(train):
- 数据大小:294336字节
- 示例数量:680
数据集大小
- 下载大小:168590字节
- 数据集总大小:294336字节
配置
- 默认配置(default):
- 数据文件路径:
data/train-*
- 数据文件路径:



