Update constants.py
Browse files- constants.py +1 -4
constants.py
CHANGED
@@ -37,14 +37,11 @@ We evaluate models using the Word Error Rate (WER) and Character Error Rate (CER
|
|
37 |
|
38 |
## Dataset
|
39 |
|
40 |
-
We use the [Persian Common Voice](https://huggingface.co/datasets/
|
41 |
|
42 |
## How to Submit Your Model
|
43 |
|
44 |
To submit your model for evaluation, go to the "✉️✨ Request a model here!" tab and enter your model's name in the format `username/model_name`. Your model should be hosted on the Hugging Face Hub.
|
45 |
|
46 |
-
## Reproducing Results
|
47 |
-
|
48 |
-
To reproduce the results or to see how the evaluation is conducted, you can visit our [GitHub repository](https://github.com/your-username/persian_asr_leaderboard).
|
49 |
"""
|
50 |
|
|
|
37 |
|
38 |
## Dataset
|
39 |
|
40 |
+
We use the [Persian Common Voice](https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0) dataset for evaluation. The dataset consists of diverse speech recordings from various speakers, making it a good benchmark for Persian ASR models.
|
41 |
|
42 |
## How to Submit Your Model
|
43 |
|
44 |
To submit your model for evaluation, go to the "✉️✨ Request a model here!" tab and enter your model's name in the format `username/model_name`. Your model should be hosted on the Hugging Face Hub.
|
45 |
|
|
|
|
|
|
|
46 |
"""
|
47 |
|