Fraser commited on
Commit
3aafcd8
1 Parent(s): 5932e26

link to demo

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -9,11 +9,13 @@ datasets: Fraser/python-lines
9
 
10
  A Transformer-VAE made using flax.
11
 
12
- It has been trained to interpolate on lines of Python code form the [python-lines dataset](https://huggingface.co/datasets/Fraser/python-lines).
 
 
13
 
14
  Done as part of Huggingface community training ([see forum post](https://discuss.huggingface.co/t/train-a-vae-to-interpolate-on-english-sentences/7548)).
15
 
16
- Builds on T5, using an autoencoder to convert it into an MMD-VAE.
17
 
18
  ## How to use from the 🤗/transformers library
19
 
9
 
10
  A Transformer-VAE made using flax.
11
 
12
+ Try the [demo](https://huggingface.co/spaces/flax-community/t5-vae)!
13
+
14
+ It has been trained to interpolate on lines of Python code from the [python-lines dataset](https://huggingface.co/datasets/Fraser/python-lines).
15
 
16
  Done as part of Huggingface community training ([see forum post](https://discuss.huggingface.co/t/train-a-vae-to-interpolate-on-english-sentences/7548)).
17
 
18
+ Builds on T5, using an autoencoder to convert it into an MMD-VAE ([more info](http://fras.uk/ml/large%20prior-free%20models/transformer-vae/2020/08/13/Transformers-as-Variational-Autoencoders.html)).
19
 
20
  ## How to use from the 🤗/transformers library
21