Skip to content
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
4 changes: 4 additions & 0 deletions models/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bert-base-qat.onnx filter=lfs diff=lfs merge=lfs -text
efficientnetv2.onnx filter=lfs diff=lfs merge=lfs -text
efficientnetv2-s.onnx filter=lfs diff=lfs merge=lfs -text
efficientnetv2-m.onnx filter=lfs diff=lfs merge=lfs -text
4 changes: 4 additions & 0 deletions models/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This directory stores good models for benchmarking.

- [Int8 BERT quantized with Quantization-Aware training](bert-base-qat.onnx) following the steps in https://github.com/NVIDIA/FasterTransformer/tree/main/bert-quantization/bert-pyt-quantization#quantization-aware-fine-tuning and converted to ONNX manually using [this function](https://gist.github.com/masahi/19ff1e59a7558a21c80de9e6707108eb#file-qat_bert_export-py-L741). The model and `run_squad.py` script that the export code is based on are both licensed under Apache-2.0.
- [EfficientNetv2-M](efficientnetv2-m.onnx), the original TF2 model is from https://github.com/google/automl/tree/master/efficientnetv2 and converted to ONNX following the steps in https://github.com/NVIDIA/TensorRT/tree/master/samples/python/efficientnet#2-efficientnet-v2. Both the original model and the ONNX export code are licensed under Apache-2.0.
3 changes: 3 additions & 0 deletions models/bert-base-qat.onnx
Git LFS file not shown
3 changes: 3 additions & 0 deletions models/efficientnetv2-m.onnx
Git LFS file not shown