danielrosehill commited on
Commit
6a5e033
·
1 Parent(s): c831c81
Files changed (1) hide show
  1. index.html +33 -6
index.html CHANGED
@@ -353,6 +353,30 @@
353
  </ul>
354
  </section>
355
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
356
  <!-- Footer -->
357
  <footer class="footer">
358
  <p>Generated by automated Whisper evaluation framework</p>
@@ -418,8 +442,9 @@
418
  },
419
  scales: {
420
  y: {
421
- beginAtZero: true,
422
- max: 100,
 
423
  title: {
424
  display: true,
425
  text: 'Transcription Accuracy (%)'
@@ -483,8 +508,9 @@
483
  },
484
  scales: {
485
  y: {
486
- beginAtZero: true,
487
- max: 100,
 
488
  title: {
489
  display: true,
490
  text: 'Accuracy (%)'
@@ -611,8 +637,9 @@
611
  },
612
  scales: {
613
  y: {
614
- beginAtZero: true,
615
- max: 100,
 
616
  title: {
617
  display: true,
618
  text: 'Information Preserved (%)'
 
353
  </ul>
354
  </section>
355
 
356
+ <!-- Audio Sample -->
357
+ <section class="card">
358
+ <h2>Test Audio Sample</h2>
359
+ <p>Listen to the audio sample used for this evaluation:</p>
360
+ <div style="margin: 20px 0;">
361
+ <audio controls style="width: 100%; max-width: 600px;">
362
+ <source src="eval/eval/test-audio.wav" type="audio/wav">
363
+ Your browser does not support the audio element.
364
+ </audio>
365
+ </div>
366
+ </section>
367
+
368
+ <!-- Ground Truth Transcription -->
369
+ <section class="card">
370
+ <h2>Ground Truth Transcription</h2>
371
+ <p class="chart-subtitle">Reference transcription used to evaluate all models</p>
372
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 8px; border-left: 4px solid #6366f1; line-height: 1.8; font-family: Georgia, serif;">
373
+ <p style="margin: 0;">I once wandered through a coastal town that smelled like sea salt and fresh bread. The locals said the tide wrote stories on the sand—short tales at low tide, epics when the moon grew bold. Every morning the boardwalk baker pulled loaves out of a brick oven, tapping the crusts so they sang a hollow, golden note. Kids would line up for the first slice, steam fogging their glasses while gulls staged slow-motion dives overhead. The best part was the lighthouse keeper, who claimed he could forecast the weather by listening to the bells on distant fishing boats. If the chimes sounded playful, the day would be calm; if they rang flat, storms stampeded in. I never learned whether his method worked, but I liked believing in a town where music, bread, and tides kept time together.</p>
374
+ </div>
375
+ <p style="margin-top: 15px; font-size: 0.9em; color: #666;">
376
+ <strong>Word count:</strong> 137 words
377
+ </p>
378
+ </section>
379
+
380
  <!-- Footer -->
381
  <footer class="footer">
382
  <p>Generated by automated Whisper evaluation framework</p>
 
442
  },
443
  scales: {
444
  y: {
445
+ beginAtZero: false,
446
+ min: 82,
447
+ max: 96,
448
  title: {
449
  display: true,
450
  text: 'Transcription Accuracy (%)'
 
508
  },
509
  scales: {
510
  y: {
511
+ beginAtZero: false,
512
+ min: 88,
513
+ max: 96,
514
  title: {
515
  display: true,
516
  text: 'Accuracy (%)'
 
637
  },
638
  scales: {
639
  y: {
640
+ beginAtZero: false,
641
+ min: 74,
642
+ max: 92,
643
  title: {
644
  display: true,
645
  text: 'Information Preserved (%)'