Spaces:
Runtime error
Runtime error
Commit
·
0321807
1
Parent(s):
e7e81d1
update title
Browse files
app.py
CHANGED
@@ -383,19 +383,17 @@ with demo:
|
|
383 |
|
384 |
with gr.Row():
|
385 |
gr.Markdown('''
|
386 |
-
##
|
387 |
|
388 |
-
|
389 |
|
390 |
-
| Size | Parameters |
|
391 |
-
|
392 |
-
| tiny | 39 M |
|
393 |
-
| base | 74 M |
|
394 |
-
| small | 244 M |
|
395 |
-
| medium | 769 M |
|
396 |
-
| large | 1550 M |
|
397 |
-
|
398 |
-
The `.en` models for English-only applications tend to perform better, especially for the `tiny.en` and `base.en` models. We observed that the difference becomes less significant for the `small.en` and `medium.en` models.
|
399 |
''')
|
400 |
|
401 |
|
|
|
383 |
|
384 |
with gr.Row():
|
385 |
gr.Markdown('''
|
386 |
+
## Model dan bahasa
|
387 |
|
388 |
+
Di bawah ini adalah nama-nama model yang tersedia beserta perkiraan kebutuhan memori dan kecepatan inferensi relatif terhadap model besar; kecepatan sebenarnya dapat bervariasi tergantung pada banyak faktor termasuk perangkat keras yang tersedia.
|
389 |
|
390 |
+
| Size | Parameters | Multilingual model | Required VRAM | Relative speed |
|
391 |
+
|:------:|:----------:|:------------------:|:-------------:|:--------------:|
|
392 |
+
| tiny | 39 M | `tiny` | ~1 GB | ~32x |
|
393 |
+
| base | 74 M | `base` | ~1 GB | ~16x |
|
394 |
+
| small | 244 M | `small` | ~2 GB | ~6x |
|
395 |
+
| medium | 769 M | `medium` | ~5 GB | ~2x |
|
396 |
+
| large | 1550 M | `large` | ~10 GB | 1x |
|
|
|
|
|
397 |
''')
|
398 |
|
399 |
|