Commit
·
5753a9f
1
Parent(s):
79fc12a
update performance text
Browse files- constants.py +2 -2
constants.py
CHANGED
@@ -77,8 +77,8 @@ PERFORMANCE_TEXT = dedent(
|
|
77 |
- **Speed factor** (⬆️): Computed as the ratio of input audio length to end-to-end WhisperKit Android latency for transcribing that audio. A speed factor of N means N seconds of input audio was transcribed in 1 second.
|
78 |
- **Tok/s (Tokens per second)** (⬆️): Total number of text decoder forward passes divided by the end-to-end processing time.
|
79 |
## Data
|
80 |
-
- **Short-form**:
|
81 |
-
- **Long-form**:
|
82 |
"""
|
83 |
)
|
84 |
|
|
|
77 |
- **Speed factor** (⬆️): Computed as the ratio of input audio length to end-to-end WhisperKit Android latency for transcribing that audio. A speed factor of N means N seconds of input audio was transcribed in 1 second.
|
78 |
- **Tok/s (Tokens per second)** (⬆️): Total number of text decoder forward passes divided by the end-to-end processing time.
|
79 |
## Data
|
80 |
+
- **Short-form**: 10 minutes of English audiobook clips with 30s/clip comprising the [librispeech test set](https://huggingface.co/datasets/argmaxinc/librispeech).
|
81 |
+
- **Long-form**: 10 minutes of earnings call recordings in English with various accents. Built from the [earnings22 test set](https://huggingface.co/datasets/argmaxinc/earnings22-12hours).
|
82 |
"""
|
83 |
)
|
84 |
|