clementchadebec
commited on
Commit
•
ee939d8
1
Parent(s):
8df3cb7
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ license: apache-2.0
|
|
9 |
This model was trained with pythae. It can be downloaded or reloaded using the method `load_from_hf_hub`
|
10 |
```python
|
11 |
>>> from pythae.models import AutoModel
|
12 |
-
>>> model = AutoModel.load_from_hf_hub(hf_hub_path="clementchadebec/
|
13 |
```
|
14 |
|
15 |
## Reproducibility
|
|
|
9 |
This model was trained with pythae. It can be downloaded or reloaded using the method `load_from_hf_hub`
|
10 |
```python
|
11 |
>>> from pythae.models import AutoModel
|
12 |
+
>>> model = AutoModel.load_from_hf_hub(hf_hub_path="clementchadebec/reproduced_beta_tc_vae")
|
13 |
```
|
14 |
|
15 |
## Reproducibility
|