Spaces:
Running
Running
mj-new
commited on
Commit
•
a3337f3
1
Parent(s):
535b100
Updated descriptions
Browse files- constants.py +8 -8
constants.py
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
ABOUT_INFO = "
|
2 |
-
|
|
|
3 |
|
4 |
-
|
5 |
BIGOS_INFO = "BIGOS (Benchmark Intended Grouping of Open Speech) is the collection of freely available speech datasets curated by the [AMU-CAI team](https://huggingface.co/amu-cai). \
|
6 |
-
|
7 |
|
8 |
PELCRA_INFO = "PELCRA for BIGOS is the subset of speech corpora created by the [PELCRA group](http://pelcra.pl/new/), curated for the BIGOS benchmark by the [AMU-CAI team](https://huggingface.co/amu-cai). \
|
9 |
-
|
10 |
|
11 |
-
ANALYSIS_INFO = "
|
12 |
|
13 |
-
INSPECTION_INFO = "
|
14 |
|
15 |
-
COMPARISON_INFO = "
|
|
|
1 |
+
ABOUT_INFO = "Polish ASR leaderboard by [AMU-CAI team](https://huggingface.co/amu-cai) aims to provide comprehensive overview of performance of ASR/STT systems for Polish. <br>\
|
2 |
+
The leaderboard currently supports [BIGOS V2](https://huggingface.co/datasets/amu-cai/pl-asr-bigos-v2) and [PELCRA for BIGOS](https://huggingface.co/datasets/pelcra/pl-asr-pelcra-for-bigos) datasets.<br>\
|
3 |
+
To learn more please read blog post [here](https://huggingface.co/blog/michaljunczyk/introducing-polish-asr-leaderboard)."
|
4 |
|
|
|
5 |
BIGOS_INFO = "BIGOS (Benchmark Intended Grouping of Open Speech) is the collection of freely available speech datasets curated by the [AMU-CAI team](https://huggingface.co/amu-cai). \
|
6 |
+
Learn more [here](https://huggingface.co/datasets/amu-cai/pl-asr-bigos-v2)"
|
7 |
|
8 |
PELCRA_INFO = "PELCRA for BIGOS is the subset of speech corpora created by the [PELCRA group](http://pelcra.pl/new/), curated for the BIGOS benchmark by the [AMU-CAI team](https://huggingface.co/amu-cai). \
|
9 |
+
Learn more [here](https://huggingface.co/datasets/pelcra/pl-asr-pelcra-for-bigos)"
|
10 |
|
11 |
+
ANALYSIS_INFO = "Here we examine ASR accuracy depending on the system type, model size, audio duration, speaking rate and speaker charactertics (age and gender)"
|
12 |
|
13 |
+
INSPECTION_INFO = "Here you can inspect the performance of specific ASR systems on the specific audio samples"
|
14 |
|
15 |
+
COMPARISON_INFO = "Here you can compare the performance of different ASR systems on the specific datasets using metrics and visualizations of your choice."
|