hacker-news / README.md
corbt's picture
Upload README.md with huggingface_hub
0953748
|
raw
history blame
No virus
896 Bytes
metadata
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: 3625606
      num_examples: 10000
  download_size: 2081514
  dataset_size: 3625606
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Dataset Card for "hacker-news"

More Information needed