hchcsuim commited on
Commit
5d2b8c4
·
verified ·
1 Parent(s): 1156847

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -66,14 +66,15 @@ MERALION_MODEL_ID = "MERaLiON/MERaLiON-AudioLLM-Whisper-SEA-LION"
66
  SEALLM_MODEL_ID = "SeaLLMs/SeaLLMs-Audio-7B"
67
 
68
  MODEL_DATA = [
69
- {"id": "openai/whisper-tiny", "params": "~39M", "size": "151 MB", "status_en": "Available", "status_zh": "可用", "type": "whisper"},
70
- {"id": "openai/whisper-base", "params": "~74M", "size": "290 MB", "status_en": "Available", "status_zh": "可用", "type": "whisper"},
71
- {"id": "openai/whisper-small", "params": "~244M", "size": "967 MB", "status_en": "Available", "status_zh": "可用", "type": "whisper"},
72
- {"id": "openai/whisper-medium", "params": "~769M", "size": "3.06 GB", "status_en": "Available (CPU Slow)", "status_zh": "可用 (CPU 慢)", "type": "whisper"},
73
- {"id": "openai/whisper-large", "params": "~1.55B", "size": "6.17 GB", "status_en": "Available (CPU Very Slow)", "status_zh": "可用 (CPU 極慢)", "type": "whisper"},
74
- {"id": "openai/whisper-large-v2", "params": "~1.55B", "size": "6.17 GB", "status_en": "Available (CPU Very Slow)", "status_zh": "可用 (CPU 極慢)", "type": "whisper"},
75
- {"id": "openai/whisper-large-v3", "params": "~1.55B", "size": "3.09 GB", "status_en": "Available (CPU Very Slow)", "status_zh": "可用 (CPU 極慢)", "type": "whisper"},
76
- {"id": "openai/whisper-large-v3-turbo", "params": "~809M", "size": "1.62 GB", "status_en": "Available (Optimized, CPU Slow)", "status_zh": "可用 (優化, CPU)", "type": "whisper"},
 
77
  {"id": PHI4_MODEL_ID, "params": "~5.57B", "size": "11.15 GB", "status_en": "Multimodal (Need Trust, High RAM)", "status_zh": "多模態 (需信任,高RAM)", "type": "phi4"},
78
  # {"id": MERALION_MODEL_ID, "params": "~9.93B", "size": "19.85 GB", "status_en": "Experimental (Need Trust, High RAM)", "status_zh": "實驗性 (需信任,高RAM)", "type": "other"},
79
  # {"id": SEALLM_MODEL_ID, "params": "~8.29B", "size": "16.57 GB", "status_en": "Experimental (Need Trust, High RAM)", "status_zh": "實驗性 (需信任,高RAM)", "type": "other"},
 
66
  SEALLM_MODEL_ID = "SeaLLMs/SeaLLMs-Audio-7B"
67
 
68
  MODEL_DATA = [
69
+ {"id": "openai/whisper-tiny", "params": "~39M", "size": "151 MB", "status_en": "", "status_zh": "", "type": "whisper"},
70
+ {"id": "openai/whisper-base", "params": "~74M", "size": "290 MB", "status_en": "", "status_zh": "", "type": "whisper"},
71
+ {"id": "openai/whisper-small", "params": "~244M", "size": "967 MB", "status_en": "", "status_zh": "", "type": "whisper"},
72
+ {"id": "openai/whisper-medium", "params": "~769M", "size": "3.06 GB", "status_en": "CPU Slow", "status_zh": "CPU 慢", "type": "whisper"},
73
+ {"id": "openai/whisper-large", "params": "~1.55B", "size": "6.17 GB", "status_en": "CPU Very Slow", "status_zh": "CPU 極慢", "type": "whisper"},
74
+ {"id": "openai/whisper-large-v2", "params": "~1.55B", "size": "6.17 GB", "status_en": "CPU Very Slow", "status_zh": "CPU 極慢", "type": "whisper"},
75
+ {"id": "openai/whisper-large-v3", "params": "~1.55B", "size": "3.09 GB", "status_en": "CPU Very Slow", "status_zh": "CPU 極慢", "type": "whisper"},
76
+ {"id": "openai/whisper-large-v3-turbo", "params": "~809M", "size": "1.62 GB", "status_en": "Optimized, CPU Slow", "status_zh": "優化, CPU)", "type": "whisper"},
77
+ {"id": "NUTN-KWS/Whisper-Taiwanese-model-v0.5", "params": "~809M", "size": "1.62 GB", "status_en": "Optimized, CPU Slow", "status_zh": "優化, CPU)", "type": "whisper"},
78
  {"id": PHI4_MODEL_ID, "params": "~5.57B", "size": "11.15 GB", "status_en": "Multimodal (Need Trust, High RAM)", "status_zh": "多模態 (需信任,高RAM)", "type": "phi4"},
79
  # {"id": MERALION_MODEL_ID, "params": "~9.93B", "size": "19.85 GB", "status_en": "Experimental (Need Trust, High RAM)", "status_zh": "實驗性 (需信任,高RAM)", "type": "other"},
80
  # {"id": SEALLM_MODEL_ID, "params": "~8.29B", "size": "16.57 GB", "status_en": "Experimental (Need Trust, High RAM)", "status_zh": "實驗性 (需信任,高RAM)", "type": "other"},