lizhuang144
commited on
Commit
•
c731240
1
Parent(s):
f821653
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: qid
|
5 |
+
dtype: int64
|
6 |
+
- name: question
|
7 |
+
dtype: string
|
8 |
+
- name: answers
|
9 |
+
list:
|
10 |
+
- name: answer_id
|
11 |
+
dtype: int64
|
12 |
+
- name: author
|
13 |
+
dtype: string
|
14 |
+
- name: author_id
|
15 |
+
dtype: int64
|
16 |
+
- name: author_profile
|
17 |
+
dtype: string
|
18 |
+
- name: pm_score
|
19 |
+
dtype: int64
|
20 |
+
- name: selected
|
21 |
+
dtype: bool
|
22 |
+
- name: text
|
23 |
+
dtype: string
|
24 |
+
- name: date
|
25 |
+
dtype: string
|
26 |
+
- name: metadata
|
27 |
+
sequence: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 37966876013
|
31 |
+
num_examples: 10404628
|
32 |
+
download_size: 17879223994
|
33 |
+
dataset_size: 37966876013
|
34 |
+
---
|
35 |
+
# Dataset Card for "stack-exchange-preferences-20230914-clean-anonymization"
|
36 |
+
|
37 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|