Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,11 @@ examples = [
|
|
24 |
"movie, date, actor, tv-show, musician",
|
25 |
True
|
26 |
],
|
|
|
|
|
|
|
|
|
|
|
27 |
[
|
28 |
"audio/672-122797-0026.wav",
|
29 |
"biological-classification, desire, demographic-group, object-category, relationship-role, reflexive-pronoun, furniture-type",
|
@@ -140,7 +145,7 @@ with gr.Blocks(title="WhisperNER v1") as demo:
|
|
140 |
The [aiola/whisper-ner-tag-and-mask-v1](https://huggingface.co/aiola/whisper-ner-tag-and-mask-v1) model was finetuned from
|
141 |
the [aiola/whisper-ner-v1](https://huggingface.co/aiola/whisper-ner-v1) checkpoint using the NuNER dataset to perform joint audio transcription and NER tagging or NER masking.
|
142 |
The model was not trained on PII specific datasets, hence can perform general and open type entity masking.
|
143 |
-
It should be further
|
144 |
|
145 |
## Links
|
146 |
* π Paper: [WhisperNER: Unified Open Named Entity and Speech Recognition](https://arxiv.org/abs/2409.08107)
|
|
|
24 |
"movie, date, actor, tv-show, musician",
|
25 |
True
|
26 |
],
|
27 |
+
[
|
28 |
+
"audio/personal_info.wav",
|
29 |
+
"address, name, phone-number",
|
30 |
+
True
|
31 |
+
],
|
32 |
[
|
33 |
"audio/672-122797-0026.wav",
|
34 |
"biological-classification, desire, demographic-group, object-category, relationship-role, reflexive-pronoun, furniture-type",
|
|
|
145 |
The [aiola/whisper-ner-tag-and-mask-v1](https://huggingface.co/aiola/whisper-ner-tag-and-mask-v1) model was finetuned from
|
146 |
the [aiola/whisper-ner-v1](https://huggingface.co/aiola/whisper-ner-v1) checkpoint using the NuNER dataset to perform joint audio transcription and NER tagging or NER masking.
|
147 |
The model was not trained on PII specific datasets, hence can perform general and open type entity masking.
|
148 |
+
It should be further finetuned in order to be used for PII detection. The model was trained and evaluated only on English data. Check out the paper for full details.
|
149 |
|
150 |
## Links
|
151 |
* π Paper: [WhisperNER: Unified Open Named Entity and Speech Recognition](https://arxiv.org/abs/2409.08107)
|