File size: 2,136 Bytes
6b357cf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---

language:
- jv
- id
- en
pretty_name: Code-switch QA (Eval)
configs:
- config_name: multiple_choice (jv-id-en)
  data_files:
  - split: test
    path: jv-id-en/mc/test-*
- config_name: multiple_choice (id-en)
  data_files:
  - split: test
    path: id-en/mc/test-*
- config_name: short_answer (jv-id-en)
  data_files:
  - split: test
    path: jv-id-en/sa/test-*
- config_name: short_answer (id-en)
  data_files:
  - split: test
    path: id-en/sa/test-*
dataset_info:
- config_name: multiple_choice (jv-id-en)
  features:
  - name: id
    dtype: string
  - name: 0 shot prompt
    dtype: string
  - name: 1 shot prompt
    dtype: string
  - name: 3 shot prompt
    dtype: string
  - name: 5 shot prompt
    dtype: string
  - name: type
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 18979589
    num_examples: 990
- config_name: multiple_choice (id-en)
  features:
  - name: id
    dtype: string
  - name: 0 shot prompt
    dtype: string
  - name: 1 shot prompt
    dtype: string
  - name: 3 shot prompt
    dtype: string
  - name: 5 shot prompt
    dtype: string
  - name: type
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 18922776
    num_examples: 990
- config_name: short_answer (jv-id-en)
  features:
  - name: id
    dtype: string
  - name: 0 shot prompt
    dtype: string
  - name: 1 shot prompt
    dtype: string
  - name: 3 shot prompt
    dtype: string
  - name: 5 shot prompt
    dtype: string
  - name: type
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 16705264
    num_examples: 990
- config_name: short_answer (id-en)
  features:
  - name: id
    dtype: string
  - name: 0 shot prompt
    dtype: string
  - name: 1 shot prompt
    dtype: string
  - name: 3 shot prompt
    dtype: string
  - name: 5 shot prompt
    dtype: string
  - name: type
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 16894092
    num_examples: 990
---