File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ specific language governing permissions and limitations under the License.
1414
1515[[open-in-colab]]
1616
17- Let's take a look at how 🤗 Transformer models can be benchmarked, best practices, and already available benchmarks.
17+ Let's take a look at how 🤗 Transformers models can be benchmarked, best practices, and already available benchmarks.
1818
19- A notebook explaining in more detail how to benchmark 🤗 Transformer models can be found [here](https://github.com/huggingface/notebooks/tree/master/examples/benchmark.ipynb).
19+ A notebook explaining in more detail how to benchmark 🤗 Transformers models can be found [here](https://github.com/huggingface/notebooks/tree/master/examples/benchmark.ipynb).
2020
21- ## How to benchmark 🤗 Transformer models
21+ ## How to benchmark 🤗 Transformers models
2222
23- The classes [`PyTorchBenchmark`] and [`TensorFlowBenchmark`] allow to flexibly benchmark 🤗 Transformer models. The benchmark classes allow us to measure the _peak memory usage_ and _required time_ for both _inference_ and _training_.
23+ The classes [`PyTorchBenchmark`] and [`TensorFlowBenchmark`] allow to flexibly benchmark 🤗 Transformers models. The benchmark classes allow us to measure the _peak memory usage_ and _required time_ for both _inference_ and _training_.
2424
2525<Tip>
2626
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ specific language governing permissions and limitations under the License.
1313# Testing
1414
1515
16- Let's take a look at how 🤗 Transformer models are tested and how you can write new tests and improve the existing ones.
16+ Let's take a look at how 🤗 Transformers models are tested and how you can write new tests and improve the existing ones.
1717
1818There are 2 test suites in the repository:
1919
You can’t perform that action at this time.
0 commit comments