dscarvalho commited on
Commit
01fc755
1 Parent(s): 824f016

Uploading VAE in neuro-symbolic-ai/eb-langcvae-bert-gpt2

Browse files
Files changed (6) hide show
  1. README.md +13 -3
  2. decoder.pkl +3 -0
  3. encoder.pkl +3 -0
  4. environment.json +1 -0
  5. model.pt +3 -0
  6. model_config.json +1 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: gpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - pythae
5
+ license: apache-2.0
6
+ ---
7
+
8
+ ### Downloading this model from the Hub
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="your_hf_username/repo_name")
13
+ ```
decoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ac9e878171cbc781580770f2a0fa3656e7cd81eeafa1903af23a3f534c7d1c3
3
+ size 776193309
encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e20b1bfa0db15f54e2bf714e6f8a97cc3a29f2fe4d728a9586d2897d95368cb
3
+ size 435532860
environment.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "EnvironmentConfig", "python_version": "3.11"}
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8568f326e48b89aafb94ef7c9a66cc50eefcbe04b44211c60e75f3b006bae71
3
+ size 1196031074
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "VAEConfig", "input_dim": [32, 201028], "latent_dim": 32, "uses_default_encoder": false, "uses_default_decoder": false, "reconstruction_loss": "mse"}