| # TensorFlow Model Garden Modeling Projects | |
| This directory contains projects using Modeling libraries of TensorFlow Model | |
| Garden. More details about each project can be found in the individual | |
| project folders listed below. | |
| ⚠️ Disclaimer: Checkpoints included in the project folders listed below are | |
| based on training with publicly available datasets. Some datasets contain | |
| limitations, including non-commercial use limitations. Please review the terms | |
| and conditions made available by third parties before using the datasets | |
| provided. Checkpoints are licensed under | |
| [Apache 2.0](https://github.com/tensorflow/models/blob/master/LICENSE). | |
| ⚠️ Disclaimer: Datasets hyperlinked from the project folders listed below are | |
| not owned or distributed by Google. Such datasets are made available by third | |
| parties. Please review the terms and conditions made available by the third | |
| parties before using the data. | |
| ## Projects | |
| * [AssembleNet](./assemblenet/README.md) | |
| * [BASNet](./basnet/README.md) | |
| * [BigBird](./bigbird/README.md) | |
| * [DeepMAC Mask-RCNN](./deepmac_maskrcnn/README.md) | |
| * [DETR](./detr/README.md) | |
| * [Edge-TPU for Vision and NLP](./edgetpu/README.md) | |
| * [Language-agnostic BERT Sentence Embedding](./labse/README.md) | |
| * [Long-Document Transformer](./longformer/README.md) | |
| * [MobileBERT](./mobilebert/README.md) | |
| * [MoViNets](./movinet/README.md) | |
| * [News Headline Generation Model: NHNet](./nhnet/README.md) | |
| * [Training with Pruning](./pruning/README.md) | |
| * [QAT for Computer Vision](./qat/vision/README.md) | |
| * [Roformer Project](./roformer/README.md) | |
| * [Training ELECTRA Augmented with Multi-word Selection](./teams/README.md) | |
| * [NLP example project](./text_classification_example/README.md) | |
| * [TensorNetwork BERT](./tn_bert/README.md) | |
| * [Token Dropping for Efficient BERT Pretraining](./token_dropping/README.md) | |
| * [Spatiotemporal Contrastive Video Representation Learning](./video_ssl/README.md) | |
| * [Vision Transformer (ViT)](./vit/README.md) | |
| * [Data-Efficient Image Transformer (DEIT)](./vit/README.md) | |
| * [Volumetric Models](./volumetric_models/README.md) | |
| * [YouTube-8M Tensorflow Starter Code](./yt8m/README.md) | |