File size: 470 Bytes
f515e6c
fd0c1d6
 
f515e6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
dataset_info:
  features:
  - name: flags
    dtype: string
  - name: instruction
    dtype: string
  - name: category
    dtype: string
  - name: intent
    dtype: string
  - name: response
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 1007432
    num_examples: 500
  download_size: 352119
  dataset_size: 1007432
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---