From fde217c679c6bb2beae3050998a5eb55907607d3 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Tue, 7 Jul 2020 23:21:23 +0200 Subject: [PATCH] readme for benchmark (#5363) --- examples/benchmarking/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/benchmarking/README.md diff --git a/examples/benchmarking/README.md b/examples/benchmarking/README.md new file mode 100644 index 0000000000..d2d7ac91c7 --- /dev/null +++ b/examples/benchmarking/README.md @@ -0,0 +1,10 @@ +# 🤗 Benchmark results + +Here, you can find a list of the different benchmark results created by the community. + +If you would like to list benchmark results on your favorite models of the [model hub](https://huggingface.co/models) here, please open a Pull Request and add it below. + +| Benchmark description | Results | Environment info | Author | +|:----------|:-------------|:-------------|------:| +| PyTorch Benchmark on inference for `bert-base-cased` |[memory](https://github.com/patrickvonplaten/files_to_link_to/blob/master/bert_benchmark/inference_memory.csv) | [env](https://github.com/patrickvonplaten/files_to_link_to/blob/master/bert_benchmark/env.csv) | [Partick von Platen](https://github.com/patrickvonplaten) | +| PyTorch Benchmark on inference for `bert-base-cased` |[time](https://github.com/patrickvonplaten/files_to_link_to/blob/master/bert_benchmark/inference_time.csv) | [env](https://github.com/patrickvonplaten/files_to_link_to/blob/master/bert_benchmark/env.csv) | [Partick von Platen](https://github.com/patrickvonplaten) |