Improve model card by linking it to paper
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
library_name: transformers
|
4 |
base_model: openai/whisper-large-v3
|
5 |
-
|
6 |
-
|
7 |
-
- automatic-speech-recognition
|
8 |
-
- whisper
|
9 |
-
- hf-asr-leaderboard
|
10 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Model Card for Lite-Whisper large-v3-fast
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
|
17 |
-
Lite-Whisper is a compressed version of OpenAI Whisper with LiteASR. See our [GitHub repository](https://github.com/efeslab/LiteASR) and [paper](https://arxiv.org/abs/2502.20583) for details.
|
18 |
|
19 |
## Benchmark Results
|
20 |
|
21 |
-
Following is the average word error rate (WER) evaluated on the [ESB datasets](https://huggingface.co/datasets/hf-audio/esb-datasets-test-only-sorted)
|
22 |
|
23 |
| Model | Average WER (↓) | Encoder Size | Decoder Size |
|
24 |
|-------|----------------|--------------|--------------|
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model: openai/whisper-large-v3
|
3 |
+
library_name: transformers
|
4 |
+
license: apache-2.0
|
|
|
|
|
|
|
5 |
pipeline_tag: automatic-speech-recognition
|
6 |
+
tags:
|
7 |
+
- audio
|
8 |
+
- automatic-speech-recognition
|
9 |
+
- whisper
|
10 |
+
- hf-asr-leaderboard
|
11 |
---
|
12 |
|
13 |
# Model Card for Lite-Whisper large-v3-fast
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
|
17 |
+
Lite-Whisper is a compressed version of OpenAI Whisper with LiteASR. See our [GitHub repository](https://github.com/efeslab/LiteASR) and [paper](https://arxiv.org/abs/2502.20583) for details. The paper is also available on Hugging Face: [Link to Hugging Face Paper Page](https://hf.co/papers/2502.20583)
|
18 |
|
19 |
## Benchmark Results
|
20 |
|
21 |
+
Following is the average word error rate (WER) evaluated on the [ESB datasets](https://huggingface.co/datasets/hf-audio/esb-datasets-test-only-sorted):\
|
22 |
|
23 |
| Model | Average WER (↓) | Encoder Size | Decoder Size |
|
24 |
|-------|----------------|--------------|--------------|
|