samuelinferences
commited on
Commit
·
902ce66
1
Parent(s):
1ba0296
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ iface = gr.Interface(fn=infer,
|
|
104 |
Lines represent means and shaded areas are the confidence interval (68.2% quantile). In green, we have the ground truth GP posterior and in blue we have our approximation.
|
105 |
We provide three models that are architecturally the same, but with different training budgets.
|
106 |
''',
|
107 |
-
article="<p style='text-align: center'><a href='https://
|
108 |
inputs=[
|
109 |
gr.inputs.Dataframe(headers=["x", "y"], datatype=["number", "number"], row_count=2, type='numpy', default=[['.25','.1'],['.75','.4']], label='The data: you can change this and increase the number of data points using the `enter` key.'),
|
110 |
gr.inputs.Radio(['160K','800K','4M'], type="value", default='160K', label='Number of Sampled Datasets in Training (Training Costs), higher values yield better results')
|
|
|
104 |
Lines represent means and shaded areas are the confidence interval (68.2% quantile). In green, we have the ground truth GP posterior and in blue we have our approximation.
|
105 |
We provide three models that are architecturally the same, but with different training budgets.
|
106 |
''',
|
107 |
+
article="<p style='text-align: center'><a href='https://arxiv.org/abs/2112.10510'>Paper: Transformers Can Do Bayesian Inference</a></p>",
|
108 |
inputs=[
|
109 |
gr.inputs.Dataframe(headers=["x", "y"], datatype=["number", "number"], row_count=2, type='numpy', default=[['.25','.1'],['.75','.4']], label='The data: you can change this and increase the number of data points using the `enter` key.'),
|
110 |
gr.inputs.Radio(['160K','800K','4M'], type="value", default='160K', label='Number of Sampled Datasets in Training (Training Costs), higher values yield better results')
|