File size: 745 Bytes
59fc554
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: conversations
    list:
    - name: role
      dtype: string
    - name: value
      dtype: string
  - name: source
    dtype: string
  - name: combined_conversation
    dtype: string
  - name: formatted_conversation
    dtype: string
  - name: formatted_conversation2
    dtype: string
  - name: formatted_conversation3
    sequence: string
  - name: final_conversation
    list:
    - name: role
      dtype: string
    - name: value
      dtype: string
  splits:
  - name: train
    num_bytes: 378099563
    num_examples: 20000
  download_size: 145809643
  dataset_size: 378099563
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---