-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel-gpt2.yml
70 lines (54 loc) · 1.67 KB
/
model-gpt2.yml
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
# THIS FILE CAN BE A COPY OF model-diffusion EXCEPT FOR CHANGING THE MODEL IN $SUITE_VARS$
$SUITE_VARS$:
$INCLUDE_VARS$: general.yml
model: gpt2
# no_com, cp_link, cp_link+, poly, poseidon
exp_kzg_no_com:
n_repetitions: 1
host_types: {large: {n: 1, init_roles: setup-base, $CMD$: "[% my_run.cmd %]"}}
base_experiment:
cpsnark: no_com
pc_type: kzg
#exp_kzg_cp_link:
# n_repetitions: 1
# host_types: {large: {n: 1, init_roles: setup-base, $CMD$: "[% my_run.cmd %]"}}
# base_experiment:
# cpsnark: cp_link # TODO [nku] CAN NOT BE RUN CURRENTLY
# pc_type: kzg
exp_kzg_cp_link_plus:
n_repetitions: 1
host_types: {large: {n: 1, init_roles: setup-base, $CMD$: "[% my_run.cmd %]"}}
base_experiment:
cpsnark: cp_link+
pc_type: kzg
exp_kzg_poly:
n_repetitions: 1
host_types: {large: {n: 1, init_roles: setup-base, $CMD$: "[% my_run.cmd %]"}}
base_experiment:
cpsnark: poly
pc_type: kzg
# cpsnark: poseidon too expensive to run
######################IPA Below
exp_ipa_no_com:
n_repetitions: 1
host_types: {large: {n: 1, init_roles: setup-base, $CMD$: "[% my_run.cmd %]"}}
base_experiment:
cpsnark: no_com
pc_type: ipa
exp_ipa_poly:
n_repetitions: 1
host_types: {large: {n: 1, init_roles: setup-base, $CMD$: "[% my_run.cmd %]"}}
base_experiment:
cpsnark: poly
pc_type: ipa
# cpsnark: poseidon too expensive to run
$ETL$:
overview:
experiments: "*"
extractors:
ErrorExpectedFileExtractor: {expected_file: ["output.csv"]}
IgnoreExtractor: {file_regex: ["stdout.log"]}
CsvExtractor: {file_regex: ["output.csv"]}
transformers: []
loaders:
CsvSummaryLoader: {skip_empty: True}