| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is the reference implementation for MLPerf Inference benchmarks for Natural Language Processing.
The chosen model is BERT-Large performing SQuAD v1.1 question answering task.
| model | framework | accuracy | dataset | model link | model source | precision | notes |
|---|---|---|---|---|---|---|---|
| BERT-Large | TensorFlow | f1_score=90.874% | SQuAD v1.1 validation set | from zenodo from zenodo | BERT-Large, trained with NVIDIA DeepLearningExamples | fp32 | |
| BERT-Large | PyTorch | f1_score=90.874% | SQuAD v1.1 validation set | from zenodo | BERT-Large, trained with NVIDIA DeepLearningExamples, converted with bert_tf_to_pytorch.py | fp32 | |
| BERT-Large | ONNX | f1_score=90.874% | SQuAD v1.1 validation set | from zenodo | BERT-Large, trained with NVIDIA DeepLearningExamples, converted with bert_tf_to_pytorch.py | fp32 | |
| BERT-Large | ONNX | f1_score=90.067% | SQuAD v1.1 validation set | from zenodo | Fine-tuned based on the PyTorch model and converted with bert_tf_to_pytorch.py | int8, symetrically per-tensor quantized without bias | See [MLPerf INT8 BERT Finetuning.pdf](MLPerf INT8 BERT Finetuning.pdf) for details about the fine-tuning process |
This benchmark app is a reference implementation that is not meant to be the fastest implementation possible.
Please run the following commands:
Apache License 2.0
| Back | FazBrowse Home | New Git URL |