File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,33 @@ python eval.py \
66
66
--output pred.lst
67
67
```
68
68
69
+ ## Ensembling using Pegasus
70
+
71
+ ### Setup
72
+
73
+ The ensembling workflow is defined and run using the Pegasus workflow management system. To run the
74
+ workflow, you'll need to install the [ Pegasus wrapper] [ pegasus_wrapper ] .
75
+
76
+ Note that before running you'll need to set up your user-specific parameters file,
77
+ ` parameters/root.params ` . See ` parameters/root.sample.params ` for an example.
78
+
79
+ ### Running the workflow
80
+
81
+ Once the wrapper is installed, generate the workflow:
82
+
83
+ ``` bash
84
+ python ai2/pegasus.py parameters/pegasus.params
85
+ ```
86
+
87
+ Then submit the workflow:
88
+
89
+ ``` bash
90
+ cd path/to/experiment_root/ensemble
91
+ sh submit.sh
92
+ ```
93
+
94
+ [ pegasus_wrapper ] : https://github.com/isi-vista/vista-pegasus-wrapper/
95
+
69
96
## Results
70
97
71
98
### PIQA
You can’t perform that action at this time.
0 commit comments