Skip to content

Commit

Permalink
Update example README (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpengzhi authored and huzecong committed Aug 18, 2019
1 parent 37ace14 commit 2d5a6f8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@ More examples are continuously added...
* [transformer](./transformer): Transformer for machine translation
* [bert](./bert): Pre-trained BERT model for text representation
* [gpt-2](./gpt-2): Pre-trained OpenAI GPT-2 language model
* [xlnet](./xlnet): Pre-trained XLNet language model
* [vae_text](./vae_text): VAE with a transformer decoder for improved language modeling

### Classifier / Sequence Prediction ###
### Variational Autoencoder (VAE) ###

* [vae_text](./vae_text): VAE language model

### Classifier / Sequence Prediction ###

* [bert](./bert): Pre-trained BERT model for text representation
* [xlnet](./xlnet): Pre-trained XLNet model for text classification/regression

---

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

* [gpt-2](./gpt-2): Pre-trained OpenAI GPT-2 language model
* [vae_text](./vae_text): VAE language model
* [xlnet](./xlnet): Pre-trained XLNet language model

### Machine Translation ###

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

* [bert](./bert): Pre-trained BERT model for text representation
* [xlnet](./xlnet): Pre-trained XLNet model for text classification/regression

0 comments on commit 2d5a6f8

Please sign in to comment.