Spaces:
Runtime error
Runtime error
File size: 2,122 Bytes
5672777 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# 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)
|