dataset_info: | |
features: | |
- name: INSTRUCTION | |
dtype: string | |
- name: RESPONSE | |
dtype: string | |
- name: SOURCE | |
dtype: string | |
- name: METADATA | |
struct: | |
- name: score | |
dtype: int64 | |
- name: tags | |
dtype: string | |
- name: views | |
dtype: int64 | |
splits: | |
- name: train | |
num_bytes: 10242126 | |
num_examples: 3722 | |
download_size: 5649395 | |
dataset_size: 10242126 | |
# Stackexchange Instructions for OpenAssistant | |
This dataset is taken from https://archive.org/details/stackexchange. | |
There's a separate parquet file for each stackexchange site. For each thread which has an accepted answer, a single entry with INSTRUCTION, RESPONSE, SOURCE and METADATA attributes is created. | |
Original extraction code by https://github.com/b-mc2 | |
--- | |
license: cc-by-sa-4.0 // See https://archive.org/details/stackexchange for details | |
--- |