--- dataset_info: features: - name: INSTRUCTION dtype: string - name: RESPONSE dtype: string - name: SOURCE dtype: string - name: METADATA struct: - name: question_score dtype: int64 - name: answer_score dtype: int64 - name: tags dtype: string splits: - name: train num_bytes: 4249876711 num_examples: 6331083 download_size: 4249876711 dataset_size: 4249876711 license: cc-by-sa-4.0 language: - en - uk - ru - de - fr pretty_name: Open-Assistant StackExchange Instruction --- # Stackexchange Instructions for OpenAssistant This dataset is taken from https://archive.org/details/stackexchange. There's a single parquet file combining all stackexchange sites. The threads have been filtered as follows: only threads with an accepted answer, for which both the question and response is less than 1000 characters have been choosen. Other answers, or questions without accepted answers, or long entries have been droppped. Each row consists of - INSTRUCTION - RESPONSE - SOURCE («stackexchange-ai«) - METADATA (tags, question_score, answer_score). Original extraction code by https://github.com/b-mc2 --- ## license: cc-by-sa-4.0 // See https://archive.org/details/stackexchange for details