AdithyaSK commited on
Commit
f18faa1
1 Parent(s): ed4d08e

added english as language - Adithya S K

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,7 +130,7 @@ def main():
130
  with col2:
131
  language_options = st.multiselect(
132
  'Pick Languages',
133
- ['kannada', 'hindi', 'tamil', 'telegu','gujarathi','marathi','malayalam'],['kannada', 'hindi', 'tamil', 'telegu','gujarathi','marathi','malayalam'])
134
  if on:
135
  # Loop through each selected language
136
  for language in language_options:
@@ -288,7 +288,7 @@ The current leaderboard is in alpha release, and many more changes are forthcomi
288
  **How much time does it take to run the evaluation using indic_eval?**
289
 
290
  - Depending on which GPU you are running, the time for evaluation varies.
291
- - From our testing, it takes 3 to 4 hours to run the whole evaluation on a single GPU.
292
  - It's much faster when using multiple GPUs.
293
 
294
  **How does the verification step happen?**
 
130
  with col2:
131
  language_options = st.multiselect(
132
  'Pick Languages',
133
+ ['kannada', 'hindi', 'tamil', 'telegu','gujarathi','marathi','malayalam',"english"],['kannada', 'hindi', 'tamil', 'telegu','gujarathi','marathi','malayalam',"english"])
134
  if on:
135
  # Loop through each selected language
136
  for language in language_options:
 
288
  **How much time does it take to run the evaluation using indic_eval?**
289
 
290
  - Depending on which GPU you are running, the time for evaluation varies.
291
+ - From our testing, it takes 7 to 8 hours to run the whole evaluation on a single A100 GPU.
292
  - It's much faster when using multiple GPUs.
293
 
294
  **How does the verification step happen?**