BioMike commited on
Commit
6f56218
1 Parent(s): bf67ca3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -12
README.md CHANGED
@@ -13,11 +13,7 @@ tags:
13
 
14
  The model is a VAE trained for encoding classical portraits in 128*128 resolution into a d=256 latent vector and decoding into original images.
15
 
16
-
17
- ## Model Sources [optional]
18
-
19
- <!-- Provide the basic links for the model. -->
20
- - **Demo [optional]:** [https://huggingface.co/spaces/BioMike/ClassicalPortraitsVAE]
21
 
22
  ## How to Get Started with the Model
23
 
@@ -187,10 +183,6 @@ The model was trained on the [Portrait Dataset](https://www.kaggle.com/datasets/
187
 
188
  The model was trained into two steps, in the first the model vgg16 was employed in the perceptual loss, to train our model to extract general features, and the model vggface2 was used to train VAE to decode faces accurately.
189
 
190
- ## Model Card Authors [optional]
191
-
192
- [More Information Needed]
193
-
194
- ## Model Card Contact
195
-
196
- [More Information Needed]
 
13
 
14
  The model is a VAE trained for encoding classical portraits in 128*128 resolution into a d=256 latent vector and decoding into original images.
15
 
16
+ Demo: https://huggingface.co/spaces/BioMike/ClassicalPortraitsVAE
 
 
 
 
17
 
18
  ## How to Get Started with the Model
19
 
 
183
 
184
  The model was trained into two steps, in the first the model vgg16 was employed in the perceptual loss, to train our model to extract general features, and the model vggface2 was used to train VAE to decode faces accurately.
185
 
186
+ ## Model Card Authors
187
+ [Mykhailo Shtopko](https://huggingface.co/BioMike)
188
+ [werent4](https://huggingface.co/werent4)