@@ -16,10 +16,16 @@ More examples are continuously added...
1616* [ bert] ( https://github.com/asyml/texar-pytorch/tree/master/examples/bert ) : Pre-trained BERT model for text representation
1717* [ gpt-2] ( https://github.com/asyml/texar-pytorch/tree/master/examples/gpt-2 ) : Pre-trained OpenAI GPT-2 language model
1818* [ xlnet] ( https://github.com/asyml/texar-pytorch/tree/master/examples/xlnet ) : Pre-trained XLNet model for text representation
19+ * [ vae_text] ( https://github.com/asyml/texar-pytorch/tree/master/examples/vae_text ) : VAE with a transformer decoder for improved language modeling
20+
21+ ### Variational Autoencoder (VAE) ###
22+
23+ * [ vae_text] ( https://github.com/asyml/texar-pytorch/tree/master/examples/vae_text ) : VAE language model
1924
2025### Classifier / Sequence Prediction ###
2126
2227* [ bert] ( https://github.com/asyml/texar-pytorch/tree/master/examples/bert ) : Pre-trained BERT model for text representation
28+ * [ sentence_classifier] ( https://github.com/asyml/texar-pytorch/tree/master/examples/sentence_classifier ) : Basic CNN-based sentence classifier
2329* [ xlnet] ( https://github.com/asyml/texar-pytorch/tree/master/examples/xlnet ) : Pre-trained XLNet model for text representation
2430
2531---
@@ -29,6 +35,8 @@ More examples are continuously added...
2935### Language Modeling ###
3036
3137* [ gpt-2] ( https://github.com/asyml/texar-pytorch/tree/master/examples/gpt-2 ) : Pre-trained OpenAI GPT-2 language model
38+ * [ vae_text] ( https://github.com/asyml/texar-pytorch/tree/master/examples/vae_text ) : VAE language model
39+ * [ xlnet] ( https://github.com/asyml/texar-pytorch/tree/master/examples/xlnet ) : Pre-trained XLNet language model
3240
3341### Machine Translation ###
3442
@@ -38,4 +46,5 @@ More examples are continuously added...
3846### Classification ###
3947
4048* [ bert] ( https://github.com/asyml/texar-pytorch/tree/master/examples/bert ) : Pre-trained BERT model for text representation
49+ * [ sentence_classifier] ( https://github.com/asyml/texar-pytorch/tree/master/examples/sentence_classifier ) : Basic CNN-based sentence classifier
4150* [ xlnet] ( https://github.com/asyml/texar-pytorch/tree/master/examples/xlnet ) : Pre-trained XLNet model for text representation
0 commit comments