Update leaderboard: 2025-03-11T15:27:29.013Z
Browse files- .gitattributes +2 -0
- README.md +25 -0
.gitattributes
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
* text=auto eol=lf
|
2 |
+
*.{png,jpg,jpeg,gif,webp,woff,woff2} binary
|
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Turkish Asr Leaderboard
|
3 |
+
emoji: 🔥
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: blue
|
6 |
+
sdk: static
|
7 |
+
pinned: false
|
8 |
+
---
|
9 |
+
|
10 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
11 |
+
|
12 |
+
# Turkish ASR Leaderboard
|
13 |
+
|
14 |
+
This is a benchmark leaderboard for Turkish Automatic Speech Recognition (ASR) models. It displays performance metrics for various ASR models tested on Turkish speech datasets.
|
15 |
+
|
16 |
+
## Metrics
|
17 |
+
|
18 |
+
- **WER**: Word Error Rate (lower is better)
|
19 |
+
- **CER**: Character Error Rate (lower is better)
|
20 |
+
- **Similarity**: Cosine similarity between reference and prediction texts (higher is better)
|
21 |
+
- **Speed**: Real-time factor (higher is better)
|
22 |
+
|
23 |
+
## Source Code
|
24 |
+
|
25 |
+
The source code for this project is available on GitHub: [https://github.com/ysdede/turkish_asr_leaderboard](https://github.com/ysdede/turkish_asr_leaderboard)
|