File size: 693 Bytes
003e784
 
 
f92b37f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
08cda90
f92b37f
 
08cda90
f92b37f
f50efc8
08cda90
f92b37f
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
---
language:
- tw
license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: context
    dtype: string
  - name: response
    struct:
    - name: further_research
      dtype: string
    - name: key_words
      sequence: string
    - name: summary_text
      dtype: string
    - name: title
      dtype: string
  splits:
  - name: train
    num_bytes: 147234.2288557214
    num_examples: 160
  - name: validation
    num_bytes: 37728.77114427861
    num_examples: 41
  download_size: 50951
  dataset_size: 184963.0
---