"official/legacy/bert/run_squad_helper.py" did not exist on "0108405df65aaa218ea1d8f90e89acab2744e0a1"
README.md 398 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)