From a348a90b5b0405071419310ba47892a61138a0be Mon Sep 17 00:00:00 2001 From: Hongkun Yu Date: Sat, 21 Mar 2020 16:08:42 -0700 Subject: [PATCH] Update readme: albert PiperOrigin-RevId: 302231420 --- official/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/official/README.md b/official/README.md index 359b9d97eeb..262a0c3279b 100644 --- a/official/README.md +++ b/official/README.md @@ -80,6 +80,8 @@ installable Official Models package. This is being tracked in ### Natural Language Processing +* [albert](nlp/albert): A Lite BERT for Self-supervised Learning of Language + Representations. * [bert](nlp/bert): A powerful pre-trained language representation model: BERT, which stands for Bidirectional Encoder Representations from Transformers.