File size: 492 Bytes
4c18288
 
6db9d16
 
 
 
 
16cb0e2
 
6db9d16
 
16cb0e2
 
6db9d16
 
 
 
 
 
bd2d465
16cb0e2
 
bd2d465
16cb0e2
bd2d465
 
4c18288
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
---

license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 1822296.6
    num_examples: 4500
  - name: test
    num_bytes: 202477.4
    num_examples: 500
  download_size: 699069
  dataset_size: 2024774.0
---