pythae
English
dscarvalho commited on
Commit
58c504e
1 Parent(s): 2dc7038

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

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:f88490e0a59af9e53747c4f2fae3062489ed568fd513f20887b5b465f1a27da1
3
+ size 15626037534
encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44931759f07f895ecb0810995ac7734a247c6bc29b780d96a08e203865216e78
3
+ size 435303868
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:758f5dc084b49fc59cc5ef53a54b5d2b6beb502bcd0b2adb28d7242984a1913e
3
+ size 15521790346
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "VAEConfig", "input_dim": [32, 128000], "latent_dim": 32, "uses_default_encoder": false, "uses_default_decoder": false, "reconstruction_loss": "mse"}