subreddit_data / README.md
Asap7772's picture
Upload README.md with huggingface_hub
908bfe9 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: title
      dtype: string
    - name: selftext
      dtype: string
    - name: score
      dtype: int64
    - name: num_comments
      dtype: int64
    - name: upvote_ratio
      dtype: float64
    - name: created_utc
      dtype: float64
    - name: subreddit
      dtype: string
  splits:
    - name: train
      num_bytes: 3576983.349282297
      num_examples: 1128
    - name: test
      num_bytes: 399556.65071770333
      num_examples: 126
  download_size: 2489160
  dataset_size: 3976540

Dataset Card for "subreddit_data"

More Information needed