asenella commited on
Commit
2b84e4d
1 Parent(s): c328564

Uploading JNF in asenella/CUB_JNF_1xtb3o71

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. flows.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:754647e9c9bb07bba6301bcb87790ff38118d6d4300250c2ef2f2e18547864c1
3
+ size 25289696
encoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4581db6440362236e80d759720f27175906307215759cb29aabae46154a18e36
3
+ size 28759005
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:875adb91a80f3c6bed1d5c6c755dffc9b728c8c067ae9da3f08fca4347d95ae0
3
+ size 3444669
joint_encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bd21a2d247df85c9a1d86bb35fba340bd80e456225b7f3228a5e92f1ae31c7a
3
+ size 24298446
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d14c09f58aa18797216f4ec1899849c2b5389501e5a22797234f7eb3d6a890
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": false, "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}