File size: 1,360 Bytes
1280efb
e0ec851
 
1280efb
0fe431f
1280efb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0fe431f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1280efb
 
 
 
 
 
 
 
 
0fe431f
 
 
 
 
 
 
 
1280efb
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
67
68
69
70
71
72
73
74
75
---
language:
- en
dataset_info:
- config_name: hau
  features:
  - name: premise
    dtype: string
  - name: inputs
    dtype: string
  - name: targets
    dtype: int64
  - name: ID
    dtype: string
  - name: instruction
    dtype: string
  - name: langs
    dtype: string
  splits:
  - name: dev
    num_bytes: 49539
    num_examples: 200
  - name: test_public
    num_bytes: 42867
    num_examples: 150
  - name: test_private
    num_bytes: 13577
    num_examples: 50
  download_size: 42954
  dataset_size: 105983
- config_name: swa
  features:
  - name: premise
    dtype: string
  - name: inputs
    dtype: string
  - name: targets
    dtype: int64
  - name: ID
    dtype: string
  - name: instruction
    dtype: string
  - name: langs
    dtype: string
  splits:
  - name: dev
    num_bytes: 49598
    num_examples: 200
  - name: test_public
    num_bytes: 41853
    num_examples: 150
  - name: test_private
    num_bytes: 13675
    num_examples: 50
  download_size: 42309
  dataset_size: 105126
configs:
- config_name: hau
  data_files:
  - split: dev
    path: hau/dev-*
  - split: test_public
    path: hau/test_public-*
  - split: test_private
    path: hau/test_private-*
- config_name: swa
  data_files:
  - split: dev
    path: swa/dev-*
  - split: test_public
    path: swa/test_public-*
  - split: test_private
    path: swa/test_private-*
---