-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from mlcommons/Create_readme_patch
Create README.md
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# MLPerf™ Mobile Benchmark Suite | ||
MLPerf Mobile Inference Benchmark is an open-source benchmark suite for measuring how fast mobile devices (e.g. phones, laptops) can run AI tasks. | ||
The benchmark is supported by an [App](https://github.com/mlcommons/mobile_app_open) which currently supports Android and iOS. | ||
|
||
Please see the [MLPerf Mobile Inference benchmark](https://proceedings.mlsys.org/paper_files/paper/2022/file/7eabe3a1649ffa2b3ff8c02ebfd5659f-Paper.pdf) paper for a detailed description of the benchmarks along with the motivation and guiding principles behind the benchmark suite. | ||
If you use any part of this benchmark (e.g., reference implementations, submissions, etc.), please cite the following: | ||
|
||
@article{janapa2022mlperf, | ||
title={Mlperf Mobile Inference Benchmark: An industry-standard open-source machine learning benchmark for on-device {AI}}, | ||
author={Janapa Reddi, Vijay and Kanter, David and Mattson, Peter and Duke, Jared and Nguyen, Thai and Chukka, Ramesh and Shiring, Ken and Tan, Koan-Sin and Charlebois, Mark and Chou, William and El-Khamy, Mostafa and others}, | ||
journal={Proceedings of Machine Learning and Systems}, | ||
volume={4}, | ||
pages={352--369}, | ||
year={2022} | ||
} | ||
|
||
To participate in the MLPerf Mobile Benchmark or submit results, please join the [MLCommons Mobile Working Group](https://mlcommons.org/en/groups/inference-mobile/). | ||
|
||
------ | ||
|
||
This repo details the suite of models currently or previously adopted by the MLPerf Mobile Benchmark. This benchmark constitutes of a set of [computer vision models](https://github.com/mlcommons/mobile_open/tree/main/vision) and [language understanding models](https://github.com/mlcommons/mobile_open/tree/main/language/bert). | ||
This repo also consitutes the [guiding rules](https://github.com/mlcommons/mobile_open/tree/main/rules) for participating or official submitting results to the MLPerf Mobile Benchmark. |