File size: 589 Bytes
8531ba5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
047f704
8531ba5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: other
license_name: ons
license_link: LICENSE
dataset_info:
  features:
  - name: id
    dtype: string
  - name: title
    dtype: string
  - name: context
    dtype: string
  - name: question
    dtype: string
  - name: answers
    dtype: string   
  splits:
  - name: train
    num_bytes: 71681.34959349594
    num_examples: 172
  - name: test
    num_bytes: 30839.650406504064
    num_examples: 74
  download_size: 19380
  dataset_size: 102521.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---