File size: 767 Bytes
d7ce642
c2a5c8a
 
d7ce642
173142a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6c32b65
 
 
ec782f9
 
6c32b65
608ecdb
 
 
 
173142a
 
 
 
 
608ecdb
 
 
 
d7ce642
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
34
35
36
37
38
39
40
41
42
43
---

language:
- en
license: mit
dataset_info:
  features:
  - name: 'Unnamed: 0'
    dtype: int64
  - name: input
    dtype: string
  - name: output
    dtype: string
  - name: id
    dtype: string
  - name: Input_Sentence
    dtype: string
  - name: Input_Span
    dtype: string
  - name: Instruction_Only
    dtype: string
  splits:
  - name: train
    num_bytes: 390139
    num_examples: 128
  - name: test
    num_bytes: 51130
    num_examples: 17
  - name: valid
    num_bytes: 48904
    num_examples: 16
  download_size: 136931
  dataset_size: 490173
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: valid
    path: data/valid-*
---