File size: 417 Bytes
255584e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: prompt
    dtype: string
  splits:
  - name: curated
    num_bytes: 7986
    num_examples: 100
  - name: wildchat
    num_bytes: 181824
    num_examples: 1000
  download_size: 135068
  dataset_size: 189810
configs:
- config_name: default
  data_files:
  - split: curated
    path: data/curated-*
  - split: wildchat
    path: data/wildchat-*
---