File size: 801 Bytes
19d3589
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9bdd8f0
 
 
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
33
---
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: solvability
    dtype: string
  - name: output
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 4033508
    num_examples: 314
  - name: test
    num_bytes: 953481
    num_examples: 79
  download_size: 2265604
  dataset_size: 4986989
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

# Instruction Tuning Dataset (Split)
This dataset is a copy of the [alvwjy/instruct_dataset](https://huggingface.co/datasets/alvwjy/instruct_dataset). This is the split version of the dataset to `training` and `testing` which will be used for measuring the performance of the model.