clementchadebec
commited on
Commit
·
e2ab330
1
Parent(s):
fb6637a
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- pythae
|
|
|
5 |
license: apache-2.0
|
6 |
---
|
7 |
|
@@ -11,3 +12,8 @@ This model was trained with pythae. It can be downloaded or reloaded using the m
|
|
11 |
>>> from pythae.models import AutoModel
|
12 |
>>> model = AutoModel.load_from_hf_hub(hf_hub_path="your_hf_username/repo_name")
|
13 |
```
|
|
|
|
|
|
|
|
|
|
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- pythae
|
5 |
+
- reproducibility
|
6 |
license: apache-2.0
|
7 |
---
|
8 |
|
|
|
12 |
>>> from pythae.models import AutoModel
|
13 |
>>> model = AutoModel.load_from_hf_hub(hf_hub_path="your_hf_username/repo_name")
|
14 |
```
|
15 |
+
|
16 |
+
## Reproducibility
|
17 |
+
This trained model reproduces the results of Table 1 in [1]
|
18 |
+
|
19 |
+
[1] Samlimans, T. et al, *Markov chain monte carlo and variational inference: Bridging the gap*, ICML 2015
|