File size: 600 Bytes
5a865db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d31a5e3
5a865db
 
d31a5e3
5a865db
 
d31a5e3
5a865db
d31a5e3
 
5a865db
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: prompt_id
    dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 27536
    num_examples: 64
  - name: eval
    num_bytes: 6404
    num_examples: 14
  - name: test
    num_bytes: 6142
    num_examples: 14
  download_size: 25636
  dataset_size: 40082
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
  - split: test
    path: data/test-*
---