dscarvalho commited on
Commit
d86b190
1 Parent(s): 00ce1ae

Uploading VAE in neuro-symbolic-ai/eb-langvae-bert-gpt2-l32

Browse files
Files changed (6) hide show
  1. README.md +13 -0
  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 ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:7e116502a2d0c022f0ffe8e971a1e9daea9ade8cfada9dd6e1b3bcfcf6c9cf36
3
+ size 8121199
encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d05b991c54959bd847f733400272b2a05d83473442f841c1e3488edf848d9b2
3
+ size 1554595
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:54643f9418917d8a664d1ac02ea045bdf0a34224ea29d84348ad7b0eb2e92bd8
3
+ size 8314503
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "VAEConfig", "input_dim": [32, 50257], "latent_dim": 32, "uses_default_encoder": false, "uses_default_decoder": false, "reconstruction_loss": "mse"}