Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
|
|
3 |
features:
|
4 |
- name: question
|
5 |
struct:
|
@@ -75,11 +76,45 @@ dataset_info:
|
|
75 |
num_examples: 28428
|
76 |
download_size: 38951308
|
77 |
dataset_size: 67721507
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
configs:
|
79 |
- config_name: default
|
80 |
data_files:
|
81 |
- split: train
|
82 |
path: data/train-*
|
|
|
|
|
|
|
|
|
83 |
---
|
84 |
# Dataset Card for "japanese-stackexchange"
|
85 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: default
|
4 |
features:
|
5 |
- name: question
|
6 |
struct:
|
|
|
76 |
num_examples: 28428
|
77 |
download_size: 38951308
|
78 |
dataset_size: 67721507
|
79 |
+
- config_name: simple
|
80 |
+
features:
|
81 |
+
- name: id
|
82 |
+
dtype: string
|
83 |
+
- name: accepted_answer_id
|
84 |
+
dtype: string
|
85 |
+
- name: popular_answer_id
|
86 |
+
dtype: string
|
87 |
+
- name: title
|
88 |
+
dtype: string
|
89 |
+
- name: question_body
|
90 |
+
dtype: string
|
91 |
+
- name: question_score
|
92 |
+
dtype: int64
|
93 |
+
- name: accepted_answer_body
|
94 |
+
dtype: string
|
95 |
+
- name: accepted_answer_score
|
96 |
+
dtype: int64
|
97 |
+
- name: popular_answer_body
|
98 |
+
dtype: string
|
99 |
+
- name: popular_answer_score
|
100 |
+
dtype: int64
|
101 |
+
- name: tags
|
102 |
+
sequence: string
|
103 |
+
splits:
|
104 |
+
- name: train
|
105 |
+
num_bytes: 66135683
|
106 |
+
num_examples: 28428
|
107 |
+
download_size: 40717946
|
108 |
+
dataset_size: 66135683
|
109 |
configs:
|
110 |
- config_name: default
|
111 |
data_files:
|
112 |
- split: train
|
113 |
path: data/train-*
|
114 |
+
- config_name: simple
|
115 |
+
data_files:
|
116 |
+
- split: train
|
117 |
+
path: simple/train-*
|
118 |
---
|
119 |
# Dataset Card for "japanese-stackexchange"
|
120 |
|