File size: 441 Bytes
e12c508
 
 
 
 
 
 
 
 
 
 
fb84d50
 
e12c508
fb84d50
 
 
 
e12c508
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: completion
    dtype: string
  - name: api
    dtype: string
  splits:
  - name: train
    num_bytes: 2894322
    num_examples: 1663
  - name: test
    num_bytes: 92483
    num_examples: 44
  download_size: 450555
  dataset_size: 2986805
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---