Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added transformers quantization guide #46

Merged
merged 1 commit into from
Feb 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions tutorials/transformer_tutorials/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Transformer Tutorials

Jupiter notebooks showing how to quantise and compress toy transformer encoder and encoder-decoder models.

# Tutorials

* ViT_PCQAT.ipynb - Shows PCQAT using TFMOT for transformer encoder models.
* ViT_2x4-PQAT.ipynb - Shows new 2x4 pruning and QAT with TFMOT for transformer encoder models.
* translation.ipynb - Shows how to do QAT with TFMOT for encoder-decoder models.
* translation_PQAT.ipynb - Shows how to apply pruning & QAT with TFMOT for encoder-decoder models.
Loading