File size: 554 Bytes
fc017b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: system_prompt
    dtype: string
  - name: conversation
    list:
    - name: response
      dtype: string
    - name: thoughts_and_reasoning
      dtype: string
    - name: user_input
      dtype: string
  splits:
  - name: train
    num_bytes: 12369789
    num_examples: 2419
  - name: test
    num_bytes: 656168
    num_examples: 128
  download_size: 6230978
  dataset_size: 13025957
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---