Spaces:
Runtime error
Runtime error
update custom message
Browse files- constants.py +5 -5
constants.py
CHANGED
@@ -120,15 +120,15 @@ Custom splits and potential data leakage during training can indeed lead to misl
|
|
120 |
|
121 |
To address these concerns and ensure the reliability of metrics on the leaderboard:
|
122 |
|
123 |
-
1. **Transparency in Training Data**: Model submissions should come with detailed information about the training data used, including whether they have seen the specific test sets used for evaluation. This transparency enables the community to assess the validity of the results.
|
124 |
|
125 |
-
2. **Standardized Evaluation**: Promote the use of standardized evaluation datasets and testing procedures across models. This helps prevent data leakage and ensures fair comparisons.
|
126 |
|
127 |
-
3. **Verification and Validation**: Implement verification processes to check the integrity of submitted models. This could include cross-validation checks to identify any potential issues with custom splits or data leakage.
|
128 |
|
129 |
-
4. **Community Engagement**: Encourage active participation and feedback from the ASR community. Regular discussions and collaborations can help identify and address issues related to data integrity and model evaluations.
|
130 |
|
131 |
-
5. **Documentation**: Models added to the leaderboard should provide comprehensive documentation, including information on dataset usage, preprocessing steps, and any custom splits employed during training.
|
132 |
|
133 |
By focusing on these aspects, we can enhance trust in the metrics and evaluations within the ASR community and ensure that the models added to the leaderboard are reliable and accurately represent their performance. It's essential for the community to work together to maintain transparency and data integrity.
|
134 |
|
|
|
120 |
|
121 |
To address these concerns and ensure the reliability of metrics on the leaderboard:
|
122 |
|
123 |
+
1. **Transparency in Training Data**: Model submissions should come with detailed information about the training data used, including whether they have seen the specific test sets used for evaluation. This transparency enables the community to assess the validity of the results.
|
124 |
|
125 |
+
2. **Standardized Evaluation**: Promote the use of standardized evaluation datasets and testing procedures across models. This helps prevent data leakage and ensures fair comparisons.
|
126 |
|
127 |
+
3. **Verification and Validation**: Implement verification processes to check the integrity of submitted models. This could include cross-validation checks to identify any potential issues with custom splits or data leakage.
|
128 |
|
129 |
+
4. **Community Engagement**: Encourage active participation and feedback from the ASR community. Regular discussions and collaborations can help identify and address issues related to data integrity and model evaluations.
|
130 |
|
131 |
+
5. **Documentation**: Models added to the leaderboard should provide comprehensive documentation, including information on dataset usage, preprocessing steps, and any custom splits employed during training.
|
132 |
|
133 |
By focusing on these aspects, we can enhance trust in the metrics and evaluations within the ASR community and ensure that the models added to the leaderboard are reliable and accurately represent their performance. It's essential for the community to work together to maintain transparency and data integrity.
|
134 |
|