Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Twi
Size:
< 1K
Libraries:
Datasets
pandas
License:
File size: 694 Bytes
003e784
 
 
f92b37f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8b36b8e
f92b37f
 
8b36b8e
f92b37f
8b36b8e
 
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: 146030.64676616914
    num_examples: 160
  - name: validation
    num_bytes: 37420.35323383084
    num_examples: 41
  download_size: 50986
  dataset_size: 183451.0
---