File size: 869 Bytes
f58bcf4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1ce8a66
 
 
 
 
 
 
 
a3e0207
1ce8a66
f58bcf4
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
---
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
---