File size: 479 Bytes
ffcdda0
 
 
 
 
 
 
 
 
 
 
 
 
42f6b53
 
 
 
 
ffcdda0
 
 
 
 
42f6b53
 
ffcdda0
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: 'Unnamed: 0'
    dtype: int64
  - name: user_prompt
    dtype: string
  - name: model_response
    dtype: string
  splits:
  - name: train
    num_bytes: 9299904
    num_examples: 5000
  - name: validation
    num_bytes: 182614
    num_examples: 100
  download_size: 2507804
  dataset_size: 9482518
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---