asenella commited on
Commit
ffdc72f
1 Parent(s): 8adedd4

Uploading JNFGMC in asenella/CUB_JNFGMC_pious_cloud_89

Browse files
Files changed (8) hide show
  1. README.md +13 -0
  2. decoders.pkl +3 -0
  3. encoders.pkl +3 -0
  4. environment.json +1 -0
  5. gmc_model.pkl +3 -0
  6. joint_encoder.pkl +3 -0
  7. model.pt +3 -0
  8. 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:b3502d7d21ff01b43b71eca84f316a878cd104eb92501a07e441e6be0b56e9be
3
+ size 28987014
encoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c367e7e89b46193658d18e8914ffbfa9e8b04ac73019a097a46d9a5960c24a3d
3
+ size 2792934
environment.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "EnvironmentConfig", "python_version": "3.10"}
gmc_model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d5c73813f22ce3d860532e528355011c0415926ac5ea314cf6dc96884f893b7
3
+ size 611005575
joint_encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:535216a9a1ce5655f06407d22cfead17c4e81d665a640584784c40ce672486ba
3
+ size 44837216
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40d0541b922fa94b38ccdca537f9d76ebc98925fa3a88a5d0b5f95d8351c860
3
+ size 685904142
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "JNFGMCConfig", "n_modalities": 2, "latent_dim": 64, "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}}, "custom_architectures": ["gmc_model", "encoders", "decoders", "joint_encoder"], "warmup": 150, "annealing": false, "alpha": 0.1, "nb_epochs_gmc": 150, "beta": 1.0, "gmc_config": {"name": "GMCConfig", "n_modalities": 2, "input_dims": null, "common_dim": 32, "latent_dim": 32, "temperature": 0.1, "custom_architectures": ["processors", "shared_encoder"], "loss": "between_modality_pairs"}, "logits_to_std": "softplus"}