Update README.md
Browse files
README.md
CHANGED
@@ -1,60 +1,64 @@
|
|
1 |
-
---
|
2 |
-
license: gpl-3.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: id
|
6 |
-
dtype: string
|
7 |
-
- name: description
|
8 |
-
dtype: string
|
9 |
-
- name: lean_code
|
10 |
-
dtype: string
|
11 |
-
- name: signature
|
12 |
-
struct:
|
13 |
-
- name: name
|
14 |
-
dtype: string
|
15 |
-
- name: parameters
|
16 |
-
sequence:
|
17 |
-
- name: param_name
|
18 |
-
dtype: string
|
19 |
-
- name: param_type
|
20 |
-
dtype: string
|
21 |
-
- name: return_type
|
22 |
-
dtype: string
|
23 |
-
- name: metadata
|
24 |
-
struct:
|
25 |
-
- name: upstream
|
26 |
-
struct:
|
27 |
-
- name: name
|
28 |
-
dtype: string
|
29 |
-
- name: link
|
30 |
-
dtype: string
|
31 |
-
- name: task_id
|
32 |
-
dtype: string
|
33 |
-
- name: student_id
|
34 |
-
sequence: int64
|
35 |
-
- name: tests
|
36 |
-
sequence:
|
37 |
-
- name: input
|
38 |
-
dtype: string
|
39 |
-
- name: expected
|
40 |
-
sequence: string
|
41 |
-
- name: unexpected
|
42 |
-
sequence: string
|
43 |
-
- name: reject_inputs
|
44 |
-
sequence:
|
45 |
-
- name: input
|
46 |
-
dtype: string
|
47 |
-
- name: difficulty
|
48 |
-
dtype: string
|
49 |
-
splits:
|
50 |
-
- name: train
|
51 |
-
num_bytes: 609882
|
52 |
-
num_examples: 189
|
53 |
-
download_size: 211743
|
54 |
-
dataset_size: 609882
|
55 |
-
configs:
|
56 |
-
- config_name: default
|
57 |
-
data_files:
|
58 |
-
- split: train
|
59 |
-
path: data/train-*
|
60 |
-
---
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gpl-3.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: string
|
7 |
+
- name: description
|
8 |
+
dtype: string
|
9 |
+
- name: lean_code
|
10 |
+
dtype: string
|
11 |
+
- name: signature
|
12 |
+
struct:
|
13 |
+
- name: name
|
14 |
+
dtype: string
|
15 |
+
- name: parameters
|
16 |
+
sequence:
|
17 |
+
- name: param_name
|
18 |
+
dtype: string
|
19 |
+
- name: param_type
|
20 |
+
dtype: string
|
21 |
+
- name: return_type
|
22 |
+
dtype: string
|
23 |
+
- name: metadata
|
24 |
+
struct:
|
25 |
+
- name: upstream
|
26 |
+
struct:
|
27 |
+
- name: name
|
28 |
+
dtype: string
|
29 |
+
- name: link
|
30 |
+
dtype: string
|
31 |
+
- name: task_id
|
32 |
+
dtype: string
|
33 |
+
- name: student_id
|
34 |
+
sequence: int64
|
35 |
+
- name: tests
|
36 |
+
sequence:
|
37 |
+
- name: input
|
38 |
+
dtype: string
|
39 |
+
- name: expected
|
40 |
+
sequence: string
|
41 |
+
- name: unexpected
|
42 |
+
sequence: string
|
43 |
+
- name: reject_inputs
|
44 |
+
sequence:
|
45 |
+
- name: input
|
46 |
+
dtype: string
|
47 |
+
- name: difficulty
|
48 |
+
dtype: string
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
num_bytes: 609882
|
52 |
+
num_examples: 189
|
53 |
+
download_size: 211743
|
54 |
+
dataset_size: 609882
|
55 |
+
configs:
|
56 |
+
- config_name: default
|
57 |
+
data_files:
|
58 |
+
- split: train
|
59 |
+
path: data/train-*
|
60 |
+
---
|
61 |
+
|
62 |
+
# Verina: Benchmarking Verifiable Code Generation
|
63 |
+
|
64 |
+
Check out [GitHub](https://github.com/sunblaze-ucb/verina) for more information.
|