generated from astariul/pytere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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 @@ | ||
# Leaderboard | ||
|
||
[//]: # (A bit of explanation is required for this page) | ||
[//]: # (There is a Mkdocs hook (defined in `docs/hooks.py`) that will read the content of this page, extract the path of result files listed here, read their content, and organize their score into a table) | ||
|
||
| Keyboard | Score | Next-word prediction | Auto-completion | Auto-correction | | ||
|---------:|:-----:|:--------------------:|:---------------:|:---------------:| | ||
>>>Fleksy|results/fleksy.json | ||
>>>iOS keyboard|results/ios.json | ||
>>>KeyboardKit Open-source|results/keyboardkit_oss.json | ||
>>>KeyboardKit Pro|results/keyboardkit_pro.json | ||
!!! info | ||
The metrics used in this leaderboard are : | ||
|
||
* For next-word prediction : top-3 accuracy | ||
* For auto-completion : top-3 accuracy | ||
* For auto-correction : F-score | ||
|
||
See [Understanding the metrics](how_testing_is_done.md#understanding-the-metrics) for more details. | ||
|
||
The overall score is a _weighted sum_ of each task's score. |