lorolla/ft1
05
1---2dataset_info:3 features:4 - name: instruction5 dtype: string6 - name: input7 dtype: string8 - name: output9 dtype: string10 splits:11 - name: train12 num_bytes: 12069.33333333333413 num_examples: 4014 - name: test15 num_bytes: 1508.666666666666716 num_examples: 517 download_size: 1112818 dataset_size: 13578.019configs:20- config_name: default21 data_files:22 - split: train23 path: data/train-*24 - split: test25 path: data/test-*26---27 