File size: 695 Bytes
c355f3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bf76e47
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: conversation
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 22536930
    num_examples: 12947
  - name: test
    num_bytes: 1184262
    num_examples: 690
  download_size: 13745483
  dataset_size: 23721192
---
# Dataset Card for "oasst_top1_2023-08-25-chat-format"

This dataset is a copy of [OpenAssistant/oasst_top1_2023-08-25](https://huggingface.co/datasets/OpenAssistant/oasst_top1_2023-08-25) transformed to work with hugging face chat templates.