Uploading JNF in asenella/CUB_JNF_qazyyxq7
Browse files- README.md +13 -0
- decoders.pkl +3 -0
- encoders.pkl +3 -0
- environment.json +1 -0
- flows.pkl +3 -0
- joint_encoder.pkl +3 -0
- model.pt +3 -0
- model_config.json +1 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- multivae
|
5 |
+
license: apache-2.0
|
6 |
+
---
|
7 |
+
|
8 |
+
### Downloading this model from the Hub
|
9 |
+
This model was trained with multivae. It can be downloaded or reloaded using the method `load_from_hf_hub`
|
10 |
+
```python
|
11 |
+
>>> from multivae.models import AutoModel
|
12 |
+
>>> model = AutoModel.load_from_hf_hub(hf_hub_path="your_hf_username/repo_name")
|
13 |
+
```
|
decoders.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b40abb4d129de3c539026dd0e94713272ec7f106efd094160353ae09e32126d
|
3 |
+
size 25289676
|
encoders.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74a336410b0b76423b8d951c8a9fa0decbf039bb1899e2db970a03f22688ff00
|
3 |
+
size 28759015
|
environment.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"name": "EnvironmentConfig", "python_version": "3.10"}
|
flows.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96494cd5976a271ae11a3d41edc0df9389449d7c4ce9972dfb18b22210e41827
|
3 |
+
size 3444657
|
joint_encoder.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d70bce8313a37feee549146c413015076cc6aa0e148286ae990e62bfd7ae3a60
|
3 |
+
size 24298424
|
model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a51f65a3e173a94fcaa1fd0cdf5aa1d9008969fb46326071a69b03ececee045
|
3 |
+
size 81628174
|
model_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"name": "JNFConfig", "n_modalities": 2, "latent_dim": 96, "input_dims": null, "uses_likelihood_rescaling": true, "rescale_factors": {"image": 0.0026041666666666665, "text": 5.0}, "decoders_dist": {"image": "laplace", "text": "categorical"}, "decoder_dist_params": {"image": {"scale": 0.01}}, "logits_to_std": "softplus", "custom_architectures": ["encoders", "decoders", "joint_encoder", "flows"], "warmup": 150, "two_steps_training": true, "alpha": 0.1, "beta": 10.0, "divide_by_prior": true}
|