You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implemented new pre-commit hooks and removed the paper directory
The paper directory will be added in another PR after cleaning up
* Added tests to the dev branch
* Skipping tests until get the correct secrets to the repo
Other arguments can be used to customize the prompt (`prefix`, `prompt_template`, `suffix`) and the in-context learning procedure (`use_quantiles`, `n_quantiles`).
117
122
Additionally, we implemented other models. A brief list can be seen below:
123
+
118
124
- AskTellFewShotMulti;
119
125
- AskTellFewShotTopk;
120
126
- AskTellFinetuning;
@@ -149,18 +155,21 @@ for i in range(n):
149
155
150
156
asktell.inv_predict(20.0)
151
157
```
158
+
152
159
The data for that is available in the paper directory.
153
160
This generated the following procedure:
161
+
154
162
```
155
163
the synthesis procedure:"A 30 wt% tungsten carbide catalyst was prepared with Cu dopant metal at 5 wt% and carburized at 835 C. The reaction was run at 350 ºC"
156
164
```
157
165
158
166
### Citation
159
167
160
168
Please, cite [Ramos et al.](https://arxiv.org/abs/2304.05341):
169
+
161
170
```
162
171
@misc{ramos2023bayesian,
163
-
title={Bayesian Optimization of Catalysts With In-context Learning},
172
+
title={Bayesian Optimization of Catalysts With In-context Learning},
164
173
author={Mayk Caldas Ramos and Shane S. Michtavy and Marc D. Porosoff and Andrew D. White},
0 commit comments