Skip to content

Commit

Permalink
Update example part in docs (#304)
Browse files Browse the repository at this point in the history
* Update example part in docs

* Minor fix
  • Loading branch information
gpengzhi authored Mar 9, 2020
1 parent 520018c commit 27fe398
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ More examples are continuously added...
* [bert](https://github.com/asyml/texar-pytorch/tree/master/examples/bert): Pre-trained BERT model for text representation
* [gpt-2](https://github.com/asyml/texar-pytorch/tree/master/examples/gpt-2): Pre-trained OpenAI GPT-2 language model
* [xlnet](https://github.com/asyml/texar-pytorch/tree/master/examples/xlnet): Pre-trained XLNet model for text representation
* [vae_text](https://github.com/asyml/texar-pytorch/tree/master/examples/vae_text): VAE with a transformer decoder for improved language modeling

### Variational Autoencoder (VAE) ###

* [vae_text](https://github.com/asyml/texar-pytorch/tree/master/examples/vae_text): VAE language model

### Classifier / Sequence Prediction ###

* [bert](https://github.com/asyml/texar-pytorch/tree/master/examples/bert): Pre-trained BERT model for text representation
* [sentence_classifier](https://github.com/asyml/texar-pytorch/tree/master/examples/sentence_classifier): Basic CNN-based sentence classifier
* [xlnet](https://github.com/asyml/texar-pytorch/tree/master/examples/xlnet): Pre-trained XLNet model for text representation

---
Expand All @@ -29,6 +35,8 @@ More examples are continuously added...
### Language Modeling ###

* [gpt-2](https://github.com/asyml/texar-pytorch/tree/master/examples/gpt-2): Pre-trained OpenAI GPT-2 language model
* [vae_text](https://github.com/asyml/texar-pytorch/tree/master/examples/vae_text): VAE language model
* [xlnet](https://github.com/asyml/texar-pytorch/tree/master/examples/xlnet): Pre-trained XLNet language model

### Machine Translation ###

Expand All @@ -38,4 +46,5 @@ More examples are continuously added...
### Classification ###

* [bert](https://github.com/asyml/texar-pytorch/tree/master/examples/bert): Pre-trained BERT model for text representation
* [sentence_classifier](https://github.com/asyml/texar-pytorch/tree/master/examples/sentence_classifier): Basic CNN-based sentence classifier
* [xlnet](https://github.com/asyml/texar-pytorch/tree/master/examples/xlnet): Pre-trained XLNet model for text representation
1 change: 1 addition & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ tokenizer
wordpiece
unigram
TF
Autoencoder

0 comments on commit 27fe398

Please sign in to comment.