|
2 | 2 |
|
3 | 3 | ## Natural Language Processing
|
4 | 4 |
|
5 |
| -* [bert](nlp/bert): A powerful pre-trained language representation model: |
| 5 | +* [bert](https://arxiv.org/abs/1810.04805): A powerful pre-trained language representation model: |
6 | 6 | BERT, which stands for Bidirectional Encoder Representations from
|
7 | 7 | Transformers.
|
8 |
| - [BERT FineTuning with Cloud TPU](https://cloud.google.com/tpu/docs/tutorials/bert-2.x) provides step by step instructions on Cloud TPU training. You can look [Bert MNLI Tensorboard.dev metrics](https://tensorboard.dev/experiment/LijZ1IrERxKALQfr76gndA) for MNLI fine tuning task. |
| 8 | + [BERT FineTuning with Cloud TPU](https://cloud.google.com/ai-platform/training/docs/algorithms/bert-start) provides step by step instructions on Cloud TPU training. You can look [Bert MNLI Tensorboard.dev metrics](https://tensorboard.dev/experiment/LijZ1IrERxKALQfr76gndA) for MNLI fine tuning task. |
9 | 9 | * [transformer](nlp/transformer): A transformer model to translate the WMT
|
10 | 10 | English to German dataset.
|
11 | 11 | [Training transformer on Cloud TPU](https://cloud.google.com/tpu/docs/tutorials/transformer-2.x) for step by step instructions on Cloud TPU training.
|
12 | 12 |
|
13 | 13 | ## Computer Vision
|
14 | 14 |
|
15 |
| -* [efficientnet](vision/image_classification): A family of convolutional |
| 15 | +* [efficientnet](https://github.com/tensorflow/models/blob/master/official/vision/modeling/backbones/efficientnet.py): A family of convolutional |
16 | 16 | neural networks that scale by balancing network depth, width, and
|
17 | 17 | resolution and can be used to classify ImageNet's dataset of 1000 classes.
|
18 | 18 | See [Tensorboard.dev training metrics](https://tensorboard.dev/experiment/KnaWjrq5TXGfv0NW5m7rpg/#scalars).
|
19 |
| -* [mnist](vision/image_classification): A basic model to classify digits |
| 19 | +* [mnist](https://www.tensorflow.org/datasets/catalog/mnist): A basic model to classify digits |
20 | 20 | from the MNIST dataset. See [Running MNIST on Cloud TPU](https://cloud.google.com/tpu/docs/tutorials/mnist-2.x) tutorial and [Tensorboard.dev metrics](https://tensorboard.dev/experiment/mIah5lppTASvrHqWrdr6NA).
|
21 |
| -* [mask-rcnn](vision/detection): An object detection and instance segmentation model. See [Tensorboard.dev training metrics](https://tensorboard.dev/experiment/LH7k0fMsRwqUAcE09o9kPA). |
22 |
| -* [resnet](vision/image_classification): A deep residual network that can |
| 21 | +* [mask-rcnn](https://www.tensorflow.org/api_docs/python/tfm/vision/configs/maskrcnn/MaskRCNN): An object detection and instance segmentation model. See [Tensorboard.dev training metrics](https://tensorboard.dev/experiment/LH7k0fMsRwqUAcE09o9kPA). |
| 22 | +* [resnet]((https://www.tensorflow.org/api_docs/python/tfm/vision/configs/image_classification/image_classification_imagenet)): A deep residual network that can |
23 | 23 | be used to classify ImageNet's dataset of 1000 classes.
|
24 | 24 | See [Training ResNet on Cloud TPU](https://cloud.google.com/tpu/docs/tutorials/resnet-2.x) tutorial and [Tensorboard.dev metrics](https://tensorboard.dev/experiment/CxlDK8YMRrSpYEGtBRpOhg).
|
25 |
| -* [retinanet](vision/detection): A fast and powerful object detector. See [Tensorboard.dev training metrics](https://tensorboard.dev/experiment/b8NRnWU3TqG6Rw0UxueU6Q). |
26 |
| -* [shapemask](vision/detection): An object detection and instance segmentation model using shape priors. See [Tensorboard.dev training metrics](https://tensorboard.dev/experiment/ZbXgVoc6Rf6mBRlPj0JpLA). |
| 25 | +* [retinanet](https://www.tensorflow.org/api_docs/python/tfm/vision/retinanet): A fast and powerful object detector. See [Tensorboard.dev training metrics](https://tensorboard.dev/experiment/b8NRnWU3TqG6Rw0UxueU6Q). |
| 26 | +* [shapemask](https://cloud.google.com/tpu/docs/tutorials/shapemask-2.x): An object detection and instance segmentation model using shape priors. See [Tensorboard.dev training metrics](https://tensorboard.dev/experiment/ZbXgVoc6Rf6mBRlPj0JpLA). |
27 | 27 |
|
28 | 28 | ## Recommendation
|
29 | 29 | * [dlrm](recommendation/ranking): [Deep Learning Recommendation Model for
|
|
0 commit comments