File size: 840 Bytes
9cb84e9
 
38cbb88
 
35d8b50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9cb84e9
38cbb88
 
 
 
 
 
 
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
---
license: apache-2.0
size_categories:
- 10K<n<100K
task_categories:
- conversational
dataset_info:
  features:
  - name: text
    dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 23211220
    num_examples: 12947
  download_size: 13220375
  dataset_size: 23211220
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# OpenAssistant TOP-1 Conversation Threads

- [Guanacco](https://huggingface.co/datasets/timdettmers/openassistant-guanaco) style export of the best conversation threads from the [open-assistant.io](https://open-assistant.io/) database
- exported August 25, 2023
- jsonl files with [chatml](https://github.com/openai/openai-python/blob/main/chatml.md) formatted conversations
- train: 12,947 samples
- With a column indicating the language used.