README.md 395 Bytes
Newer Older
Hongkun Yu's avatar
Hongkun Yu committed
1
2
3
4
5
6
7
8
# TensorFlow Natural Language Processing Models

tensorflow/models/official/nlp is a library of state-of-the-art models for
Natural Language Processing (NLP).

The library currently contains TensorFlow 2.x implementations, pre-trained
model weights, usage scripts and conversion utilities for the following models:

Hongkun Yu's avatar
Hongkun Yu committed
9
* [Bert](bert)
Hongkun Yu's avatar
Hongkun Yu committed
10
11
12

* [XLNet](xlnet)

Hongkun Yu's avatar
Hongkun Yu committed
13
* [Transformer for translation](transformer)