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

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app/content.py +1 -1
  2. app/pages.py +2 -1
app/content.py CHANGED
@@ -142,7 +142,7 @@ 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
 
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
app/pages.py CHANGED
@@ -20,7 +20,8 @@ def dataset_contents(dataset, metrics):
20
  """
21
  st.markdown(custom_css, unsafe_allow_html=True)
22
  st.markdown(f"""<div class="my-dataset-info">
23
- <p><b>About this dataset</b>: {dataset}</p>
 
24
  </div>""", unsafe_allow_html=True)
25
  st.markdown(f"""<div class="my-dataset-info">
26
  <p><b>About this metric</b>: {metrics}</p>
 
20
  """
21
  st.markdown(custom_css, unsafe_allow_html=True)
22
  st.markdown(f"""<div class="my-dataset-info">
23
+ <p><b>About this dataset</b>:</p>
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>