stackexchanges / README.md
p1atdev's picture
Upload dataset
49f20c2 verified
|
raw
history blame
2.1 kB
metadata
license: cc-by-sa-3.0
dataset_info:
  features:
    - name: question
      struct:
        - name: accepted_answer_id
          dtype: string
        - name: answer_count
          dtype: int64
        - name: body
          dtype: string
        - name: comment_count
          dtype: int64
        - name: content_license
          dtype: string
        - name: creation_date
          dtype: string
        - name: favorite_count
          dtype: int64
        - name: id
          dtype: string
        - name: last_activity_date
          dtype: string
        - name: last_edit_date
          dtype: string
        - name: last_editor_user_id
          dtype: string
        - name: owner_user_id
          dtype: string
        - name: post_type
          dtype: string
        - name: score
          dtype: int64
        - name: tags
          sequence: string
        - name: title
          dtype: string
        - name: view_count
          dtype: int64
    - name: answers
      list:
        - name: body
          dtype: string
        - name: comment_count
          dtype: int64
        - name: content_license
          dtype: string
        - name: creation_date
          dtype: string
        - name: id
          dtype: string
        - name: last_activity_date
          dtype: string
        - name: last_edit_date
          dtype: string
        - name: last_editor_user_id
          dtype: string
        - name: owner_user_id
          dtype: string
        - name: parent_id
          dtype: string
        - name: post_type
          dtype: string
        - name: score
          dtype: int64
    - name: id
      dtype: string
    - name: accepted_answer_id
      dtype: string
    - name: popular_answer_id
      dtype: string
  splits:
    - name: anime.stackexchange.com
      num_bytes: 32533359
      num_examples: 12318
    - name: japanese.stackexchange.com
      num_bytes: 68978827
      num_examples: 28850
    - name: ja.stackoverflow.com
      num_bytes: 114614992
      num_examples: 30820
  download_size: 114275996
  dataset_size: 216127178
configs:
  - config_name: default
    data_files:
      - split: anime.stackexchange.com
        path: data/anime.stackexchange.com-*
      - split: japanese.stackexchange.com
        path: data/japanese.stackexchange.com-*
      - split: ja.stackoverflow.com
        path: data/ja.stackoverflow.com-*