dataset_info: | |
features: | |
- name: id | |
dtype: int64 | |
- name: type | |
dtype: string | |
- name: by | |
dtype: string | |
- name: time | |
dtype: timestamp[us] | |
- name: title | |
dtype: string | |
- name: text | |
dtype: string | |
- name: url | |
dtype: string | |
- name: score | |
dtype: float64 | |
- name: parent | |
dtype: float64 | |
- name: top_level_parent | |
dtype: int64 | |
- name: descendants | |
dtype: float64 | |
- name: kids | |
sequence: int64 | |
- name: deleted | |
dtype: bool | |
- name: dead | |
dtype: bool | |
splits: | |
- name: train | |
num_bytes: 16783998935 | |
num_examples: 37873317 | |
download_size: 9888097022 | |
dataset_size: 16783998935 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
# Hacker News posts and comments | |
This is a dataset of all HN posts and comments, current as of October 13, 2023. |