File size: 1,457 Bytes
378d22b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
configs:
- config_name: default
  data_files:
  - split: scifact
    path: data/scifact-*
  - split: fever
    path: data/fever-*
  - split: random_text
    path: data/random_text-*
  - split: scifact_2claims
    path: data/scifact_2claims-*
  - split: scifact_3claims
    path: data/scifact_3claims-*
  - split: fever_2claims
    path: data/fever_2claims-*
  - split: fever_3claims
    path: data/fever_3claims-*
  - split: random_text_128
    path: data/random_text_128-*
  - split: random_text_256
    path: data/random_text_256-*
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: text
    dtype: string
  - name: question
    dtype: string
  - name: choices
    list: string
  - name: answer
    dtype: string
  splits:
  - name: scifact
    num_bytes: 5735689795
    num_examples: 3591
  - name: fever
    num_bytes: 5735538238
    num_examples: 3591
  - name: random_text
    num_bytes: 5735600723
    num_examples: 3591
  - name: scifact_2claims
    num_bytes: 5736015036
    num_examples: 3591
  - name: scifact_3claims
    num_bytes: 5736338341
    num_examples: 3591
  - name: fever_2claims
    num_bytes: 5735711578
    num_examples: 3591
  - name: fever_3claims
    num_bytes: 5735883094
    num_examples: 3591
  - name: random_text_128
    num_bytes: 5735830547
    num_examples: 3591
  - name: random_text_256
    num_bytes: 5736290195
    num_examples: 3591
  download_size: 33630576574
  dataset_size: 51622897547
---