File size: 488 Bytes
701b8cf
 
519b08e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
701b8cf
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
---

license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: input_text
    dtype: string
  - name: output_text
    dtype: string
  - name: source
    dtype: string
  splits:
  - name: train
    num_bytes: 641755
    num_examples: 2066
  - name: test
    num_bytes: 91389
    num_examples: 300
  download_size: 278521
  dataset_size: 733144
---