Update src/streamlit_app.py
Browse files- src/streamlit_app.py +24 -0
src/streamlit_app.py
CHANGED
|
@@ -453,6 +453,30 @@ with tab7:
|
|
| 453 |
4. **Platform performance** was reported as better on laptops than mobile devices.
|
| 454 |
""")
|
| 455 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 456 |
# --- Takeaways ---
|
| 457 |
st.subheader("Takeaways")
|
| 458 |
st.write("""
|
|
|
|
| 453 |
4. **Platform performance** was reported as better on laptops than mobile devices.
|
| 454 |
""")
|
| 455 |
|
| 456 |
+
|
| 457 |
+
# --- Human Evaluation Dataset ---
|
| 458 |
+
st.subheader("Human Evaluation Dataset")
|
| 459 |
+
|
| 460 |
+
st.write("""
|
| 461 |
+
To support reproducibility and enable further community research, all human evaluation
|
| 462 |
+
submissions have been curated into a Hugging Face dataset.
|
| 463 |
+
This dataset contains transcriptions, evaluator edits, metadata about recording
|
| 464 |
+
environments, devices, domains, and error annotations.
|
| 465 |
+
|
| 466 |
+
Key fields include:
|
| 467 |
+
- **transcription**: Model-generated output.
|
| 468 |
+
- **transcript_edit**: Human-corrected transcription.
|
| 469 |
+
- **evaluated_language**: Language of the audio.
|
| 470 |
+
- **environment**: Recording environment (quiet, noisy, studio).
|
| 471 |
+
- **device**: Type of recording device used.
|
| 472 |
+
- **accuracy & meaning**: Evaluator ratings on 1–5 scale.
|
| 473 |
+
- **errors**: Categories of common transcription errors.
|
| 474 |
+
- **performance**: Free-text qualitative assessment.
|
| 475 |
+
- **audio**: Audio file with aligned metadata.
|
| 476 |
+
|
| 477 |
+
🔗 [Explore the dataset on Hugging Face](https://huggingface.co/datasets/asr-africa/ASR_Evaluation_dataset)
|
| 478 |
+
""")
|
| 479 |
+
|
| 480 |
# --- Takeaways ---
|
| 481 |
st.subheader("Takeaways")
|
| 482 |
st.write("""
|