File size: 546 Bytes
80d5d0a
 
 
 
 
 
 
 
 
 
 
8cfb46e
418e9d6
80d5d0a
8cfb46e
418e9d6
80d5d0a
8cfb46e
418e9d6
8cfb46e
 
80d5d0a
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 12139412
    num_examples: 7605
  - name: val
    num_bytes: 3945889
    num_examples: 2490
  - name: test
    num_bytes: 7865582
    num_examples: 4938
  download_size: 874171
  dataset_size: 23950883
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---