Update README.md
Browse files
README.md
CHANGED
@@ -14,12 +14,15 @@ tags:
|
|
14 |
|
15 |
# Whisper-NER
|
16 |
|
|
|
17 |
- Peper: [_WhisperNER: Unified Open Named Entity and Speech Recognition_](https://arxiv.org/abs/2409.08107).
|
18 |
- Code: https://github.com/aiola-lab/whisper-ner
|
19 |
|
20 |
We introduce WhisperNER, a novel model that allows joint speech transcription and entity recognition.
|
21 |
WhisperNER supports open-type NER, enabling recognition of diverse and evolving entities at inference.
|
22 |
|
|
|
|
|
23 |
---------
|
24 |
|
25 |
## Training Details
|
|
|
14 |
|
15 |
# Whisper-NER
|
16 |
|
17 |
+
- Demo: https://huggingface.co/spaces/aiola/whisper-ner-v1
|
18 |
- Peper: [_WhisperNER: Unified Open Named Entity and Speech Recognition_](https://arxiv.org/abs/2409.08107).
|
19 |
- Code: https://github.com/aiola-lab/whisper-ner
|
20 |
|
21 |
We introduce WhisperNER, a novel model that allows joint speech transcription and entity recognition.
|
22 |
WhisperNER supports open-type NER, enabling recognition of diverse and evolving entities at inference.
|
23 |
|
24 |
+
The WhisperNER model is designed as a strong base model for the downstream task of ASR with NER, and can be fine-tuned on specific datasets for improved performance.
|
25 |
+
|
26 |
---------
|
27 |
|
28 |
## Training Details
|