File size: 2,707 Bytes
f5f457c
 
d5d0a2c
f5f457c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d5d0a2c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41ed3b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5bc7cee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f9626c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d10d55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f5f457c
 
 
 
 
d5d0a2c
 
 
 
41ed3b4
 
 
 
5bc7cee
 
 
 
f9626c6
 
 
 
9d10d55
 
 
 
f5f457c
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
---
dataset_info:
- config_name: csharp
  features:
  - name: task_id
    dtype: string
  - name: language
    dtype: string
  - name: prompt
    dtype: string
  - name: test
    dtype: string
  - name: entry_point
    dtype: string
  - name: stop_tokens
    sequence: string
  splits:
  - name: test
    num_bytes: 502619
    num_examples: 161
  download_size: 112652
  dataset_size: 502619
- config_name: go
  features:
  - name: task_id
    dtype: string
  - name: language
    dtype: string
  - name: prompt
    dtype: string
  - name: test
    dtype: string
  - name: entry_point
    dtype: string
  - name: stop_tokens
    sequence: string
  splits:
  - name: test
    num_bytes: 355160
    num_examples: 160
  download_size: 101239
  dataset_size: 355160
- config_name: java
  features:
  - name: task_id
    dtype: string
  - name: language
    dtype: string
  - name: prompt
    dtype: string
  - name: test
    dtype: string
  - name: entry_point
    dtype: string
  - name: stop_tokens
    sequence: string
  splits:
  - name: test
    num_bytes: 525834
    num_examples: 161
  download_size: 132248
  dataset_size: 525834
- config_name: javascript
  features:
  - name: task_id
    dtype: string
  - name: language
    dtype: string
  - name: prompt
    dtype: string
  - name: test
    dtype: string
  - name: entry_point
    dtype: string
  - name: stop_tokens
    sequence: string
  splits:
  - name: test
    num_bytes: 324986
    num_examples: 161
  download_size: 96696
  dataset_size: 324986
- config_name: perl
  features:
  - name: task_id
    dtype: string
  - name: language
    dtype: string
  - name: prompt
    dtype: string
  - name: test
    dtype: string
  - name: entry_point
    dtype: string
  - name: stop_tokens
    sequence: string
  splits:
  - name: test
    num_bytes: 292656
    num_examples: 161
  download_size: 94544
  dataset_size: 292656
- config_name: php
  features:
  - name: task_id
    dtype: string
  - name: language
    dtype: string
  - name: prompt
    dtype: string
  - name: test
    dtype: string
  - name: entry_point
    dtype: string
  - name: stop_tokens
    sequence: string
  splits:
  - name: test
    num_bytes: 297615
    num_examples: 161
  download_size: 94520
  dataset_size: 297615
configs:
- config_name: csharp
  data_files:
  - split: test
    path: csharp/test-*
- config_name: go
  data_files:
  - split: test
    path: go/test-*
- config_name: java
  data_files:
  - split: test
    path: java/test-*
- config_name: javascript
  data_files:
  - split: test
    path: javascript/test-*
- config_name: perl
  data_files:
  - split: test
    path: perl/test-*
- config_name: php
  data_files:
  - split: test
    path: php/test-*
---