File size: 1,973 Bytes
62deae7 7bbdd90 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
---
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
splits:
- name: anime.stackexchange.com
num_bytes: 32239646
num_examples: 12318
- name: japanese.stackexchange.com
num_bytes: 68254445
num_examples: 28850
- name: ja.stackoverflow.com
num_bytes: 113881083
num_examples: 30820
download_size: 113180971
dataset_size: 214375174
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-*
license: cc-by-sa-3.0
--- |