File size: 474 Bytes
5a0b3e4
 
aa47bfb
 
 
 
 
 
 
 
 
 
 
cc692ca
 
aa47bfb
 
 
 
 
 
cc692ca
 
 
 
5a0b3e4
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
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  - name: 'Unnamed: 2'
    dtype: float64
  - name: __index_level_0__
    dtype: int64
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 26022
    num_examples: 33
  download_size: 17304
  dataset_size: 26022
---