zhuohan-7 commited on
Commit
ceb9ee9
·
1 Parent(s): 61edc22

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app/content.py +2 -2
  2. app/pages.py +2 -1
app/content.py CHANGED
@@ -142,9 +142,9 @@ dataset_diaplay_information = {
142
  'UKUS-News-Short' : 'Under Development',
143
  'Mediacorp-Short' : 'Under Development',
144
 
145
- 'YouTube ASR: English Singapore Content' : 'YouTube Evaluation Dataset for ASR Task: \nThis dataset contains English and Singlish audio clips, featuring Singapore-related content. \nIt includes approximately 2.5 hours of audio, with individual clips ranging from 2 seconds to 30 seconds in length.',
146
 
147
- 'YouTube ASR: English with Strong Emotion' : '''YouTube Evaluation Dataset for ASR Task: \n
148
  This dataset contains English and some unknown languages audio clips, featuring speech with strong emotional expression. \n
149
  It includes approximately 3.9 hours of audio, with each clip lasting 30 seconds.''',
150
 
 
142
  'UKUS-News-Short' : 'Under Development',
143
  'Mediacorp-Short' : 'Under Development',
144
 
145
+ 'YouTube ASR: English Singapore Content' : 'YouTube Evaluation Dataset for ASR Task: \n This dataset contains English and Singlish audio clips, featuring Singapore-related content. \n It includes approximately 2.5 hours of audio, with individual clips ranging from 2 seconds to 30 seconds in length.',
146
 
147
+ 'YouTube ASR: English with Strong Emotion' : '''YouTube Evaluation Dataset for ASR Task: \n
148
  This dataset contains English and some unknown languages audio clips, featuring speech with strong emotional expression. \n
149
  It includes approximately 3.9 hours of audio, with each clip lasting 30 seconds.''',
150
 
app/pages.py CHANGED
@@ -24,7 +24,8 @@ def dataset_contents(dataset, metrics):
24
  <p>{dataset}</p>
25
  </div>""", unsafe_allow_html=True)
26
  st.markdown(f"""<div class="my-dataset-info">
27
- <p><b>About this metric</b>: {metrics}</p>
 
28
  </div>""", unsafe_allow_html=True)
29
 
30
 
 
24
  <p>{dataset}</p>
25
  </div>""", unsafe_allow_html=True)
26
  st.markdown(f"""<div class="my-dataset-info">
27
+ <p><b>About this metric</b>:</p>
28
+ <p>{metrics}</p>
29
  </div>""", unsafe_allow_html=True)
30
 
31